MOM6
regrid_interp::interp_cs_type Type Reference

Detailed Description

Control structure for regrid_interp module.

Definition at line 23 of file regrid_interp.F90.

Collaboration diagram for regrid_interp::interp_cs_type:
[legend]

Public variables and constants

integer interpolation_scheme = -1
 The following parameter is only relevant when used with the target interface densities regridding scheme. It indicates which interpolation to use to determine the grid. More...
 
logical boundary_extrapolation
 Indicate whether high-order boundary extrapolation should be used within boundary cells. More...
 
logical answers_2018 = .true.
 If true use older, less acccurate expressions. More...
 

Variables and constants

◆ answers_2018

logical regrid_interp::interp_cs_type::answers_2018 = .true.

If true use older, less acccurate expressions.

Definition at line 35 of file regrid_interp.F90.

35  logical :: answers_2018 = .true.

◆ boundary_extrapolation

logical regrid_interp::interp_cs_type::boundary_extrapolation

Indicate whether high-order boundary extrapolation should be used within boundary cells.

Definition at line 32 of file regrid_interp.F90.

32  logical :: boundary_extrapolation

◆ interpolation_scheme

integer regrid_interp::interp_cs_type::interpolation_scheme = -1

The following parameter is only relevant when used with the target interface densities regridding scheme. It indicates which interpolation to use to determine the grid.

Definition at line 28 of file regrid_interp.F90.

28  integer :: interpolation_scheme = -1

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