MOM6
|
Configures the model for the "tidal_bay" experiment. tidal_bay = Tidally resonant bay from Zygmunt Kowalik's class on tides.
Data Types | |
type | tidal_bay_obc_cs |
Control structure for tidal bay open boundaries. More... | |
Functions/Subroutines | |
logical function, public | register_tidal_bay_obc (param_file, CS, OBC_Reg) |
Add tidal bay to OBC registry. More... | |
subroutine, public | tidal_bay_obc_end (CS) |
Clean up the tidal bay OBC from registry. More... | |
subroutine, public | tidal_bay_set_obc_data (OBC, CS, G, h, Time) |
This subroutine sets the properties of flow at open boundary conditions. More... | |
logical function, public tidal_bay_initialization::register_tidal_bay_obc | ( | type(param_file_type), intent(in) | param_file, |
type(tidal_bay_obc_cs), pointer | CS, | ||
type(obc_registry_type), pointer | OBC_Reg | ||
) |
Add tidal bay to OBC registry.
[in] | param_file | parameter file. |
cs | tidal bay control structure. | |
obc_reg | OBC registry. |
Definition at line 34 of file tidal_bay_initialization.F90.
References mom_error_handler::mom_error().
subroutine, public tidal_bay_initialization::tidal_bay_obc_end | ( | type(tidal_bay_obc_cs), pointer | CS | ) |
Clean up the tidal bay OBC from registry.
cs | tidal bay control structure. |
Definition at line 55 of file tidal_bay_initialization.F90.
Referenced by mom_boundary_update::obc_register_end().
subroutine, public tidal_bay_initialization::tidal_bay_set_obc_data | ( | type(ocean_obc_type), pointer | OBC, |
type(tidal_bay_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 64 of file tidal_bay_initialization.F90.