tsgettoolbox.tsgettoolbox.ldas_gldas_noah

tsgettoolbox.tsgettoolbox.ldas_gldas_noah(lat=None, lon=None, xindex=None, yindex=None, variables=None, startDate=None, endDate=None, variable=None)

global:0.25deg:2000-:3H:GLDAS NOAH hydrology model results

This will download data from a set of water cycle related variables (Table 1) from the North American and Global Land Data Assimilation Systems (NLDAS and GLDAS, respectively), the Land Parameter Parameter Model (LPRM), the Tropical Rainfall Measuring Mission (TRMM), and Gravity Recovery and Climate Experiment (GRACE) data assimilation. In addition to their access provided by the hydrology community tools, selected data rods variables can be searched and accessed through the GES DISC search and access user interface, and all data rods variables can be accessed via Web services developed by the GES DISC.

The time zone is always UTC.

Description/Name

Spatial

Time

GLDAS Noah Land Surface Model GLDAS_NOAH025_3H V2.1

0.25x0.25 degree

-180,-60 to

180, 90

3 hour

2000-01-01 to recent

Parameters:
  • lat (float) –

    Should use ‘lat’ and ‘lon’ to specify location.

    Latitude (required): Enter single geographic point by latitude.:

    Example: --lat=43.1
    

    If known, ‘xindex’ and ‘yindex’ can be used for the NLDAS grid only.

  • lon (float) –

    Should use ‘lat’ and ‘lon’ to specify location.

    Longitude (required): Enter single geographic point by longitude:

    Example: --lon=-85.3
    

    If known, ‘xindex’ and ‘yindex’ can be used for the NLDAS grid only.

  • xindex (int) –

    It lat or lon is None, then will try xindex and yindex.

    Enter the x index of the NLDAS grid.:

    Example: --xindex=301
    

  • yindex (int) –

    It lat or lon is None, then will try xindex and yindex.

    Enter the y index of the NLDAS grid.:

    Example: --yindex=80
    

  • variables (str) –

    Use the variable codes from the following table:

    LDAS “variables” string Description

    Units

    GLDAS_NOAH025_3H_v2.1:AvgSurfT_inst Average surface skin temperature

    K

    GLDAS_NOAH025_3H_v2.1:Evap_tavg Evapotranspiration

    mm/s

    GLDAS_NOAH025_3H_v2.1:Psurf_f_inst Surface air pressure

    Pa

    GLDAS_NOAH025_3H_v2.1:Qair_f_inst Specific humidity

    kg/kg

    GLDAS_NOAH025_3H_v2.1:Qs_acc Storm surface runoff

    mm

    GLDAS_NOAH025_3H_v2.1:Qsb_acc Baseflow-groundwater runoff

    mm

    GLDAS_NOAH025_3H_v2.1:Rainf_f_tavg Total precipitation rate

    mm/s

    GLDAS_NOAH025_3H_v2.1:Rainf_tavg Rain precipitation rate

    mm/s

    GLDAS_NOAH025_3H_v2.1:Snowf_tavg Snow precipitation rate

    mm/s

    GLDAS_NOAH025_3H_v2.1:SoilMoi0_10cm_inst Soil moisture content (0-10 cm)

    mm

    GLDAS_NOAH025_3H_v2.1:SoilMoi10_40cm_inst Soil moisture content (10-40 cm)

    mm

    GLDAS_NOAH025_3H_v2.1:SoilMoi40_100cm_inst Soil moisture content (40-100 cm)

    mm

    GLDAS_NOAH025_3H_v2.1:SoilTMP0_10cm_inst Soil temperature (0-10 cm)

    K

    GLDAS_NOAH025_3H_v2.1:Tair_f_inst Near surface air temperature

    K

    GLDAS_NOAH025_3H_v2.1:Wind_f_inst Near surface wind speed

    m/s

  • startDate (str) –

    The start date of the time series.:

    Example: --startDate=2001-01-01T05
    

    If startDate and endDate are None, returns the entire series.

  • endDate (str) –

    The end date of the time series.:

    Example: --endDate=2002-01-05T05
    

    If startDate and endDate are None, returns the entire series.

  • variable (str) – DEPRECATED: use “variables” instead to be consistent across “tsgettoolbox”.