DISC Banner Image

HYDROLOGY DISC FAQ


What are the GLDAS products?

The Global Land Data Assimilation System (GLDAS) data products consist of time series of land surface state (e.g., soil moisture and surface temperature) and flux (e.g., evaporation and sensible heat flux) parameters simulated by four land surface models (CLM, Mosaic, Noah and VIC). The 1.0 degree resolution data range from 1979 to present for the four models. The 0.25 degree data cover 2000 to present for the NOAH model. For more information about GLDAS, see http://ldas.gsfc.nasa.gov/.


What are the differences among LDAS, NLDAS, and GLDAS?

The Land Data Assimilation Systems (LDAS) are being developed to enable more accurate reanalysis and forecast simulations by numerical weather prediction (NWP) models. Specifically, these systems will reduce the errors in the stores of soil moisture and energy which are often present in NWP models and which degrade the accuracy of forecasts. The LDAS are being implemented at 1/8 degree (about 15 kilometer) resolution across North America (NLDAS) and at 1/4 degree resolution globally (GLDAS). The systems are currently forced by terrestrial (NLDAS) and space-based (GLDAS) precipitation data, space-based radiation data, and numerical model output. NLDAS is currently running retrospectively and in near real-time. For more information about LDAS, see http://ldas.gsfc.nasa.gov.


What is the GRIB format? How can I interpret it?

The GRIB (GRIdded Binary) format is a mathematically concise data format commonly used in meteorology to store historical and forecasted weather data. For more details about the GRIB format, please see http://www.nco.ncep.noaa.gov/pmb/docs/on388/

WGRIB, GrADS, or other GRIB readers are required for reading the GLDAS data. WGRIB is a program to manipulate, inventory, and decode GRIB files. The source code and installation instructions for WGRIB are available from

http://www.cpc.ncep.noaa.gov/products/wesley/wgrib.html

The Grid Analysis and Display System (GrADS) is an interactive desktop tool for easy access, manipulation, and visualization of earth science data. The format of the data may be either binary, GRIB, NetCDF, or HDF. The documentation and software for GrADS can be found at http://grads.iges.org/grads/


Why should I use GRIBTAB files to decode the GRIB files?

The GLDAS products were created using the GRIB format, but a specific parameter table was used in the encoding process. To read the GLDAS GRIB data, it is necessary to download the GRIBTAB and set the environmental variables first before using any GRIB readers! For more information, please see http://disc.gsfc.nasa.gov/hydrology/README.GLDAS.pdf.


What are the land surface models used in GLDAS?

Currently, GLDAS drives four land surface models: Mosaic, Noah, the Community Land Model (CLM), and the Variable Infiltration Capacity (VIC). More information about the models is available at the Land Data Assimilation Systems (LDAS) and Land Information System (LIS) Web sites.


Can I obtain the source codes for the land surface models?

Yes. The source codes for the land surface models can be obtained from the Land Information System (LIS) website. The LIS source code currently includes 3 land surface models: CLM, Noah and VIC.


Can I obtain the forcing dataset that was used in GLDAS?

Forcing data are atmospheric inputs to the land surface models, including precipitation, radiation, and surface wind, temperature, pressure and humidity. They can be obtained from http://lis.gsfc.nasa.gov/FAQ/forcing.shtml


Can I obtain the land surface parameter data sets used in GLDAS?

Land surface parameters are properties of the land surface (e.g., soil, land cover, and topography) that change at a time step of a day or longer. They can be obtained from http://lis.gsfc.nasa.gov/FAQ/params.shtml.


What is the GrADS data server?

The GrADS Data Server (GDS, formerly known as the GrADS-DODS Server) is a stable, secure data server that provides subsetting and analysis services across the Internet. The core of the GDS is OPeNDAP, a software framework used for data networking which makes local data accessible to remote locations. GDS subsetting capability allows users to retrieve a specified temporal and/or spatial subdomain from a large dataset, eliminating the need to download everything simply to access a small relevant portion of a dataset. The GDS analysis capability allows users to retrieve the results of an operation applied to one or more datasets on the server. Examples of analysis operations include basic math functions, averages, smoothing, differencing, correlation, and regression; the GDS supports any operation that can be expressed in a single GrADS expression.


Can you give an example of retrieving GLDAS data via GDS?

Users can retrieve GLDAS data from a GDS server using analysis tools such as GrADS, Ferret, Matlab, or IDL. Below is an example of a GrADS script to access the GDS server and draw the "Layer 10 soil moisture" (soilmoist10) parameter from the CLM model.

'reinit'

'sdfopen http://agdisc.gsfc.nasa.gov/dods/GLDAS_CLM10SUBP_3H'

'set lon -180 180'

'set lat -60 90'

'set gxout grfill'

'set grads off'

'd soilm10'

'run cbarn'

'draw title GLDAS CLM 3-Hourly 1.0 degree Average Layer 10 Soil Moisture\ on Jan 2, 1979 at 00Z[k]'


 



NASA Logo - nasa.gov

  • Last updated: July 28, 2009 16:07:01 GMT