Skip to content

Commit 8292b66

Browse files
authored
Merge pull request NCAR#304 from GeorgeGayno-NOAA/sfcsub_maskfix
Fix setting of land mask in sfcsub.F
2 parents 9ab7cba + b56d2fc commit 8292b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • physics/Interstitials/UFS_SCM_NEPTUNE

physics/Interstitials/UFS_SCM_NEPTUNE/sfcsub.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7947,7 +7947,7 @@ subroutine clima(lugb,iy,im,id,ih,fh,len,lsoil,slmskl,slmskw, &
79477947
! points. so for efficiency, don't have fixrdc try to
79487948
! find a value at landice points as defined by the vet type (vet).
79497949
allocate(slmask_noice(len))
7950-
slmask_noice=1.0
7950+
slmask_noice = slmskl
79517951
do i = 1, len
79527952
if (nint(vet(i)) < 1 .or.
79537953
& nint(vet(i)) == landice_cat) then

0 commit comments

Comments
 (0)