You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
real:: hlife_doc_para =50. !days |DOC half life in groundwater, calculating DOC decay in groundwater ! 0-100
16
16
!Allocation of CO2 and Carbon transformation
17
-
real:: ABCO2_para_sur =0.6! |Allocation from Microbial Biomass C pool to CO2; 0.6 (surface Litter), 0.85 - 0.68 x (CLAY+SILT) (all other layers) (Parton et al., 1993, 1994)
17
+
real:: ABCO2_para_sur =0.6! |Allocation from Microbial Biomass C pool to CO2; 0.6 (surface Litter), 0.85 - 0.68 x (CLAY+SILT) (all other layers) (Parton et al., 1993, 1994)
18
18
real:: ABCO2_para_sub =0. ! |Calculated -Allocation from Microbial Biomass C pool to CO2; 0.6 (surface Litter), 0.85 - 0.68 x (CLAY+SILT) (all other layers) (Parton et al., 1993, 1994)
19
-
real:: ABP_para_sur =0.0! |Allocation from Biomass to passive Humus; 0 (surface Litter), 0.003 + 0.032 x SOL_CLAY (all other layers) (Parton et al., 1993, 1994)
19
+
real:: ABP_para_sur =0.0! |Allocation from Biomass to passive Humus; 0 (surface Litter), 0.003 + 0.032 x SOL_CLAY (all other layers) (Parton et al., 1993, 1994)
20
20
real:: ABP_para_sub =0.0! |Calculated - Allocation from Biomass to passive Humus; 0 (surface Litter), 0.003 + 0.032 x SOL_CLAY (all other layers) (Parton et al., 1993, 1994)
21
21
real:: ALMCO2_para_sur =0.6! |Allocation from metabolic Litter to CO2; 0.6 (surface Litter), 0.55 (all other layers) (Parton et al., 1993, 1994)
22
22
real:: ALMCO2_para_sub =0.55! |Allocation from metabolic Litter to CO2; 0.6 (surface Litter), 0.55 (all other layers) (Parton et al., 1993, 1994)
@@ -30,8 +30,8 @@ module carbon_module
30
30
!decomposition rates
31
31
real:: PRMT_51_para =1.0! |COEF ADJUSTS MICROBIAL ACTIVITY FUNCTION IN TOP SOIL LAYER (0.1_1.),
32
32
real:: PRMT_45_para =0.003! |COEF IN CENTURY EQ ALLOCATING SLOW TO PASSIVE HUMUS(0.001_0.05) ORIGINAL VALUE = 0.003, ASP=MAX(.001,PRMT_45-.00009*sol_clay(k,j)), ASP=MAX(.001,PRMT_45+.009*sol_clay(k,j)/100)
33
-
real:: BMR_para_sur =0.0164! |Rate of transformation of microbial Biomass and associated products under optimal conditions (surface = 0.0164 d-1; all other layers = 0.02 d-1) (Parton et al., 1993, 1994)
34
-
real:: BMR_para_sub =0.02! |Rate of transformation of microbial Biomass and associated products under optimal conditions (surface = 0.0164 d-1; all other layers = 0.02 d-1) (Parton et al., 1993, 1994)
33
+
real:: BMR_para_sur =0.0164! |Rate of transformation of microbial Biomass and associated products under optimal conditions (surface = 0.0164 d-1; all other layers = 0.02 d-1) (Parton et al., 1993, 1994)
34
+
real:: BMR_para_sub =0.02! |Rate of transformation of microbial Biomass and associated products under optimal conditions (surface = 0.0164 d-1; all other layers = 0.02 d-1) (Parton et al., 1993, 1994)
35
35
real:: HPR_para =0.000012! |Rate of transformation of passive Humus under optimal conditions (subsurface layers = 0.000012 d-1) (Parton et al., 1993, 1994)
36
36
real:: HSR_para =0.000548! |Rate of transformation of slow Humus under optimal conditions (all layers = 0.0005 d-1) (Parton et al., 1993, 1994; Vitousek et al., 1993)
37
37
real:: LMR_para_sur =0.0405! |Rate of transformation of metabolic Litter under optimal conditions (surface = 0.0405 d-1; all other layers = 0.0507 d-1) (Parton et al., 1994)
@@ -54,7 +54,7 @@ module carbon_module
54
54
real:: microb_rate =0. ! |rate of transformation of microbial biomass and associated products under optimal conditions
55
55
real:: meta_rate =0. ! |rate of transformation of metabolic litter under optimal conditions
56
56
real:: str_rate =0. ! |rate of potential transformation of structural litter under optimal conditions
57
-
real:: microb_top_rate =0. ! |coef adjusts mocribial activity function in top soil layer
57
+
real:: microb_top_rate =0. ! |coef adjusts mocribial activity function in top soil layer
58
58
real:: hs_hp =0. ! |coef in century eq allocating slow to passive humus
0 commit comments