Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase value of sediment POC degradation constant #464

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hamocc/mo_param_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ module mo_param_bgc
!
real, protected :: sedict = 1.e-9 ! m2/s Molecular diffusion coefficient
real, protected :: silsat = 0.001 ! kmol/m3 Silicate saturation concentration is 1 mol/m3
real, protected :: disso_poc = 0.01 / 86400. ! 1/(kmol O2/m3 s) disso=3.e-5 was quite high - Degradation rate constant of POP
real, protected :: disso_poc = 0.432 / 86400. ! 1/(kmol O2/m3 s) Degradation rate constant of POP
real, protected :: disso_sil = 3.e-8 ! 1/(kmol Si(OH)4/m3 s) Dissolution rate constant of opal
real, protected :: disso_caco3 = 1.e-7 ! 1/(kmol CO3--/m3 s) Dissolution rate constant of CaCO3
real, protected :: sed_denit = 0.01/86400. ! 1/s Denitrification rate constant of POP
Expand Down