MOM6
|
Container for remapping parameters.
Definition at line 22 of file MOM_remapping.F90.
Public variables and constants | |
integer | remapping_scheme = -911 |
Determines which reconstruction to use. More... | |
integer | degree = 0 |
Degree of polynomial reconstruction. More... | |
logical | boundary_extrapolation = .true. |
If true, extrapolate boundaries. More... | |
logical | check_reconstruction = .false. |
If true, reconstructions are checked for consistency. More... | |
logical | check_remapping = .false. |
If true, the result of remapping are checked for conservation and bounds. More... | |
logical | force_bounds_in_subcell = .false. |
If true, the intermediate values used in remapping are forced to be bounded. More... | |
logical | answers_2018 = .true. |
If true use older, less acccurate expressions. More... | |
logical mom_remapping::remapping_cs::answers_2018 = .true. |
If true use older, less acccurate expressions.
Definition at line 37 of file MOM_remapping.F90.
logical mom_remapping::remapping_cs::boundary_extrapolation = .true. |
If true, extrapolate boundaries.
Definition at line 29 of file MOM_remapping.F90.
logical mom_remapping::remapping_cs::check_reconstruction = .false. |
If true, reconstructions are checked for consistency.
Definition at line 31 of file MOM_remapping.F90.
logical mom_remapping::remapping_cs::check_remapping = .false. |
If true, the result of remapping are checked for conservation and bounds.
Definition at line 33 of file MOM_remapping.F90.
integer mom_remapping::remapping_cs::degree = 0 |
Degree of polynomial reconstruction.
Definition at line 27 of file MOM_remapping.F90.
logical mom_remapping::remapping_cs::force_bounds_in_subcell = .false. |
If true, the intermediate values used in remapping are forced to be bounded.
Definition at line 35 of file MOM_remapping.F90.
integer mom_remapping::remapping_cs::remapping_scheme = -911 |
Determines which reconstruction to use.
Definition at line 25 of file MOM_remapping.F90.