MOM6
regrid_defs.F90
Go to the documentation of this file.
1 module regrid_defs
2 !==============================================================================
3 !
4 ! This file is part of MOM.
5 !
6 ! Date of creation: 2008.12.15
7 ! L. White
8 !
9 ! This module contains the parameters and types used for the
10 ! regridding/remapping.
11 !
12 !==============================================================================
13 implicit none ; public
14 
15 ! List of reconstruction schemes for pressure gradient calculation
16 integer, parameter :: pressure_reconstruction_plm = 1
17 integer, parameter :: pressure_reconstruction_ppm = 2
18 
19 end module regrid_defs
integer, parameter pressure_reconstruction_ppm
Definition: regrid_defs.F90:17
integer, parameter pressure_reconstruction_plm
Definition: regrid_defs.F90:16