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

Customize CAM output

sebastien

Sébastien Barthélémy
New Member
Hi,

I try to customize CAM outputs, I read the documentation on the topic on the github of NCAR but obviously I made a mistake. I would like to output daily average of the variables U10, LHFLX, and SHFLX so here is how I modified the file user_nl_cam:

fincl2 = 'U10','LHFLX','SHFLX'
nhtfrq = -24
mfilt=1

I did a test with a one month run but I got only the daily average for the last day of the simulation. So my question is: how should I set user_nl_cam to actually get the daily output for each day of the simulation and not only the last day?
 

fischer

CSEG and Liaisons
Staff member
Hi,

You need to set nhtfrq and mfilt differently than what you did. The values you set are for the fincl1(h0) files. Try something like this.

fincl2 = 'U10','LHFLX','SHFLX'
nhtfrq = 0,-24
mfilt = 1,30

This should give you 30 days of the requested variables in the h1 files.

Chris
 
Vote Upvote 0 Downvote
Top