|
MOM6
|
Control structure for this module.
Definition at line 29 of file MOM_tracer_advect.F90.
Public variables and constants | |
| real | dt |
| The baroclinic dynamics time step, in s. More... | |
| type(diag_ctrl), pointer | diag |
| A structure that is used to regulate the timing of diagnostic output. More... | |
| logical | debug |
| If true, write verbose checksums for debugging purposes. More... | |
| logical | useppm |
| If true, use PPM instead of PLM. More... | |
| logical | usehuynh |
| If true, use the Huynh scheme for PPM interface values. More... | |
| type(group_pass_type) | pass_uhr_vhr_t_hprev |
| logical mom_tracer_advect::tracer_advect_cs::debug |
If true, write verbose checksums for debugging purposes.
Definition at line 33 of file MOM_tracer_advect.F90.
| type(diag_ctrl), pointer mom_tracer_advect::tracer_advect_cs::diag |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 31 of file MOM_tracer_advect.F90.
| real mom_tracer_advect::tracer_advect_cs::dt |
The baroclinic dynamics time step, in s.
Definition at line 30 of file MOM_tracer_advect.F90.
| type(group_pass_type) mom_tracer_advect::tracer_advect_cs::pass_uhr_vhr_t_hprev |
Definition at line 36 of file MOM_tracer_advect.F90.
| logical mom_tracer_advect::tracer_advect_cs::usehuynh |
If true, use the Huynh scheme for PPM interface values.
Definition at line 35 of file MOM_tracer_advect.F90.
| logical mom_tracer_advect::tracer_advect_cs::useppm |
If true, use PPM instead of PLM.
Definition at line 34 of file MOM_tracer_advect.F90.