I ran two experiments using CESM2, both with the same settings except for STOP_N and STOP_OPTION.
In Experiment A, it looks like this:
./xmlchange STOP_OPTION=nday
./xmlchange STOP_N=1
But in Experiment B it is like this
./xmlchange STOP_OPTION=nhours
./xmlchange STOP_N=6
./xmlchange RESUBMIT=3
For both experiments, the model will end after running for a day. If the start date is 0001-01-02-00000, I get a restart file *.cam.r.0001-01-02-00000.nc.
But I found that the two experiments produced different restart files. That's the instantaneous value in the restart file, right?
If this is true, then both experiments give instantaneous values at 0001-01-02-00000.
Why do I get different restart files?
Can anyone give me some advice?
In Experiment A, it looks like this:
./xmlchange STOP_OPTION=nday
./xmlchange STOP_N=1
But in Experiment B it is like this
./xmlchange STOP_OPTION=nhours
./xmlchange STOP_N=6
./xmlchange RESUBMIT=3
For both experiments, the model will end after running for a day. If the start date is 0001-01-02-00000, I get a restart file *.cam.r.0001-01-02-00000.nc.
But I found that the two experiments produced different restart files. That's the instantaneous value in the restart file, right?
If this is true, then both experiments give instantaneous values at 0001-01-02-00000.
Why do I get different restart files?
Can anyone give me some advice?