-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
id: fldas-soil-moisture-anomalies | ||
name: 'FLDAS Surface Soil Moisture Anomalies' | ||
description: "A 10 km global data product with 40 years of monthly soil moisture anomalies for food and water security monitoring from the Famine Early Warning System Network (FEWS NET) Land Data Assimilation System" | ||
media: | ||
src: ::file ./FLDAS_Dataset_Cover.jpg | ||
alt: Landscape in Gondar, Ethiopia | ||
author: | ||
name: Amy McNally | ||
taxonomy: | ||
- name: Topics | ||
values: | ||
- Agriculture | ||
- name: Source | ||
values: | ||
- NASA GES DISC | ||
layers: | ||
- id: SoilMoi00_10cm_tavg | ||
stacCol: fldas-soil-moisture-anomalies | ||
name: FLDAS Surface Soil Moisture Anomalies | ||
type: raster | ||
description: 'Surface soil moisture 0-10cm anomaly' | ||
zoomExtent: | ||
- 1 | ||
- 14 | ||
sourceParams: | ||
colormap_name: rdbu | ||
rescale: -0.3, 0.3 | ||
resampling: bilinear | ||
bidx: 1 | ||
nodata: -9999 | ||
compare: | ||
datasetId: fldas-soil-moisture-anomalies | ||
layerId: SoilMoi00_10cm_tavg | ||
mapLabel: | | ||
::js ({ dateFns, datetime, compareDatetime }) => { | ||
return `${dateFns.format(datetime, 'DD LLL yyyy')}`; | ||
} | ||
legend: | ||
type: gradient | ||
min: "-0.3" | ||
max: "0.3" | ||
stops: | ||
- "#67001f" | ||
- "#d6604d" | ||
- "#fddbc7" | ||
- "#d1e5f0" | ||
- "#4393c3" | ||
- "#053061" | ||
--- | ||
|
||
<Block type='wide'> | ||
<Prose> | ||
FLDAS is the Famine Early Warning Systems Network (FEWS NET) Land Data Assimilation System. The goal of FLDAS is to use observational and forecast datasets and advanced modeling methods to generate high quality fields of land surface states and fluxes used for FEWS NET decision support. The FLDAS systems are custom instances of the NASA Land Information System (LIS) that have been adapted to work with the domains, data streams, and monitoring and forecast requirements associated with food security assessment in data-sparse, developing countries. Surface soil moisture anomalies are an indicator of wet and dry extremes that have the potential to impact agricultural and food security outcomes. | ||
|
||
**Temporal Extent:** January 1982 to June 2023 | ||
**Temporal Resolution:** Monthly | ||
**Spatial Extent:** Quasi-Global ( -180.0,-60.0,180.0,90.0) | ||
**Spatial Resolution:** 10 km x 10 km | ||
**Data Units:** Fraction Soil moisture anomaly (mm3/mm3) difference from 1982-2016 monthly mean | ||
**Data Type:** Research | ||
**Data Latency:** Monthly | ||
|
||
|
||
**Scientific Details:** | ||
The Famine Early Warning Systems Network (FEWS NET) Land Data Assimilation System (FLDAS) contains a series of land surface parameters simulated from the Noah 3.6.1 model. The data are in 0.10 degree resolution and range from January 1982 to present. The temporal resolution is monthly and the spatial coverage is global (60S, 180W, 90N, 180E). The simulation was forced by a combination of the Modern-Era Retrospective analysis for Research and Applications version 2 (MERRA-2) data and Climate Hazards Group InfraRed Precipitation with Station (CHIRPS) daily rainfall data that has been temporally downscaled using the NASA Land Data Toolkit. The simulation was initialized on January 1, 1982 using soil moisture and other state fields from a FLDAS/Noah model climatology for that day of the year. Soil moisture anomalies are computed based on monthly averages from 1982-2016. | ||
|
||
|
||
</Prose> | ||
</Block> | ||
|
||
<Block> | ||
<Prose> | ||
## Source Data Product Citation | ||
Amy McNally NASA/GSFC/HSL (2018), FLDAS Noah Land Surface Model L4 Global Monthly Anomaly 0.1 x 0.1 degree (MERRA-2 and CHIRPS), Greenbelt, Maryland, USA, Goddard Earth Sciences Data and Information Services Center (GES DISC), Accessed: [Data Access Date], 10.5067/GNKZZBAYDF4W | ||
|
||
## Dataset Accuracy | ||
This dataset uses CHIRPS precipitation inputs and MERRA-2 reanalysis. While regional, relative, comparisons to remotely sensed estimates and other model products are favorable, users should verify that the data accuracy meets the requirements of their specific application, and interpret results accordingly. | ||
|
||
## Key Publications | ||
McNally, A., Arsenault, K., Kumar, S. et al. A land data assimilation system for sub-Saharan Africa food and water security applications. Sci Data 4, 170012 (2017). https://doi.org/10.1038/sdata.2017.12 | ||
## Acknowledgment | ||
We gratefully acknowledge the financial support from the NASA Earth Science Applications: Water Resources program award 13-WATER13-0010, and USAID FEWS NET and NASA Participating Agency Program Agreement and NASA Harvest. Computing was supported by the resources at the NASA Center for Climate Simulation (NCCS). Distribution of data from the Goddard Earth Sciences Data and Information Services Center (GES DISC) is funded by NASA's Science Mission Directorate (SMD). | ||
|
||
## License | ||
[Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) (CC BY 4.0). | ||
|
||
</Prose> | ||
</Block> | ||
|
||
<Block> | ||
<Prose> |