-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement run phase and dynamics-physics coupling for MPAS dynamical …
…core (#304) ### Tag name (required for release branches): None ### Originator(s): kuanchihwang ### Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue number): Implement run (i.e., time integration) phase and dynamics-physics coupling for MPAS dynamical core. **CAM-SIMA with MPAS dynamical core is now able to run toward the end successfully.** ### Describe any changes made to build system: None ### Describe any changes made to the namelist: None ### List any changes to the defaults for the input datasets (e.g. boundary datasets): None ### List all files eliminated and why: None ### List all files added and what they do: * `A src/dynamics/mpas/dyn_coupling.F90` * Implement dynamics-physics coupling and vice versa ### List all existing files that have been modified, and describe the changes: * `M src/dynamics/mpas/driver/dyn_mpas_subdriver.F90` * Implement MPAS subdriver * Support for computing edge wind tendency in MPAS subdriver * `M src/dynamics/mpas/dyn_comp.F90` * Support for computing edge wind tendency in MPAS subdriver * Implement `dyn_run` * Sort `use` statements and add comments * Factor out variable finalization * Implement `reverse` * Refactor assignments between CAM-SIMA and MPAS in terms of `reverse` * Implement `dyn_exchange_constituent_state` * Switch to use `dyn_exchange_constituent_state` * `M src/dynamics/mpas/stepon.F90` * Sort `use` statements and adjust indentation * Wire up `dyn_run` * Wire up dynamics-physics coupling
- Loading branch information
Showing
4 changed files
with
1,076 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.