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

Data Models

The CESM data models perform the basic function of reading external data, modifying that data, and then sending it to the driver via standard CESM coupling interfaces. The driver and other models have no fundamental knowledge of whether another component is fully active or just a data model. In some cases, data models are prognostic and also receive and use some data sent by the driver to the data model. But in most cases, the data models are not running prognostically and have no need to receive any data from the driver.
Top