@@ -342,6 +342,10 @@ mort_Lg = 0.0 ! [day-1] default = 0.0
342342 ! mortality (cell death) rate constant for large phytoplankton @ 0 deg. C
343343mort_Md = 0.0 ! [day-1] default = 0.0
344344 ! mortality (cell death) rate constant for medium phytoplankton @ 0 deg. C
345+ phi_sidiss_mort_Md = 0.0 ! [none] default = 0.0
346+ ! fraction of medium diatom silica dissolved during respiration and mortality
347+ phi_sidiss_mort_Lg = 0.0 ! [none] default = 0.0
348+ ! fraction of larger diatom silica dissolved during respiration and mortality
345349exu_Sm = 0.13 ! [none] default = 0.13
346350 ! fraction of small phytoplankton net primary production exuded as dissolved
347351 ! organic material
@@ -519,6 +523,12 @@ phi_sldop_mdz = 0.045 ! [none] default = 0.045
519523phi_sldop_lgz = 0.0 ! [none] default = 0.0
520524 ! fraction of P ingestion by large zooplankton to semi-labile dissolved organic
521525 ! phosphorus
526+ phi_det_si_smz = 0.0 ! [none] default = 0.0
527+ ! fraction of silica ingestion by small zooplankton to si detritus
528+ phi_det_si_mdz = 0.15 ! [none] default = 0.15
529+ ! fraction of silica ingestion by medium zooplankton to si detritus
530+ phi_det_si_lgz = 0.3 ! [none] default = 0.3
531+ ! fraction of silica ingestion by large zooplankton to si detritus
522532phi_ldon_vir = 0.625 ! [none] default = 0.625
523533 ! fraction of viral lysis of N to labile dissolved organic nitrogen
524534phi_srdon_vir = 0.075 ! [none] default = 0.075
@@ -600,8 +610,6 @@ remin_ramp_scale = 50.0 ! [m] default = 50.0
600610 ! depth scale from the surface over which remineralization ramps up
601611gamma_ndet = 3.306878306878307E-06 ! [s-1] default = 3.306878306878307E-06
602612 ! Remineralization rate for unprotected organic matter
603- gamma_ndet_fast = 3.306878306878307E-06 ! [s-1] default = 3.306878306878307E-06
604- ! Remineralization rate for fast-sinking unprotected organic matter
605613rpcaco3 = 0.0880503144654088 ! [mol N mol Ca-1] default = 0.0880503144654088
606614 ! Organic matter protection from CaCO3
607615rplith = 8.176100628930818E-04 ! [mol N g lith-1] default = 8.176100628930818E-04
0 commit comments