Skip to content

Commit

Permalink
add index as constant
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Mar 26, 2024
1 parent 5a752b7 commit 52eda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fire/SFMainMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ subroutine charecteristics_of_fuel ( currentSite )

! remove trunks from patch%sum_fuel because they should not be included in fire equations
! NOTE: ACF will update this soon to be more clean/bug-proof
currentPatch%sum_fuel = currentPatch%sum_fuel - litt_c%ag_cwd(4)
currentPatch%sum_fuel = currentPatch%sum_fuel - litt_c%ag_cwd(tr_sf)

else

Expand Down

0 comments on commit 52eda6a

Please sign in to comment.