Skip to content

Commit ac61fed

Browse files
committed
change both hlv values
1 parent 5ae4187 commit ac61fed

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
@@ -48,7 +48,7 @@ module constants_mod
4848
real, public, parameter :: RDGAS = 287.05_r8_kind !< Gas constant for dry air [J/kg/deg]
4949
real, public, parameter :: RVGAS = 461.50_r8_kind !< Gas constant for water vapor [J/kg/deg]
5050
! Extra:
51-
real, public, parameter :: HLV = 2.5e6_r8_kind !< Latent heat of evaporation [J/kg]
51+
real, public, parameter :: HLV = 2.501e6_r8_kind !< Latent heat of evaporation [J/kg] try CICE/UM value for esm1.6
5252
real, public, parameter :: HLF = 3.3358e5_r8_kind !< Latent heat of fusion [J/kg]
5353
real, public, parameter :: con_cliq = 4.1855e+3_r8_kind !< spec heat H2O liq [J/kg/K]
5454
real, public, parameter :: con_csol = 2.1060e+3_r8_kind !< spec heat H2O ice [J/kg/K]

0 commit comments

Comments
 (0)