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 5ae4187 commit ac61fedCopy full SHA for ac61fed
1 file changed
constants/constants.F90
@@ -48,7 +48,7 @@ module constants_mod
48
real, public, parameter :: RDGAS = 287.05_r8_kind !< Gas constant for dry air [J/kg/deg]
49
real, public, parameter :: RVGAS = 461.50_r8_kind !< Gas constant for water vapor [J/kg/deg]
50
! Extra:
51
-real, public, parameter :: HLV = 2.5e6_r8_kind !< Latent heat of evaporation [J/kg]
+real, public, parameter :: HLV = 2.501e6_r8_kind !< Latent heat of evaporation [J/kg] try CICE/UM value for esm1.6
52
real, public, parameter :: HLF = 3.3358e5_r8_kind !< Latent heat of fusion [J/kg]
53
real, public, parameter :: con_cliq = 4.1855e+3_r8_kind !< spec heat H2O liq [J/kg/K]
54
real, public, parameter :: con_csol = 2.1060e+3_r8_kind !< spec heat H2O ice [J/kg/K]
0 commit comments