OSU-CEOAS-Schmittner / UVic2.9

This is the base code of the University of Victoria (UVic) Earth System Climate Model version 2.9 with the Model of Ocean Biogeochemistry and Isotopes (MOBI).
9 stars 17 forks source link

Cocco light limitation: avej_C in npzd_src.F #16

Closed andreasschmittner closed 3 years ago

andreasschmittner commented 4 years ago

avej_C is calculated but not used if O_npzd_nitrogen and O_npzd_caco3 are switched on. rather u_C = min(avej, jmax_C*limP_C) is calculated using avej and not avej_C. Is this correct?

If O_npzd_nitrogen is not switched on it is used: u_C = min(avej_C, jmax_C*limP_C)

andreasschmittner commented 3 years ago

This is solved in MOBI2.1 (08 updates) where coccs have been removed.