MOM6
|
Data Types | |
type | kelvin_obc_cs |
Control structure for Kelvin wave open boundaries. More... | |
Functions/Subroutines | |
logical function, public | register_kelvin_obc (param_file, CS, OBC_Reg) |
Add Kelvin wave to OBC registry. More... | |
subroutine, public | kelvin_obc_end (CS) |
Clean up the Kelvin wave OBC from registry. More... | |
subroutine, public | kelvin_initialize_topography (D, G, param_file, max_depth) |
This subroutine sets up the Kelvin topography and land mask. More... | |
subroutine, public | kelvin_set_obc_data (OBC, CS, G, h, Time) |
This subroutine sets the properties of flow at open boundary conditions. More... | |
subroutine, public kelvin_initialization::kelvin_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 | ||
) |
This subroutine sets up the Kelvin topography and land mask.
[in] | g | The dynamic horizontal grid type |
[out] | d | Ocean bottom depth in m |
[in] | param_file | Parameter file structure |
[in] | max_depth | Maximum depth of model in m |
Definition at line 124 of file Kelvin_initialization.F90.
References mom_error_handler::mom_mesg().
Referenced by mom_fixed_initialization::mom_initialize_topography().
subroutine, public kelvin_initialization::kelvin_obc_end | ( | type(kelvin_obc_cs), pointer | CS | ) |
Clean up the Kelvin wave OBC from registry.
cs | Kelvin wave control structure. |
Definition at line 114 of file Kelvin_initialization.F90.
Referenced by mom_boundary_update::obc_register_end().
subroutine, public kelvin_initialization::kelvin_set_obc_data | ( | type(ocean_obc_type), pointer | OBC, |
type(kelvin_obc_cs), pointer | CS, | ||
type(ocean_grid_type), intent(in) | G, | ||
real, dimension( g %isd: g %ied, g %jsd: g %jed, g %ke), 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 | Kelvin wave control structure. | |
[in] | g | The ocean's grid structure. |
[in] | h | layer thickness. |
[in] | time | model time. |
Definition at line 174 of file Kelvin_initialization.F90.
logical function, public kelvin_initialization::register_kelvin_obc | ( | type(param_file_type), intent(in) | param_file, |
type(kelvin_obc_cs), pointer | CS, | ||
type(obc_registry_type), pointer | OBC_Reg | ||
) |
Add Kelvin wave to OBC registry.
[in] | param_file | parameter file. |
cs | Kelvin wave control structure. | |
obc_reg | OBC registry. |
Definition at line 64 of file Kelvin_initialization.F90.
References mom_error_handler::mom_error().