3 HRLDAS_CONSTANTS_FILE = "DOMAIN/wrfinput_d01.nc"
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
21 ! Timesteps in units of seconds
22 FORCING_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
40 ! Forcing data measurement heights
41 ZLVL = 2.0 ! for temp and humidity
42 ZLVL_WIND = 10.0 ! for wind variables
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.,