Skip to content

Commit

Permalink
Proposed fix to include dead paths in total paths sum
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBarryBMT committed Feb 16, 2023
1 parent 615f3d0 commit f5fc413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aed_pathogens.F90
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ SUBROUTINE aed_calculate_pathogens(data,column,layer_idx)
IF (data%pathogens(pth_i)%coef_sett_fa > zero_) THEN
pth_a = _STATE_VAR_(data%id_pa(pth_i))
END IF
pth_d = _STATE_VAR_(data%id_pd(pth_i))

growth = zero_
predation = zero_
Expand Down

0 comments on commit f5fc413

Please sign in to comment.