Skip to content

Commit 7fe0efe

Browse files
committed
Try only GFS_PHYS value
1 parent ac61fed commit 7fe0efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

constants/constants.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module constants_mod
7777
real, public, parameter :: RDGAS = 287.04_r8_kind !< Gas constant for dry air [J/kg/deg]
7878
real, public, parameter :: RVGAS = 461.50_r8_kind !< Gas constant for water vapor [J/kg/deg]
7979
! Extra:
80-
real, public, parameter :: HLV = 2.501e6_r8_kind !< Latent heat of evaporation [J/kg] try CICE/UM value for esm1.6
80+
real, public, parameter :: HLV = 2.500e6_r8_kind !< Latent heat of evaporation [J/kg]
8181
real, public, parameter :: HLF = 3.34e5_r8_kind !< Latent heat of fusion [J/kg]
8282
real, public, parameter :: KAPPA = 2.0_r8_kind/7.0_r8_kind !< RDGAS / CP_AIR [dimensionless]
8383
real, public, parameter :: CP_AIR = RDGAS/KAPPA !< Specific heat capacity of dry air at constant pressure [J/kg/deg]

0 commit comments

Comments
 (0)