Skip to content

Commit 06a95b1

Browse files
author
Kristen Krumhardt
committed
add CaCO3_prod to output, add cocco_C_lim to output
1 parent 9744532 commit 06a95b1

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

autogenerated_src/default_diagnostics.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
{
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+
},
222
"((autotroph_sname))_CaCO3_form": {
323
"dependencies": {
424
"((autotroph_calcifier))": true
@@ -1004,7 +1024,7 @@
10041024
"vertical_grid": "layer_avg"
10051025
},
10061026
"CaCO3_PROD": {
1007-
"frequency": "low",
1027+
"frequency": "medium",
10081028
"longname": "CaCO3 Production",
10091029
"operator": "average",
10101030
"units": "mmol/m^3/s",

src/default_diagnostics.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ CaCO3_PROD :
912912
longname : CaCO3 Production
913913
units : mmol/m^3/s
914914
vertical_grid : layer_avg
915-
frequency : low
915+
frequency : medium
916916
operator : average
917917
CaCO3_REMIN :
918918
longname : CaCO3 Remineralization
@@ -1302,6 +1302,22 @@ CISO_eps_dic_g :
13021302
# Per-autotroph Diagnostics #
13031303
#############################
13041304

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
13051321
((autotroph_sname))_N_lim_surf :
13061322
longname : ((autotroph_lname)) N Limitation, Surface
13071323
units : 1

0 commit comments

Comments
 (0)