Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

How to change history file output frequency for CAM

I create a case and run it for 5 years,then I want to restart it for 5 days and change the output frequence from monthly to daily.
here are my modification:
env_conf.xml:






env_run.xml:




then ./configure -case and modify the cam.buildnml.csh like:
&cam_inparm
mfilt=1,5
nhtfrq=0,-24
fincl2='U','V','PRECT'
/
and after this I build and run the case
but I don't get the output daily,what I get is something like 'test.cam2.h0.0006-05.nc'.
Did I do something wrong?
If I rebuild a new case and modify cam.buildnml.csh like up,it works well.
I am so confused and I am so glad to get some detail suggestions from you about how to restart a case and change its output frequence.
Thank you!

 
Top