Merge remote-tracking branch 'origin/release-v4.6.1'
[WRF.git] / hydro / template / Noah / namelist.hrldas
bloba0d3c38f370c2154b92bb629229e37287042c566
1 &NOAHLSM_OFFLINE
3 HRLDAS_CONSTANTS_FILE = "DOMAIN/wrfinput_d01.nc"
4 INDIR  = "./FORCING"
5 OUTDIR = "."
7 START_YEAR   = 2013
8 START_MONTH  = 09
9 START_DAY    = 11
10 START_HOUR   = 00
11 START_MIN    = 00
13 ! Specification of the land surface model restart file
14 ! Comment out the option if not initializing from a restart file
15 RESTART_FILENAME_REQUESTED = "RESTART/RESTART.2011082600_DOMAIN1"
17 ! Specification of simulation length in hours OR days
18 ! KDAY = 7 ! This option is deprecated and may be removed in a future version
19 KHOUR = 24
21 ! Timesteps in units of seconds
22 FORCING_TIMESTEP = 3600
23 NOAH_TIMESTEP    = 3600
24 OUTPUT_TIMESTEP  = 3600
26 ! Land surface model restart file write frequency
27 ! A value of -99999 will output restarts on the first day of the month only
28 RESTART_FREQUENCY_HOURS = 24
30 ! Split output after split_output_count output times.
31 SPLIT_OUTPUT_COUNT = 1
33 ! Soil layer specification
34 NSOIL=4
35 ZSOIL(1) = -0.10
36 ZSOIL(2) = -0.40
37 ZSOIL(3) = -1.00
38 ZSOIL(4) = -2.00
40 ! Forcing data measurement heights
41 ZLVL = 2.0       ! for temp and humidity
42 ZLVL_WIND = 10.0 ! for wind variables
44 IZ0TLND = 0
45 SFCDIF_OPTION = 0
46 UPDATE_SNOW_FROM_FORCING = .FALSE.
48 ! Specification of forcing data:  1=HRLDAS-hr format, 2=HRLDAS-min format, 3=WRF,
49 !    4=Idealized, 5=Idealized w/ spec. precip.,
50 !    6=HRLDAS-hr format w/ spec. precip., 7=WRF w/ spec. precip.,
51 FORC_TYP = 1