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

write PT error

Dear all,     I want to write out US,VS,PT,Q,PS to netcdf,I add follows in atm_in.    fincl2 = 'US:I','VS:I','PT:I','Q:I','PS:I'    nhtfrq = 0,144   but it fails. The error message is  "FLDLST: PT in fincl(           3 ) not found ".   So why and what should I do? Thank you!
 

jedwards

CSEG and Liaisons
Staff member
Don't try to output fields that don't exist.   Potential temperature is THhttp://www.cesm.ucar.edu/models/cesm1.0/cam/docs/ug5_0/c510.html
 

mmills

CSEG and Liaisons
Staff member
You can find the "MASTER FIELD LIST" of all history variables available to output in your run in the atm.log.* file that is generated at run time in your run directory. This list includes the long name descriptions for each history variable.
 
Top