MOM6
|
Initial conditions for the Equatorial Rossby soliton test (Boyd).
conditions
Functions/Subroutines | |
subroutine, public | soliton_initialize_thickness (h, G) |
Initialization of thicknesses in Equatorial Rossby soliton test. More... | |
subroutine, public | soliton_initialize_velocity (u, v, h, G) |
Initialization of u and v in the equatorial Rossby soliton test. More... | |
Variables | |
character(len=40) | mdl = "soliton_initialization" |
This module's name. More... | |
subroutine, public soliton_initialization::soliton_initialize_thickness | ( | real, dimension(szi_(g),szj_(g), szk_(g)), intent(out) | h, |
type(ocean_grid_type), intent(in) | G | ||
) |
Initialization of thicknesses in Equatorial Rossby soliton test.
[in] | g | Grid structure |
[out] | h | Thickness |
Definition at line 34 of file soliton_initialization.F90.
References mom_error_handler::mom_mesg().
Referenced by mom_state_initialization::mom_initialize_state().
subroutine, public soliton_initialization::soliton_initialize_velocity | ( | real, dimension(szib_(g),szj_(g),szk_(g)), intent(out) | u, |
real, dimension(szi_(g),szjb_(g),szk_(g)), intent(out) | v, | ||
real, dimension(szi_(g),szj_(g), szk_(g)), intent(in) | h, | ||
type(ocean_grid_type), intent(in) | G | ||
) |
Initialization of u and v in the equatorial Rossby soliton test.
[in] | g | Grid structure |
[out] | u | i-component of velocity [m/s] |
[out] | v | j-component of velocity [m/s] |
[in] | h | Thickness [H] |
Definition at line 67 of file soliton_initialization.F90.
|
private |
This module's name.
Definition at line 25 of file soliton_initialization.F90.