dyn_coupling Module

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.


Used by

  • module~~dyn_coupling~~UsedByGraph module~dyn_coupling dyn_coupling proc~stepon_run2 stepon_run2 proc~stepon_run2->module~dyn_coupling proc~stepon_timestep_init stepon_timestep_init proc~stepon_timestep_init->module~dyn_coupling

Subroutines

public subroutine dynamics_to_physics_coupling()

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)

Arguments

None

public subroutine physics_to_dynamics_coupling()

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)

Arguments

None