Skip to content

Commit

Permalink
MB checking - c1 extra 0 fix
Browse files Browse the repository at this point in the history
c1 = 0.124 in Chung et al, not 0.0124
  • Loading branch information
matthipsey committed Nov 12, 2021
1 parent a265303 commit 964873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aed_phytoplankton.F90
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ SUBROUTINE aed_phytoplankton_load_params(data, dbase, count, list, settling, res
data%phytos(i)%K_Si = pd(list(i))%K_Si
data%phytos(i)%X_sicon = pd(list(i))%X_sicon

data%phytos(i)%c1 = 0.0124/60. ! From Chung et al (2014)
data%phytos(i)%c1 = 0.1240/60. ! From Chung et al (2014)
data%phytos(i)%c3 = 0.0230/60. ! "
data%phytos(i)%f1 = 0.675 ! Ross and Sharples (2007)
data%phytos(i)%f2 = 0.750 ! "
Expand Down

0 comments on commit 964873b

Please sign in to comment.