Go to the source code of this file.
|
| module | coord_sigma |
| | Regrid columns for the sigma coordinate.
|
| |
|
| subroutine, public | coord_sigma::init_coord_sigma (CS, nk, coordinateResolution) |
| | Initialise a sigma_CS with pointers to parameters. More...
|
| |
| subroutine, public | coord_sigma::end_coord_sigma (CS) |
| | This subroutine deallocates memory in the control structure for the coord_sigma module. More...
|
| |
| subroutine, public | coord_sigma::set_sigma_params (CS, min_thickness) |
| | This subroutine can be used to set the parameters for the coord_sigma module. More...
|
| |
| subroutine, public | coord_sigma::build_sigma_column (CS, depth, totalThickness, zInterface) |
| | Build a sigma coordinate column. More...
|
| |