seamount_initialization module reference
Configures the model for the idealized seamount test case.
Functions/Subroutines
Initialization of topography. |
|
Initialization of thicknesses. |
|
Initial values for temperature and salinity. |
Detailed Description
Configures the model for the idealized seamount test case.
Function/Subroutine Documentation
- subroutine seamount_initialization/seamount_initialize_topography(D, G, param_file, max_depth)
Initialization of topography.
- Parameters:
g :: [in] The dynamic horizontal grid type
d :: [out] Ocean bottom depth [Z ~> m]
param_file ::
param_file[in] Parameter file structuremax_depth ::
max_depth[in] Maximum ocean depth [Z ~> m]
- Call to:
mdl- Called from:
- subroutine seamount_initialization/seamount_initialize_thickness(h, depth_tot, G, GV, US, param_file, just_read)
Initialization of thicknesses. This subroutine initializes the layer thicknesses to be uniform.
- 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]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 h.
- Call to:
mdlmom_error_handler::mom_mesgregrid_consts::regridding_rhoregrid_consts::regridding_sigma
- subroutine seamount_initialization/seamount_initialize_temperature_salinity(T, S, h, G, GV, US, param_file, just_read)
Initial values for temperature and salinity.
- Parameters:
g :: [in] Ocean grid structure
gv :: [in] Vertical grid structure
t :: [out] Potential temperature [C ~> degC]
s :: [out] Salinity [S ~> ppt]
h ::
h[in] Layer thickness [Z ~> m]us :: [in] A dimensional unit scaling type
param_file ::
param_file[in] Parameter file structurejust_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: