Skip to content

Commit

Permalink
Merge pull request #28 from MichaelBarryBMT/Xon3or2
Browse files Browse the repository at this point in the history
Xon equal to 2 or 3?
  • Loading branch information
matthipsey committed Jan 25, 2022
2 parents 261eeb5 + ec2f088 commit 6f308cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aed_nitrogen.F90
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ SUBROUTINE aed_calculate_nitrogen(data,column,layer_idx)
nitrousation, denitrousation, &
ammonium_oxidation, ammonium_release

AED_REAL,PARAMETER :: Xon = 3.0 !ratio of O2 to N utilised during nitrification
AED_REAL,PARAMETER :: Xon = 2.0 !ratio of O2 to N utilised during nitrification
AED_REAL,PARAMETER :: Knev = 3.0 !Nevison nitrification O2 threshold
AED_REAL,PARAMETER :: aa = 0.26 !Nevison nitrification parameter
AED_REAL,PARAMETER :: bb = -0.0006 !Nevison nitrification parameter
Expand Down

0 comments on commit 6f308cb

Please sign in to comment.