5.7.3. Namelist NAM_PREP_TEB_GARDEN
This namelist information is used to initialize the "GARDEN" vegetation scheme variables: soil temperature profile, soil water and ice profiles, water intercepted by leaves, snow.
Fortran name | Fortran type | values | default value |
XHUG_SURF_GD | real | none | |
XHUG_ROOT_GD | real | none | |
XHUG_DEEP_GD | real | none | |
XHUGI_SURF_GD | real | none | |
XHUGI_ROOT_GD | real | none | |
XHUGI_DEEP_GD | real | none | |
CFILE_HUG_SURF_GD | string of 28 characters | CFILE_HUG_GD in this namelist | |
CFILE_HUG_ROOT_GD | string of 28 characters | CFILE_HUG_GD in this namelist | |
CFILE_HUG_DEEP_GD | string of 28 characters | CFILE_HUG_GD in this namelist | |
CFILE_HUG_GD | string of 28 characters | CFILE_GD in this namelist | |
CTYPE_HUG | string of 6 characters | 'MESONH', 'GRIB ','LFI ','ASCII ','ASCLLV' | CTYPE in this namelist |
XTG_SURF_GD | real | none | |
XTG_ROOT_GD | real | none | |
XTG_DEEP_GD | real | none | |
CFILE_TG_SURF_GD | string of 28 characters | CFILE_TG_GD in this namelist | |
CFILE_TG_ROOT_GD | string of 28 characters | CFILE_TG_GD in this namelist | |
CFILE_TG_DEEP_GD | string of 28 characters | CFILE_TG_GD in this namelist | |
CFILE_TG_GD | string of 28 characters | CFILE_GD in this namelist | |
CTYPE_TG | string of 6 characters | 'MESONH', 'GRIB ', 'LFI ', 'ASCII ', 'ASCLLV' | CTYPE in this namelist |
CFILE_GD | string of 28 characters | CFILE in NAM_PREP_SURF_ATM | |
CTYPE | string of 6 characters | 'MESONH', 'GRIB ', 'ASCII ','LFI ' | CFILETYPE in NAM_PREP_SURF_ATM |
CFILEPGD_GD | string of 28 characters | CFILEPGD in NAM_PREP_SURF_ATM | |
CTYPEPGD | string of 6 characters | 'MESONH', 'ASCII ','LFI ' | CFILEPGDTYPE in NAM_PREP_SURF_ATM |
- XHUG_SURF_GD : uniform prescribed value of liquid soil water index (SWI) for the surface soil layer. This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- XHUG_ROOT_GD: uniform prescribed value of liquid soil water index (SWI) for the root zone soil layer(s). This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- XHUG_DEEP_GD : uniform prescribed value of liquid soil water index (SWI) for the deep soil layer(s). This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- XHUGI_SURF_GD : uniform prescribed value of ice soil water index (SWI) for the surface soil layer. This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- XHUGI_ROOT_GD :uniform prescribed value of ice soil water index (SWI) for the root zone soil layer(s). This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- XHUGI_DEEP_GD : uniform prescribed value of ice soil water index (SWI) for the deep soil layer(s). This prescribed value, if defined, has priority on the use of CFILE_HUG_GD and CFILE_GD data.
- CFILE_HUG_SURF_GD: name of the file used to define the liquid soil water index (SWI) for the surface soil layer.
- CFILE_HUG_ROOT_GD: name of the file used to define the liquid soil water index (SWI) for the root zone soil layer(s).
- CFILE_HUG_DEEP_GD: name of the file used to define the liquid soil water index (SWI) for the deep soil layer(s).
- CFILE_HUG_GD: name of the file used to define the soil water profiles.
The use of a file or prescribed value of XHUG_SURF, XHUG_ROOT_GD and XHUG_DEEP_GD has priority on the data in CFILE_HUG_GD file. - CTYPE_HUG: type of the CFILE_HUG_GD file, if the latter is provided. CTYPE_HUG must then be given. The following values are currently usable:
- "MESONH" : the file type is a MESONH file.
- "GRIB " : the file type is a GRIB file, coming from any of these models:
- "ECMWF " : european center forecast model
- "ARPEGE" : Arpege french forecast model
- "ALADIN" : Aladin french forecast local model
- "MOCAGE" : Mocage french research chemistry model
- "ASCII / LFI ": PREP file from Surfex
- "ASCLLV": ASCII latlonval file (one file for each depth)
- XTG_SURF_GD : uniform prescribed value of temperature for the surface soil layer, supposed at an altitude of 0m (mean sea level altitude). The temperature is then modified for each point depending on its altitude, following a uniform vertical gradient of -6.5 K km-1. This prescribed value, if defined, has priority on the use of CFILE_TG_GD and CFILE_GD data.
- XTG_ROOT_GD : uniform prescribed value of temperature for the root zone soil layer(s), supposed at an altitude of 0m (mean sea level altitude). The temperature is then modified for each point depending on its altitude, following a uniform vertical gradient of -6.5 K km-1. This prescribed value, if defined, has priority on the use of CFILE_TG_GD and CFILE_GD data.
- XTG_DEEP_GD : uniform prescribed value of temperature for the deep soil layer(s), supposed at an altitude of 0m (mean sea level altitude). The temperature is then modified for each point depending on its altitude, following a uniform vertical gradient of -6.5 K km-1. This prescribed value, if defined, has priority on the use of CFILE_TG_GD and CFILE_GD data.
- CFILE_TG_SURF_GD: name of the file used to define the surface soil temperature profile.
- CFILE_TG_ROOT_GD: name of the file used to define the root zone soil temperature profile.
- CFILE_TG_DEEP_GD: name of the file used to define the deep soil temperature profile.
- CFILE_TG_GD: name of the file used to define the soil temperature profile.
The use of a file or prescribed value of XTG_SURF_GD, XTG_ROOT_GD and XTG_DEEP_GD has priority on the data in CFILE_TG_GD file. - CTYPE_TG: type of the CFILE_TG_GD file, if the latter is provided. CTYPE_TG must then be given. The following values are currently usable:
- "MESONH" : the file type is a MESONH file.
- "GRIB " : the file type is a GRIB file, coming from any of these models:
- "ECMWF " : european center forecast model
- "ARPEGE" : Arpege french forecast model
- "ALADIN" : Aladin french forecast local model
- "MOCAGE" : Mocage french research chemistry model
- "ASCII / LFI ": PREP file from Surfex
- "ASCLLV": ASCII latlonval file (one file for each depth)
- CFILE_GD / CFILEPGD_GD: name of the PREP / PGD files used to define any GARDEN variable. The use of a file or prescribed value XHUG_SURF_GD, XHUG_ROOT_GD, XHUG_DEEP_GD, XTG_SURF_GD, XTG_ROOT_GD, XTG_DEEP_GD, CFILE_WG_GD and CFILE_TG_GD has priority on the data in CFILE_GD file.
- CTYPE / CTYPEPGD : type of the CFILE_GD / CFILEPGD_GD files, if the latter is provided. CTYPE / CTYPEPGD must then be given. The following values are currently usable:
- "MESONH" : the file type is a MESONH file.
- "GRIB " : the file type is a GRIB file, coming from any of these models:
- "ECMWF " : european center forecast model
- "ARPEGE" : Arpege french forecast model
- "ALADIN" : Aladin french forecast local model
- "MOCAGE" : Mocage french research chemistry model
- "ASCII " : PREP/PGD Surfex ASCII file
- "LFI ": PREP/PGD Surfex LFI file