Skip to content

Commit

Permalink
Merge pull request #46 from MichaelBarryBMT/INi-flux-calc
Browse files Browse the repository at this point in the history
Negatises anfix
  • Loading branch information
matthipsey committed Mar 7, 2022
2 parents d83bffa + e72e962 commit 546512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aed_bio_utils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ SUBROUTINE phyto_internal_nitrogen(phytos,group,do_N2uptake,phy,IN,primprod, &
uptake(idon) = 0.0 !MH to fix (idon == 3)
ENDIF
IF (phytos(group)%simNFixation /= 0 .AND. do_N2uptake) THEN
uptake(iN2) = a_nfix ! iN2 == 4
uptake(iN2) = -a_nfix ! iN2 == 4
ENDIF


Expand Down

0 comments on commit 546512a

Please sign in to comment.