Skip to content

Commit

Permalink
Enable simpleNbox.NBP output
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Mar 6, 2024
1 parent 07ee52e commit 18af722
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyhector/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,14 +627,12 @@
"variable": "CO2_concentration",
"needs_date": True,
},
# TODO: Error: "Interpolation requested but not allowed (?) date: 1745"
# "simpleNbox.NBP": {
# "component": "simpleNbox",
# "description": "flux of carbon between the atmosphere and the ocean",
# "unit": "Pg C/yr",
# "variable": "NBP",
# "needs_date": True,
# },
"simpleNbox.NBP": {
"component": "simpleNbox",
"description": "flux of carbon between the atmosphere and the ocean",
"unit": "Pg C/yr",
"variable": "NBP",
},
"simpleNbox.atmos_co2": {
"component": "simpleNbox",
"description": "total atmospheric carbon pool",
Expand Down

0 comments on commit 18af722

Please sign in to comment.