We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac61fed commit 7fe0efeCopy full SHA for 7fe0efe
1 file changed
constants/constants.F90
@@ -77,7 +77,7 @@ module constants_mod
77
real, public, parameter :: RDGAS = 287.04_r8_kind !< Gas constant for dry air [J/kg/deg]
78
real, public, parameter :: RVGAS = 461.50_r8_kind !< Gas constant for water vapor [J/kg/deg]
79
! Extra:
80
-real, public, parameter :: HLV = 2.501e6_r8_kind !< Latent heat of evaporation [J/kg] try CICE/UM value for esm1.6
+real, public, parameter :: HLV = 2.500e6_r8_kind !< Latent heat of evaporation [J/kg]
81
real, public, parameter :: HLF = 3.34e5_r8_kind !< Latent heat of fusion [J/kg]
82
real, public, parameter :: KAPPA = 2.0_r8_kind/7.0_r8_kind !< RDGAS / CP_AIR [dimensionless]
83
real, public, parameter :: CP_AIR = RDGAS/KAPPA !< Specific heat capacity of dry air at constant pressure [J/kg/deg]
0 commit comments