Hi there. I am new to CESM and need help figuring out how to control output frequency. I am doing a 1-yr FHIST run and would like output for get daily average precipitation and daily average near-surface temperature. Below are my edits so far
1) added these lines to user_nl_cam
fincl2='PRECC','PRECL'
nhtfrq=0,-24
mfilt=1,1
2) added this to user_nl_clm
hist_fincl2 = 'TSA'
hist_nhtfrq = 0,-24
hist_mfilt = 1,1
I can build and run the model but I am not sure I am getting what I wanted. Are my changes correct? Am I getting daily averages or instantaneous values?
Thank you!
1) added these lines to user_nl_cam
fincl2='PRECC','PRECL'
nhtfrq=0,-24
mfilt=1,1
2) added this to user_nl_clm
hist_fincl2 = 'TSA'
hist_nhtfrq = 0,-24
hist_mfilt = 1,1
I can build and run the model but I am not sure I am getting what I wanted. Are my changes correct? Am I getting daily averages or instantaneous values?
Thank you!