ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
3 stars 12 forks source link

physconst and ref_pres need their own namelist definition files #186

Closed nusbaume closed 1 year ago

nusbaume commented 2 years ago

It appears that while physconst.F90 has namelist entries in the source code, there is no corresponding namelist definition file or namelist definition entries, which means that currently only the default values can be used in CAMDEN.

On top of that, while there are namelist definition entries for ref_pres in namelist_definition_cam.xml, it would be better if they were in their own namelist_definition_ref_pres.xml file and kept in the same directory as ref_pres itself.

I imagine it will be easiest to remedy this at the same time as the CAM thermo changes are brought in, but if not then I can certainly try and implement it earlier or later than that.