MOM6
|
Functions/Subroutines | |
subroutine, public | bfb_set_coord (Rlay, g_prime, GV, param_file, eqn_of_state) |
subroutine, public | bfb_initialize_sponges_southonly (G, use_temperature, tv, param_file, CSp, h) |
subroutine | write_bfb_log (param_file) |
Write output about the parameter values being used. More... | |
Variables | |
logical | first_call = .true. |
subroutine, public bfb_initialization::bfb_initialize_sponges_southonly | ( | type(ocean_grid_type), intent(in) | G, |
logical, intent(in) | use_temperature, | ||
type(thermo_var_ptrs), intent(in) | tv, | ||
type(param_file_type), intent(in) | param_file, | ||
type(sponge_cs), pointer | CSp, | ||
real, dimension(nimem_, njmem_, nkmem_), intent(in) | h | ||
) |
[in] | g | The ocean's grid structure |
[in] | tv | A structure pointing to various thermodynamic variables |
[in] | param_file | A structure to parse for run-time parameters |
[in] | h | Layer thicknesses, in H (usually m or kg m-2) |
Definition at line 107 of file BFB_initialization.F90.
References first_call, mom_sponge::initialize_sponge(), and write_bfb_log().
Referenced by mom_state_initialization::mom_initialize_state().
subroutine, public bfb_initialization::bfb_set_coord | ( | real, dimension( : ), intent(out) | Rlay, |
real, dimension( : ), intent(out) | g_prime, | ||
type(verticalgrid_type), intent(in) | GV, | ||
type(param_file_type), intent(in) | param_file, | ||
type(eos_type), pointer | eqn_of_state | ||
) |
[in] | gv | The ocean's vertical grid structure |
[in] | param_file | A structure to parse for run-time parameters |
Definition at line 66 of file BFB_initialization.F90.
References first_call, and write_bfb_log().
Referenced by mom_coord_initialization::mom_initialize_coord().
|
private |
Write output about the parameter values being used.
[in] | param_file | A structure indicating the open file to parse for model parameter values. |
Definition at line 198 of file BFB_initialization.F90.
References first_call.
Referenced by bfb_initialize_sponges_southonly(), and bfb_set_coord().
|
private |
Definition at line 61 of file BFB_initialization.F90.
Referenced by bfb_initialize_sponges_southonly(), bfb_set_coord(), and write_bfb_log().