MOM6
|
Control structure for regrid_interp module.
Definition at line 23 of file regrid_interp.F90.
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... | |
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.
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.
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.