MOM6
|
The "super critical" configuration.
The module configures the model for the "supercritical" experiment. https://marine.rutgers.edu/po/index.php?model=test-problems&title=supercritical
Functions/Subroutines | |
subroutine, public | supercritical_set_obc_data (OBC, G, param_file) |
This subroutine sets the properties of flow at open boundary conditions. More... | |
subroutine, public supercritical_initialization::supercritical_set_obc_data | ( | type(ocean_obc_type), pointer | OBC, |
type(ocean_grid_type), intent(in) | G, | ||
type(param_file_type), intent(in) | param_file | ||
) |
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. | |
[in] | g | The ocean's grid structure. |
[in] | param_file | Parameter file structure |
Definition at line 27 of file supercritical_initialization.F90.
References mom_error_handler::mom_error().
Referenced by mom_state_initialization::mom_initialize_state().