MOM6
|
The module configures the model for the "circle_obcs" experiment. circle_obcs = Test of Open Boundary Conditions for an SSH anomaly.
Functions/Subroutines | |
subroutine, public | circle_obcs_initialize_thickness (h, G, GV, param_file, just_read_params) |
This subroutine initializes layer thicknesses for the circle_obcs experiment. More... | |
subroutine, public circle_obcs_initialization::circle_obcs_initialize_thickness | ( | real, dimension( g %isd: g %ied, g %jsd: g %jed, gv %ke), intent(out) | h, |
type(ocean_grid_type), intent(in) | G, | ||
type(verticalgrid_type), intent(in) | GV, | ||
type(param_file_type), intent(in) | param_file, | ||
logical, intent(in), optional | just_read_params | ||
) |
This subroutine initializes layer thicknesses for the circle_obcs experiment.
[in] | g | The ocean's grid structure. |
[in] | gv | The ocean's vertical grid structure. |
[out] | h | The thickness that is being initialized, in m. |
[in] | param_file | A structure indicating the open file to parse for model parameter values. |
[in] | just_read_params | If present and true, this call will only read parameters without changing h. |
Definition at line 42 of file circle_obcs_initialization.F90.
References mom_error_handler::mom_mesg().
Referenced by mom_state_initialization::mom_initialize_state().