MOM6
|
Regrid columns for a z-like coordinate (z-star, z-level)
Data Types | |
type | zlike_cs |
Control structure containing required parameters for a z-like coordinate. More... | |
Functions/Subroutines | |
subroutine, public | init_coord_zlike (CS, nk, coordinateResolution) |
Initialise a zlike_CS with pointers to parameters. More... | |
subroutine, public | end_coord_zlike (CS) |
subroutine, public | set_zlike_params (CS, min_thickness) |
subroutine, public | build_zstar_column (CS, nz, depth, total_thickness, zInterface, z_rigid_top, eta_orig) |
Builds a z* coordinate with a minimum thickness. More... | |
subroutine, public coord_zlike::build_zstar_column | ( | type(zlike_cs), intent(in) | CS, |
integer, intent(in) | nz, | ||
real, intent(in) | depth, | ||
real, intent(in) | total_thickness, | ||
real, dimension(nz+1), intent(inout) | zInterface, | ||
real, intent(in), optional | z_rigid_top, | ||
real, intent(in), optional | eta_orig | ||
) |
Builds a z* coordinate with a minimum thickness.
[in] | cs | Coordinate control structure |
[in] | nz | Number of levels |
[in] | depth | Depth of ocean bottom (positive in m) |
[in] | total_thickness | Column thickness (positive in m) |
[in,out] | zinterface | Absolute positions of interfaces |
[in] | z_rigid_top | The height of a rigid top (negative in m) |
[in] | eta_orig | The actual original height of the top (m) |
Definition at line 60 of file coord_zlike.F90.
Referenced by mom_regridding::build_zstar_grid(), and mom_diag_remap::diag_remap_update().
subroutine, public coord_zlike::end_coord_zlike | ( | type(zlike_cs), pointer | CS | ) |
Definition at line 41 of file coord_zlike.F90.
Referenced by mom_regridding::end_regridding().
subroutine, public coord_zlike::init_coord_zlike | ( | type(zlike_cs), pointer | CS, |
integer, intent(in) | nk, | ||
real, dimension(:), intent(in) | coordinateResolution | ||
) |
Initialise a zlike_CS with pointers to parameters.
cs | Unassociated pointer to hold the control structure |
Definition at line 28 of file coord_zlike.F90.
References mom_error_handler::mom_error().
subroutine, public coord_zlike::set_zlike_params | ( | type(zlike_cs), pointer | CS, |
real, intent(in), optional | min_thickness | ||
) |
Definition at line 50 of file coord_zlike.F90.
References mom_error_handler::mom_error().