MOM6
MOM_constants.F90
Go to the documentation of this file.
2 
3 !********+*********+*********+*********+*********+*********+*********+**
4 !* *
5 !* This file is a part of MOM. See MOM.F90 for licensing. *
6 !* *
7 !* This module provides several constants. *
8 !* *
9 !********+*********+*********+*********+*********+*********+*********+**
10 
11 use constants_mod, only : hlv, hlf
12 
13 implicit none ; private
14 
15 real, public, parameter :: celsius_kelvin_offset = 273.15
16 public :: hlv, hlf
17 
18 end module mom_constants
real, parameter, public celsius_kelvin_offset