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

Add variables into FHIST.

zylin

yulinzhang
New Member
Hi all!I was running CESM 2.1.3 for a period of time.But I have some questions:
1.If NOX,O3,CO2 were not input to the default namelist of FHIST compset?And how can I add them in my model,for the purpose that I want make them become the variables in my output data.
2.If I want to add the variables as previously mentioned,how can I make it?
Please give me some suggestions.Thanks all.
 

peverley

Courtney Peverley
Moderator
Staff member
Hi,

I'm not 100% sure what you're asking.

If you're asking about how to output NOX, O3, and CO2 from your run, I'll direct you to the history/output namelist configurations options: 8. Model Output: — camdoc documentation

For example, in your user_nl_cam, you may have something like:
fincl2 = 'O3', 'NO2', 'CO2:A'
nhtfrq = 0, -1
mfilt = 1, 24

The example above will output instantaneous 'O3' and 'NO2', and averaged 'CO2' every hour to the volume "cam.h1" in your run directory. There will be one file every day (max 24 samples in a file).

If that's not what you're asking for, my apologies! Can you please elaborate on what you're trying to do?

Courtney
 
Top