Skip to content

Commit

Permalink
Remove a comment that is no longer true
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Nov 2, 2022
1 parent cef4d54 commit 27ab891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/mksurfdata_esmf/src/mksurfdata.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,6 @@ subroutine normalize_and_check_landuse(ns_o)
pctgla(n) = float(nint(pctgla(n)))

! Assume wetland, glacier and/or lake when dataset landmask implies ocean
! (assume medium soil color (15) and loamy texture).

if (pctlnd_pft(n) < 1.e-6_r8) then
if (pctgla(n) < 1.e-6_r8) then
Expand Down

0 comments on commit 27ab891

Please sign in to comment.