./xmlquery -p DOUT_S
? If DOUT_S=TRUE
then the short-term archiver is enabled and all the history files will be moved to subdirectories of DOUT_S_ROOT
. If that is not the case, let me know and I will move this to the CAM forum../xmlchange DOUT_S=FALSE
to turn off the archiver and then re-run? I wonder if you are having an issue with the short-term archiver (perhaps similar to Running CESM2.2 for a particular short run)./xmlquery -p STOP
?) I think most components use the monthly stream for the bulk of the output, but also provide daily streams... so as long as you are running for more than a day you should get some history output.tail -n 15 CaseStatus
and paste the results here? I'd also be interested to see the results of ./xmlquery -p STOP
. The CaseStatus
file contains information about the case -- every time you build the model or run the model, it is logged in that file (along with information about whether it completed successfully).2022-03-01 12:18:47: case.run starting
---------------------------------------------------
2022-03-01 12:18:51: model execution starting
---------------------------------------------------
2022-03-01 16:00:35: model execution success
---------------------------------------------------
2022-03-01 16:00:35: case.run success
ls
in your run directory and the output of ./xmlquery -p DOUT
in your case directory.cam6-6hours.mosart.rh0.2000-01-03-00000.nc
cam6-6hours.cam.rh0.2000-01-03-00000.nc
cam6-6hours.clm2.rh0.2000-01-03-00000.nc
F2000climo
does not have any daily output by default. I ran for a month, though, and was able to produce history files from the atmosphere, land, sea ice, and river runoff models:$ ls -1 *.h*.nc
F2000climo.forum_question.cam.h0.0001-01.nc
F2000climo.forum_question.cice.h.0001-01.nc
F2000climo.forum_question.clm2.h0.0001-01.nc
F2000climo.forum_question.mosart.h0.0001-01.nc
./xmlchange STOP_N=1,STOP_OPTION=nmonths
should be sufficient to generate the above four files. Apologies for misleading you, I was under the impression that most of the CESM components produced at least some daily output.