mom_transcribe_grid module reference¶
Module with routines for copying information from a shared dynamic horizontal grid to an ocean-specific horizontal grid and the reverse.
Functions/Subroutines¶
Copies information from a dynamic (shared) horizontal grid type into an ocean_grid_type. |
|
Copies information from an ocean_grid_type into a dynamic (shared) horizontal grid type. |
|
Detailed Description¶
Module with routines for copying information from a shared dynamic horizontal grid to an ocean-specific horizontal grid and the reverse.
Function/Subroutine Documentation¶
-
subroutine
mom_transcribe_grid/
copy_dyngrid_to_mom_grid
(dG, oG, US)¶ Copies information from a dynamic (shared) horizontal grid type into an ocean_grid_type.
- Parameters
dg :: [in] Common horizontal grid type
og :: [inout] Ocean grid type
us :: [in] A dimensional unit scaling type
- Call to
mom_error_handler::mom_error
mom_grid::set_derived_metrics
mom_domains::to_all
- Called from
mom_oda_driver_mod::init_oda
mom_ice_shelf::initialize_ice_shelf
-
subroutine
mom_transcribe_grid/
copy_mom_grid_to_dyngrid
(oG, dG, US)¶ Copies information from an ocean_grid_type into a dynamic (shared) horizontal grid type.
- Parameters
og :: [in] Ocean grid type
dg :: [inout] Common horizontal grid type
us :: [in] A dimensional unit scaling type
- Call to
mom_error_handler::mom_error
mom_dyn_horgrid::set_derived_dyn_horgrid
mom_domains::to_all
-
subroutine
mom_transcribe_grid/
rotate_dyngrid
(G_in, G, US, turns)¶ - Parameters
g_in :: [in] Common horizontal grid type
g :: [inout] Ocean grid type
us :: [in] A dimensional unit scaling type
turns :: [in] Number of quarter turns
- Call to