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 5, 2024
1 parent be4471e commit 3654afe
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 3654afe

Please sign in to comment.