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

how to read atmospheric forcing with CLM4

I am trying to figure out how the offline CLM4 (under the framework of CESM1.0.4) read the atmospheric forcings, but with no luck. In CLM3, atmdrvMod.F90 is designed to read the forcings. I wonder if there is similar module in CLM4. Thanks
 

slevis

Moderator
Staff member
Dear Dagang,

The CESM operates in a single framework that always couples active components through the coupler. When you run an "i" case, the clm receives atmosphere data through the coupler from the data atmosphere model (datm). Therefore, the datm reads the data now rather than the clm.

Sam Levis

dagangwang said:
I am trying to figure out how the offline CLM4 (under the framework of CESM1.0.4) read the atmospheric forcings, but with no luck. In CLM3, atmdrvMod.F90 is designed to read the forcings. I wonder if there is similar module in CLM4. Thanks
 

slevis

Moderator
Staff member
I think so, but keep in mind that I'm not very familiar with the datm.

Sam Levis
 
Dear DagangI want to add a new variable into the atmospheric forcing data, could you please give me some general ideas or hints for how to do it? I am comfused about the processes of reading the forcing data in offline CLM. I appreciate your time very much! Thanks
 
Top