isomip_initialization module reference¶
Configures the ISOMIP test case.
Functions/Subroutines¶
Initialization of topography for the ISOMIP configuration. |
|
Initialization of thicknesses. |
|
Initial values for temperature and salinity. |
|
Sets up the the inverse restoration time (Idamp), and. |
Detailed Description¶
See this paper for details: http://www.geosci-model-dev-discuss.net/8/9859/2015/gmdd-8-9859-2015.pdf .
Function/Subroutine Documentation¶
-
subroutine
isomip_initialization/
isomip_initialize_topography
(D, G, param_file, max_depth, US)¶ Initialization of topography for the ISOMIP configuration.
- Parameters
g :: [in] The dynamic horizontal grid type
d :: [out] Ocean bottom depth in m or Z if US is present
param_file :: [in] Parameter file structure
max_depth :: [in] Maximum model depth in the units of D
us :: [in] A dimensional unit scaling type
- Call to
- Called from
-
subroutine
isomip_initialization/
isomip_initialize_thickness
(h, G, GV, US, param_file, tv, just_read_params)¶ Initialization of thicknesses.
- Parameters
g :: [in] The ocean’s grid structure.
gv :: [in] The ocean’s vertical grid structure.
us :: [in] A dimensional unit scaling type
h :: [out] The thickness that is being initialized [H ~> m or kg m-2].
param_file :: [in] A structure indicating the open file to parse for model parameter values.
tv :: [in] A structure containing pointers to any available thermodynamic fields, including the eqn. of state.
just_read_params :: [in] If present and true, this call will only read parameters without changing h.
- Call to
mdl
mom_error_handler::mom_error
mom_error_handler::mom_mesg
regrid_consts::regridding_sigma_shelf_zstar
-
subroutine
isomip_initialization/
isomip_initialize_temperature_salinity
(T, S, h, G, GV, US, param_file, eqn_of_state, just_read_params)¶ Initial values for temperature and salinity.
- Parameters
g :: [in] Ocean grid structure
gv :: [in] Vertical grid structure
us :: [in] A dimensional unit scaling type
t :: [out] Potential temperature [degC]
s :: [out] Salinity [ppt]
h :: [in] Layer thickness [H ~> m or kg m-2]
param_file :: [in] Parameter file structure
eqn_of_state :: Equation of state structure
just_read_params :: [in] If present and true, this call will only read parameters without changing T & S.
- Call to
mdl
mom_error_handler::mom_error
regrid_consts::regridding_sigma_shelf_zstar
- Called from
-
subroutine
isomip_initialization/
isomip_initialize_sponges
(G, GV, US, tv, PF, use_ALE, CSp, ACSp)¶ Sets up the the inverse restoration time (Idamp), and.
- Parameters
g :: [in] The ocean’s grid structure.
gv :: [in] The ocean’s vertical grid structure.
us :: [in] A dimensional unit scaling type
tv :: [in] A structure containing pointers to any available thermodynamic fields, potential temperature and salinity or mixed layer density. Absent fields have NULL ptrs.
pf :: [in] A structure indicating the open file to parse for model parameter values.
use_ale :: [in] If true, indicates model is in ALE mode
csp :: Layer-mode sponge structure
acsp :: ALE-mode sponge structure
- Call to
mom_sponge::initialize_sponge
mom_error_handler::mom_error
regrid_consts::regridding_sigma_shelf_zstar
mom_sponge::set_up_sponge_field