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

specific heat capacity in CAM

ruk15@psu_edu

New Member
Hi,Does CAM (any version) have a temperature dependence on the specific heat capacity ? If not, are there any efforts of implementing this feature in the source code?ThanksRaviPennsylvania State University
 

eaton

CSEG and Liaisons
There is no code that accounts for temperature dependence of heat capacity, at least not any that's been implemented in a general way using the physconst module which is responsible for the values of properties which have traditionally been considered to be constant.  However, this module now contains arrays for several constants, the heat capacity of air among them, to allow them to vary spatially and temporally.  This was implemented to allow the properties of air to vary with composition in the WACCM-X model which has a top far above the homosphere.  You could use a similar mechanism to allow for spatial/temporal variation of any physical property. 
 

eaton

CSEG and Liaisons
There is no code that accounts for temperature dependence of heat capacity, at least not any that's been implemented in a general way using the physconst module which is responsible for the values of properties which have traditionally been considered to be constant.  However, this module now contains arrays for several constants, the heat capacity of air among them, to allow them to vary spatially and temporally.  This was implemented to allow the properties of air to vary with composition in the WACCM-X model which has a top far above the homosphere.  You could use a similar mechanism to allow for spatial/temporal variation of any physical property. 
 
Top