File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "((autotroph_sname))_C_lim_Cweight_avg_100m" : {
3
+ "dependencies" : {
4
+ "((autotroph_calcifier))" : true
5
+ },
6
+ "frequency" : " medium" ,
7
+ "longname" : " ((autotroph_lname)) C Limitation, carbon biomass weighted average over 0-100m" ,
8
+ "operator" : " average" ,
9
+ "units" : 1 ,
10
+ "vertical_grid" : " none"
11
+ },
12
+ "((autotroph_sname))_C_lim_surf" : {
13
+ "dependencies" : {
14
+ "((autotroph_calcifier))" : true
15
+ },
16
+ "frequency" : " medium" ,
17
+ "longname" : " ((autotroph_lname)) C Limitation, Surface" ,
18
+ "operator" : " average" ,
19
+ "units" : 1 ,
20
+ "vertical_grid" : " none"
21
+ },
2
22
"((autotroph_sname))_CaCO3_form" : {
3
23
"dependencies" : {
4
24
"((autotroph_calcifier))" : true
1004
1024
"vertical_grid" : " layer_avg"
1005
1025
},
1006
1026
"CaCO3_PROD" : {
1007
- "frequency" : " low " ,
1027
+ "frequency" : " medium " ,
1008
1028
"longname" : " CaCO3 Production" ,
1009
1029
"operator" : " average" ,
1010
1030
"units" : " mmol/m^3/s" ,
Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ CaCO3_PROD :
912
912
longname : CaCO3 Production
913
913
units : mmol/m^3/s
914
914
vertical_grid : layer_avg
915
- frequency : low
915
+ frequency : medium
916
916
operator : average
917
917
CaCO3_REMIN :
918
918
longname : CaCO3 Remineralization
@@ -1302,6 +1302,22 @@ CISO_eps_dic_g :
1302
1302
# Per-autotroph Diagnostics #
1303
1303
# ############################
1304
1304
1305
+ ((autotroph_sname))_C_lim_surf :
1306
+ dependencies :
1307
+ ((autotroph_calcifier)) : true
1308
+ longname : ((autotroph_lname)) C Limitation, Surface
1309
+ units : 1
1310
+ vertical_grid : none
1311
+ frequency : medium
1312
+ operator : average
1313
+ ((autotroph_sname))_C_lim_Cweight_avg_100m :
1314
+ dependencies :
1315
+ ((autotroph_calcifier)) : true
1316
+ longname : ((autotroph_lname)) C Limitation, carbon biomass weighted average over 0-100m
1317
+ units : 1
1318
+ vertical_grid : none
1319
+ frequency : medium
1320
+ operator : average
1305
1321
((autotroph_sname))_N_lim_surf :
1306
1322
longname : ((autotroph_lname)) N Limitation, Surface
1307
1323
units : 1
You can’t perform that action at this time.
0 commit comments