Dear Dr. Slevis,For Q1, I suggest that you try it, i.e. modify the .ncl script to do what you want. Otherwise, rerun with hist_mfilt = 1.
For Q2, you will find that we provide default initial condition files when you set up your simulation. That is the extent of what we offer, unfortunately.
Thank you very much for your information. Now I can utilize the .ncl script successfully.
I am very new for the usage of CLM5.0. I have three another questions which confused me a lot, I would like to inquire a help.
Q1, For example, if I have already spun up the model for 200yr but the equilibrium state is still not achieved, then I want to continue to spin up the model for like 100yr. How can I do this? Should I only change CONTINUE_RUN to True and change the STOP_N to 100 and then ./case.submit or I need further specify the finidat or change the RUN_TYPE? I am not sure about the difference between 'startup' and 'branch'.
Q2, when I finished spinning up the model and got the spun up restart file by conducting the following simulation:
Bash:
./create_newcase --case I1850Clm50BgcCrop_spinup_01 --res f19_g17 --compset I1850Clm50BgcCrop --run-unsupported
cd I1850Clm50BgcCrop_spinup_01
./xmlchange STOP_OPTION='nyears'
./xmlchange STOP_N=200
./xmlchange REST_N=1
./xmlchange REST_OPTION='nyears'
./xmlchange CLM_ACCELERATED_SPINUP='on'
./case.setup
./case.build
./case.submit
In my thinking, this spun up restart file stand for the conditions of 1850. Then I would like to use this spun up restart file to conduct transient simulation from 1850 to 2014 to try to reproduce the real situation in this period. The question is there are no atmospheric forcing data from 1850 to 1900, so I wonder how to design this experiment from 1850 to 2014?
Q3, the machine I used to run CLM is a Ubutun server (no batch system) with 40 Intel(R) Xeon(R) Silver 4210 CPU. One CPU has 10 cores and 20 threads. I wonder how to set MAX_TASKS_PER_NODE and MAX_MPITASKS_PER_NODE or I need to set some other variables in config_machines.xml to utilize all cores and threads of 15 Intel CPU to run the model?
I would greatly appreciate your help.