Skip to content

Commit 795f803

Browse files
committed
remove excess development comments
1 parent 341357a commit 795f803

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/elm/src/biogeochem/VegStructUpdateMod.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ subroutine VegStructUpdate(num_soilp, filter_soilp, &
247247
!depth of snow required for complete burial of grasses
248248
endif
249249

250-
! RPF - fb above had previously been f exposed,
251-
! in contrast to definition in declaration statements
252-
! so modifying fb defs and elai/esai statements
253250
elai(p) = max(tlai(p)*(1._r8 - fb), 0.0_r8)
254251
esai(p) = max(tsai(p)*(1._r8 - fb), 0.0_r8)
255252

0 commit comments

Comments
 (0)