Skip to content

Commit

Permalink
Add needs_date where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Feb 26, 2024
1 parent 47f6acf commit 1c975a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyhector/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"description": "total global radiative forcing",
"unit": "W/m2",
"variable": "RF_tot",
"needs_date": True
},
"forcing.FBC": {
"component": "forcing",
Expand Down Expand Up @@ -583,6 +584,7 @@
"description": "atmospheric CO2 concentration",
"unit": "ppmv CO2",
"variable": "CO2_concentration",
"needs_date": True
},
"simpleNbox.atm_land_flux": {
"component": "simpleNbox",
Expand Down

0 comments on commit 1c975a3

Please sign in to comment.