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

CESM1.1.1 CAM5 daily output

Hi, there

I am running CESM1.1.1. (CAM5) for a 1850 control case. I want to get daily output
for several atmosphere variables but failed to do that. Below is what I have done
I modified "cam.buildnml.csh" and build the case.

cat >! $CASEBUILD/camconf/cesm_namelist
 

mai

Member
What you did is the old way.Now these lines:nhtfrq                 =0,-24,-24,-24
mfilt                  =1,1,1,1
fincl2='U','V','OMEGA','T','Q'
fincl3='DTV'
fincl4='PS',PSL'
go into a file called user_nl_cam in the case directory. You will have to do the run again from the beginning.
 
Dear Mai    Thanks a lot! I think it's equivalent since in "cam.buildnml.csh"below what I added isif (-e $CASEROOT/user_nl_cam${inst_string}) then  $UTILROOT/Tools/user_nl_add -user_nl_file $CASEROOT/user_nl_cam${inst_string} >> $CASEBUILD/camconf/cesm_namelistendifcat >> $CASEBUILD/camconf/cesm_namelist
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
The model is using the file atm_in in:$case/run/atm_inCan you check your atm_in: $case/run/atm_infincl2         = 'U','V','OMEGA','T','Q',
fincl3         = 'DTV'
fincl4         = 'PS', 'PSL'
mfilt          = 1,1,1,1
ncdata         = 'b.e11.B1850C5CN.f09_g16.005.cam.i.0301-01-01-00000.nc'
nhtfrq         = 0,-24,-24,-24I think it is what you did but I want to double check. 
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
One more question: did you add namelist variables these after a first submission ?If you are continuing the run, CAM will ignore the change in namelist values.Please check the value of "CONTINUE_RUN"  in env_run.xmlIt should be: 
 
Dear Hannay    Thanks. Yes, I checked the atm_in in: $case/run/atm_inand below it is what contained in $case/run/atm_in &cam_inparm bnd_topo               = '/glade/p/cesmdata/cseg/inputdata/atm/cam/topo/USGS-gtopo30_0.9x1.25_remap_c051027.nc' cam_branch_file                = '/glade/scratch/wliu/C3031/run/b.e11.B1850C5CN.f09_g16.005.cam.r.1301-01-01-00000.nc' dtime          = 1800 fincl2         = 'U','V','OMEGA','T','Q' fincl3         =  'DTV' fincl4         = 'PS', 'PSL' mfilt          = 1,1,1,1 ncdata         = '/glade/p/cesmdata/cseg/inputdata/atm/cam/inic/fv/cami-mam3_0000-01-01_0.9x1.25_L30_c100618.nc' nhtfrq         = 0,-24,-24,-24 print_energy_errors            = .false./ BestW
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
One more question: did you add namelist variables these after a first submission ?If you are continuing the run, CAM will ignore the change in namelist values.Please check the value of "CONTINUE_RUN"  in env_run.xmlIt should be:  
 
Top