sunjzh13@163_com
New Member
Hi there, I want to run multi-instance CESM (for the test run, 2 instances) with different atmosphere initial conditions. So I first perform a hybrid run to obtain CAM initial files at different times (exp1). Then I carry out another hybrid run with 2 instances (exp2) based on the CAM initial and restart files of exp1.For exp2, the related variables in env_run.xml are set as below:
- RUN_TYPE = hybrid
- RUN_REFCASE = exp1
- RUN_REFDATE = 0001-01-03 (exp1 was run for 2 days from 0001-01-01)
- RUN_REFTOD = 00000
- GET_REFCASE = FALSE
- CONTINUE_RUN = FALSE
- ERROR: GETFIL: FAILED to get e1.cam.i.0001-01-03-00000.nc
- if ($RUN_TYPE == 'hybrid') then
- if (-e ${RUN_REFCASE}.cam${inst_string}.i.${RUN_REFDATE}-${RUN_REFTOD}.nc) then
- set ncdata = "ncdata='${RUN_REFCASE}.cam${inst_string}.i.${RUN_REFDATE}-${RUN_REFTOD}.nc'"
- else
- set ncdata = "ncdata='${RUN_REFCASE}.cam.i.${RUN_REFDATE}-${RUN_REFTOD}.nc'"
- if ($inst_string != "") echo "WARNING: $ncdata is being used"
- endif
- endif
- ERROR: aborting in ice-pio_ropen with invalid file