Hi all,
We are trying to run a short case using CESM2.2 in order to understand how to customize future simulations.
Our case is something like this:
./create_newcase --case cam60f2000_2days --compset F2000climo --res f09_f09_mg17
cd cam60f2000_2days
./case.setup
Then we want to modify the run time by a simulation for 2 days:
./xmlchange RUN_STARTDATE=20000101,STOP_OPTION=nhours,STOP_N=2,STOP_DATE=20000102
Then:
./case.build
./case.submit
Once our case is completed and we go to the $CASEROOT/cime/output/cam60f2000_2days/run/, we do not have more *.nc files than this:
finidat_interp_dest.nc
cam60f2000_2days.mosart.rh0.2000-01-01-10800.nc
cam60f2000_2days.mosart.r.2000-01-01-10800.nc
cam60f2000_2days.cice.r.2000-01-01-07200.nc
cam60f2000_2days.clm2.rh0.2000-01-01-07200.nc
cam60f2000_2days.clm2.r.2000-01-01-07200.nc
cam60f2000_2days.cam.rh0.2000-01-01-07200.nc
cam60f2000_2days.cam.r.2000-01-01-07200.nc
cam60f2000_2days.cam.rs.2000-01-01-07200.nc
cam60f2000_2days.cpl.r.2000-01-01-07200.nc
cam60f2000_2days.cism.tavg_helper.0000-00-00-00000.nc
Should we expect more files?.
Thanks in advance
We are trying to run a short case using CESM2.2 in order to understand how to customize future simulations.
Our case is something like this:
./create_newcase --case cam60f2000_2days --compset F2000climo --res f09_f09_mg17
cd cam60f2000_2days
./case.setup
Then we want to modify the run time by a simulation for 2 days:
./xmlchange RUN_STARTDATE=20000101,STOP_OPTION=nhours,STOP_N=2,STOP_DATE=20000102
Then:
./case.build
./case.submit
Once our case is completed and we go to the $CASEROOT/cime/output/cam60f2000_2days/run/, we do not have more *.nc files than this:
finidat_interp_dest.nc
cam60f2000_2days.mosart.rh0.2000-01-01-10800.nc
cam60f2000_2days.mosart.r.2000-01-01-10800.nc
cam60f2000_2days.cice.r.2000-01-01-07200.nc
cam60f2000_2days.clm2.rh0.2000-01-01-07200.nc
cam60f2000_2days.clm2.r.2000-01-01-07200.nc
cam60f2000_2days.cam.rh0.2000-01-01-07200.nc
cam60f2000_2days.cam.r.2000-01-01-07200.nc
cam60f2000_2days.cam.rs.2000-01-01-07200.nc
cam60f2000_2days.cpl.r.2000-01-01-07200.nc
cam60f2000_2days.cism.tavg_helper.0000-00-00-00000.nc
Should we expect more files?.
Thanks in advance