Skip to content

Commit

Permalink
Fix spvale->spval
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Mar 31, 2024
1 parent 519a945 commit 3331938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/data_types/VegetationPropertiesType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ subroutine veg_vp_init(this)
allocate(this%bendresist(0:numpft)) ; this%bendresist(:) =spval
allocate(this%vegshape(0:numpft)) ; this%vegshape(:) =spval
allocate(this%stocking(0:numpft)) ; this%stocking(:) =spval
allocate(this%taper(0:numpft)) ; this%taper(:) =spvale
allocate(this%taper(0:numpft)) ; this%taper(:) =spval

do m = 0,numpft

Expand Down

0 comments on commit 3331938

Please sign in to comment.