Hi! I am currently using the FHIST compset of CESM2.1.3 for simulation, with a planned simulation period from 2000 to 2014, but I am still confused about the setting of the env_run.xml.
Because I have modified the parameterization scheme for dust emission in the model, it may not be good for me to use the default run type “hybrid” of env_run.xml in FHIST and initial run from the restart files on 1979-01-01 (or 2000-01-01). The default settings for env_run.xml are as follows:
Questions:
(1) May I ask which method I should use to set env_run.xml?
(2) If using hybrid run, is it best to set RUN_REFDATE and RUN_STARTDATE to be the same in order to simulate the correct historical year?
(3) Can hybrid run be used without considering setting a spin-up year?
Sincerely hope to get your advice.
Best wishes!
Because I have modified the parameterization scheme for dust emission in the model, it may not be good for me to use the default run type “hybrid” of env_run.xml in FHIST and initial run from the restart files on 1979-01-01 (or 2000-01-01). The default settings for env_run.xml are as follows:
Should I change RUN_TYPE to startup to initial run with the new dust emission scheme. The corresponding settings in env_run.xml are as follows:<entry id="RUN_TYPE" value="hybrid">
<entry id="RUN_REFDIR" value="cesm2_init">
<entry id="RUN_REFCASE" value="f.e20.FHIST.f09_f09.cesm2_1.001_v2">
<entry id="RUN_REFDATE" value="1979-01-01"> (or 2000-01-01)
<entry id="GET_REFCASE" value="TRUE">
<entry id="RUN_STARTDATE" value="1979-01-01"> (or 2000-01-01)
<entry id="STOP_OPTION" value="nyears">
<entry id="STOP_N" value="36">
Here, I set 1999 as the spin-up year, but after startup running from 1999-01-01, I found that the simulation effect from 2000 to 2014 was not very good.<entry id="RUN_TYPE" value="startup">
<entry id="RUN_REFDIR" value="cesm2_init">
<entry id="RUN_REFCASE" value="f.e20.FHIST.f09_f09.cesm2_1.001_v2">
<entry id="RUN_REFDATE" value="1979-01-01">
<entry id="GET_REFCASE" value="FALSE">
<entry id="RUN_STARTDATE" value="1999-01-01">
<entry id="STOP_OPTION" value="nyears">
<entry id="STOP_N" value="16">
Questions:
(1) May I ask which method I should use to set env_run.xml?
(2) If using hybrid run, is it best to set RUN_REFDATE and RUN_STARTDATE to be the same in order to simulate the correct historical year?
(3) Can hybrid run be used without considering setting a spin-up year?
Sincerely hope to get your advice.
Best wishes!