MOM6
|
Regrid columns for the sigma coordinate.
Data Types | |
type | sigma_cs |
Control structure containing required parameters for the sigma coordinate. More... | |
Functions/Subroutines | |
subroutine, public | init_coord_sigma (CS, nk, coordinateResolution) |
Initialise a sigma_CS with pointers to parameters. More... | |
subroutine, public | end_coord_sigma (CS) |
subroutine, public | set_sigma_params (CS, min_thickness) |
subroutine, public | build_sigma_column (CS, nz, depth, totalThickness, zInterface) |
Build a sigma coordinate column. More... | |
subroutine, public coord_sigma::build_sigma_column | ( | type(sigma_cs), intent(in) | CS, |
integer, intent(in) | nz, | ||
real, intent(in) | depth, | ||
real, intent(in) | totalThickness, | ||
real, dimension(nz+1), intent(inout) | zInterface | ||
) |
Build a sigma coordinate column.
[in] | cs | Coordinate control structure |
[in] | nz | Number of levels |
[in] | depth | Depth of ocean bottom (positive in m) |
[in] | totalthickness | Column thickness (positive in m) |
[in,out] | zinterface | Absolute positions of interfaces |
Definition at line 61 of file coord_sigma.F90.
Referenced by mom_regridding::build_sigma_grid(), and mom_diag_remap::diag_remap_update().
subroutine, public coord_sigma::end_coord_sigma | ( | type(sigma_cs), pointer | CS | ) |
Definition at line 41 of file coord_sigma.F90.
Referenced by mom_regridding::end_regridding().
subroutine, public coord_sigma::init_coord_sigma | ( | type(sigma_cs), pointer | CS, |
integer, intent(in) | nk, | ||
real, dimension(:), intent(in) | coordinateResolution | ||
) |
Initialise a sigma_CS with pointers to parameters.
cs | Unassociated pointer to hold the control structure |
Definition at line 28 of file coord_sigma.F90.
References mom_error_handler::mom_error().
subroutine, public coord_sigma::set_sigma_params | ( | type(sigma_cs), pointer | CS, |
real, intent(in), optional | min_thickness | ||
) |
Definition at line 50 of file coord_sigma.F90.
References mom_error_handler::mom_error().