Skip to content

Commit

Permalink
Add a few more diagnostics to diag_mode=minimal
Browse files Browse the repository at this point in the history
* DUST_FLUX already had diag_mode = minimal, but frequency was set to never
* dustToSed, pfeToSed, and POC_FLUX_IN all had diag_mode=full
  • Loading branch information
mnlevy1981 committed May 17, 2024
1 parent ece907b commit 661f83f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions defaults/diagnostics_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ DUST_FLUX :
longname : Atmospheric Dust Flux
units : g/cm^2/s
vertical_grid : none
frequency : never
frequency : medium
operator : average
diag_mode : minimal
NOx_FLUX :
Expand Down Expand Up @@ -839,7 +839,7 @@ dustToSed :
vertical_grid : none
frequency : medium
operator : average
diag_mode : full
diag_mode : minimal
pfeToSed :
dependencies :
base_bio_on : .true.
Expand All @@ -848,7 +848,7 @@ pfeToSed :
vertical_grid : none
frequency : medium
operator : average
diag_mode : full
diag_mode : minimal
CaCO3_form_zint :
dependencies :
base_bio_on : .true.
Expand Down Expand Up @@ -1393,7 +1393,7 @@ POC_FLUX_IN :
vertical_grid : layer_avg
frequency : medium
operator : average
diag_mode : full
diag_mode : minimal
POC_sFLUX_IN :
dependencies :
base_bio_on : .true.
Expand Down
8 changes: 4 additions & 4 deletions defaults/json/diagnostics_latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@
"base_bio_on": ".true."
},
"diag_mode": "minimal",
"frequency": "never",
"frequency": "medium",
"longname": "Atmospheric Dust Flux",
"operator": "average",
"units": "g/cm^2/s",
Expand Down Expand Up @@ -2190,7 +2190,7 @@
"dependencies": {
"base_bio_on": ".true."
},
"diag_mode": "full",
"diag_mode": "minimal",
"frequency": "medium",
"longname": "POC Flux into Cell",
"operator": "average",
Expand Down Expand Up @@ -2692,7 +2692,7 @@
"dependencies": {
"base_bio_on": ".true."
},
"diag_mode": "full",
"diag_mode": "minimal",
"frequency": "medium",
"longname": "dust Flux to Sediments",
"operator": "average",
Expand Down Expand Up @@ -3009,7 +3009,7 @@
"dependencies": {
"base_bio_on": ".true."
},
"diag_mode": "full",
"diag_mode": "minimal",
"frequency": "medium",
"longname": "pFe Flux to Sediments",
"operator": "average",
Expand Down

0 comments on commit 661f83f

Please sign in to comment.