adjustment_initialization module reference
Configures the model for the geostrophic adjustment test case.
Functions/Subroutines
Initializes the layer thicknesses in the adjustment test case. |
|
Initialization of temperature and salinity in the adjustment test case. |
Detailed Description
Configures the model for the geostrophic adjustment test case.
Function/Subroutine Documentation
- subroutine adjustment_initialization/adjustment_initialize_thickness(h, G, GV, US, param_file, just_read)
Initializes the layer thicknesses in the adjustment test case.
- Parameters:
g :: [in] The ocean’s grid structure.
gv :: [in] The ocean’s vertical grid structure.
us :: [in] A dimensional unit scaling type
h ::
h[out] The thickness that is being initialized [Z ~> m]param_file ::
param_file[in] A structure indicating the open file to parse for model parameter values.just_read ::
just_read[in] If true, this call will only read parameters without changing h.
- Call to:
mdlmom_error_handler::mom_errormom_error_handler::mom_mesgregrid_consts::regridding_rhoregrid_consts::regridding_sigma
- subroutine adjustment_initialization/adjustment_initialize_temperature_salinity(T, S, h, depth_tot, G, GV, US, param_file, just_read)
Initialization of temperature and salinity in the adjustment test case.
- Parameters:
g :: [in] The ocean’s grid structure.
gv :: [in] The ocean’s vertical grid structure.
us :: [in] A dimensional unit scaling type
t :: [out] The temperature that is being initialized [C ~> degC]
s :: [out] The salinity that is being initialized [S ~> ppt]
h ::
h[in] The model thicknesses [Z ~> m]depth_tot ::
depth_tot[in] The nominal total depth of the ocean [Z ~> m]param_file ::
param_file[in] A structure indicating the open file to parse for model parameter values.just_read ::
just_read[in] If true, this call will only read parameters without changing T & S.
- Call to:
mdlmom_error_handler::mom_errorregrid_consts::regridding_rhoregrid_consts::regridding_sigma- Called from: