This module, part of the MPAS interface, integrates MPAS dynamical core with CAM-SIMA by implementing the necessary APIs and managing their interaction.
It implements the bidirectional coupling between dynamics and physics states.
Perform one-way coupling from the dynamics output states to the physics input states.
The other coupling direction is implemented by its counterpart, physics_to_dynamics_coupling
.
(KCW, 2024-07-31)
Perform one-way coupling from the physics output states to the dynamics input states.
The other coupling direction is implemented by its counterpart, dynamics_to_physics_coupling
.
(KCW, 2024-09-20)