MOM6
|
Configures the model for the idealized shelfwave test case.
Data Types | |
type | shelfwave_obc_cs |
Control structure for shelfwave open boundaries. More... | |
Functions/Subroutines | |
logical function, public | register_shelfwave_obc (param_file, CS, OBC_Reg) |
Add shelfwave to OBC registry. More... | |
subroutine, public | shelfwave_obc_end (CS) |
Clean up the shelfwave OBC from registry. More... | |
subroutine, public | shelfwave_initialize_topography (D, G, param_file, max_depth, US) |
Initialization of topography. More... | |
subroutine, public | shelfwave_set_obc_data (OBC, CS, G, h, Time) |
This subroutine sets the properties of flow at open boundary conditions. More... | |
Variables | |
character(len=40) | mdl = "shelfwave_initialization" |
This module's name. More... | |
logical function, public shelfwave_initialization::register_shelfwave_obc | ( | type(param_file_type), intent(in) | param_file, |
type(shelfwave_obc_cs), pointer | CS, | ||
type(obc_registry_type), pointer | OBC_Reg | ||
) |
Add shelfwave to OBC registry.
[in] | param_file | parameter file. |
cs | shelfwave control structure. | |
obc_reg | OBC registry. |
Definition at line 44 of file shelfwave_initialization.F90.
References mdl, and mom_error_handler::mom_error().
subroutine, public shelfwave_initialization::shelfwave_initialize_topography | ( | real, dimension(g%isd:g%ied,g%jsd:g%jed), intent(out) | D, |
type(dyn_horgrid_type), intent(in) | G, | ||
type(param_file_type), intent(in) | param_file, | ||
real, intent(in) | max_depth, | ||
type(unit_scale_type), intent(in), optional | US | ||
) |
Initialization of topography.
[in] | g | The dynamic horizontal grid type |
[out] | d | Ocean bottom depth in m or Z if US is present |
[in] | param_file | Parameter file structure |
[in] | max_depth | Maximum model depth in the units of D |
[in] | us | A dimensional unit scaling type |
Definition at line 98 of file shelfwave_initialization.F90.
References mdl.
Referenced by mom_fixed_initialization::mom_initialize_topography().
subroutine, public shelfwave_initialization::shelfwave_obc_end | ( | type(shelfwave_obc_cs), pointer | CS | ) |
Clean up the shelfwave OBC from registry.
cs | shelfwave control structure. |
Definition at line 89 of file shelfwave_initialization.F90.
subroutine, public shelfwave_initialization::shelfwave_set_obc_data | ( | type(ocean_obc_type), pointer | OBC, |
type(shelfwave_obc_cs), pointer | CS, | ||
type(ocean_grid_type), intent(in) | G, | ||
real, dimension(szi_(g),szj_(g),szk_(g)), intent(in) | h, | ||
type(time_type), intent(in) | Time | ||
) |
This subroutine sets the properties of flow at open boundary conditions.
obc | This open boundary condition type specifies whether, where, and what open boundary conditions are used. | |
cs | tidal bay control structure. | |
[in] | g | The ocean's grid structure. |
[in] | h | layer thickness. |
[in] | time | model time. |
Definition at line 129 of file shelfwave_initialization.F90.
|
private |
This module's name.
Definition at line 21 of file shelfwave_initialization.F90.
Referenced by register_shelfwave_obc(), and shelfwave_initialize_topography().