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

Two radiation.F90 codes problem.

There are two radiation.F90 codes located respectively at cesm1_0/models/atm/cam/src/physics/cam/radiation.F90 and cesm1_0/models/atm/cam/src/physics/rrtmg/radiation.F90, unfortunately, they are different. Can anyone tell me the different roles they play in and which one we are using while compiling the default case such as F_1850_CAM5 ? Appreciated.
 

eaton

CSEG and Liaisons
The radiation.F90 files contain the driver code for the CAM4 radiation (in physics/cam/radiation.F90) and the CAM5 radiation (in physics/rrtmg/radiation.F90). The build procedure takes care of compiling the correct version depending on which physics package is used.
 
Top