-
Hello, I am using HRLDAS to run the Noah-MP model over the CONUS domain using NLDAS forcing. I am running the model for a single day, saving the restart file, and using it to run the subsequent day. When I compare the states that I obtain (soil moisture: SMC) with those of a continuous run (without using restart files), I notice the states are different. I would greatly appreciate any insights into the potential issue, as I believe the states should be the same for both experiments. Below is the configuration file that I update daily and use to run the next day with the restart file: &NOAHLSM_OFFLINE HRLDAS_SETUP_FILE = "/hrldas/NLDAS_forcing/LDASIN_2015/HRLDAS_setup_2015040123_d1" START_YEAR = 2015 RESTART_FILENAME_REQUESTED = "hrldas/run/1/0/RESTART.2015040400_DOMAIN1" KDAY = 1 FORCING_NAME_T = "T2D" DYNAMIC_VEG_OPTION = 6 FORCING_TIMESTEP = 3600 SPLIT_OUTPUT_COUNT = 1 ! XSTART = 20 NSOIL=4 ZLVL = 10.0 SF_URBAN_PHYSICS = 0 / |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Which day and hour of the SMC are you comparing? The restart file value should be for 20150405 00hr. Did you compare the SMC in restart file with the SMC in your continuous run for 2015040500 output file? |
Beta Was this translation helpful? Give feedback.
setting crop_option=0 deactivates the dynamic crop growth process. Unless you specifically focus on crop field modeling, we do not need to activate this. This issue caused by crop_option may be because some of the crop-related state variables are missing in restart file. @CharlesZheZhang We may need to do a through check on this.