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
regrid_defs::pressure_reconstruction_ppm
integer, parameter pressure_reconstruction_ppm
Definition:
regrid_defs.F90:17
regrid_defs::pressure_reconstruction_plm
integer, parameter pressure_reconstruction_plm
Definition:
regrid_defs.F90:16
regrid_defs
Definition:
regrid_defs.F90:1
src
ALE
regrid_defs.F90
Generated by
1.8.14