Skip to content

Commit 1816f72

Browse files
author
helin wei
committed
all changes from test6 to test11
1 parent 31bca4e commit 1816f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physics/SFC_Models/Land/Noahmp/module_sf_noahmplsm.F90

+2-2
Original file line numberDiff line numberDiff line change
@@ -2626,9 +2626,9 @@ subroutine csnow (parameters,isnow ,nsnow ,nsoil ,snice ,snliq ,dzsnso
26262626
! thermal conductivity of snow
26272627

26282628
do iz = isnow+1, 0
2629-
tksno(iz) = 3.2217e-6*bdsnoi(iz)**2. ! stieglitz(yen,1965)
2629+
! tksno(iz) = 3.2217e-6*bdsnoi(iz)**2. ! stieglitz(yen,1965)
26302630
! tksno(iz) = 2e-2+2.5e-6*bdsnoi(iz)*bdsnoi(iz) ! anderson, 1976
2631-
! tksno(iz) = 0.35 ! constant
2631+
tksno(iz) = 0.35 ! constant
26322632
! tksno(iz) = 2.576e-6*bdsnoi(iz)**2. + 0.074 ! verseghy (1991)
26332633
! tksno(iz) = 2.22*(bdsnoi(iz)/1000.)**1.88 ! douvill(yen, 1981)
26342634
enddo

0 commit comments

Comments
 (0)