MOM6
mom_remapping::remapping_cs Type Reference

Detailed Description

Container for remapping parameters.

Definition at line 22 of file MOM_remapping.F90.

Collaboration diagram for mom_remapping::remapping_cs:
[legend]

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...
 

Variables and constants

◆ answers_2018

logical mom_remapping::remapping_cs::answers_2018 = .true.

If true use older, less acccurate expressions.

Definition at line 37 of file MOM_remapping.F90.

37  logical :: answers_2018 = .true.

◆ boundary_extrapolation

logical mom_remapping::remapping_cs::boundary_extrapolation = .true.

If true, extrapolate boundaries.

Definition at line 29 of file MOM_remapping.F90.

29  logical :: boundary_extrapolation = .true.

◆ check_reconstruction

logical mom_remapping::remapping_cs::check_reconstruction = .false.

If true, reconstructions are checked for consistency.

Definition at line 31 of file MOM_remapping.F90.

31  logical :: check_reconstruction = .false.

◆ check_remapping

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.

33  logical :: check_remapping = .false.

◆ degree

integer mom_remapping::remapping_cs::degree = 0

Degree of polynomial reconstruction.

Definition at line 27 of file MOM_remapping.F90.

27  integer :: degree = 0

◆ force_bounds_in_subcell

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.

35  logical :: force_bounds_in_subcell = .false.

◆ remapping_scheme

integer mom_remapping::remapping_cs::remapping_scheme = -911

Determines which reconstruction to use.

Definition at line 25 of file MOM_remapping.F90.

25  integer :: remapping_scheme = -911

The documentation for this type was generated from the following file: