#include <MOM_memory.h>
Go to the source code of this file.
|
module | coord_adapt |
| Regrid columns for the adaptive coordinate.
|
|
|
subroutine, public | coord_adapt::init_coord_adapt (CS, nk, coordinateResolution, m_to_H) |
| Initialise an adapt_CS with parameters. More...
|
|
subroutine, public | coord_adapt::end_coord_adapt (CS) |
| Clean up the coordinate control structure. More...
|
|
subroutine, public | coord_adapt::set_adapt_params (CS, adaptTimeRatio, adaptAlpha, adaptZoom, adaptZoomCoeff, adaptBuoyCoeff, adaptDrho0, adaptDoMin) |
| This subtroutine can be used to set the parameters for coord_adapt module. More...
|
|
subroutine, public | coord_adapt::build_adapt_column (CS, G, GV, tv, i, j, zInt, tInt, sInt, h, zNext) |
|