Skip to content

Commit

Permalink
Merge pull request #51 from ClimateImpactLab/issue_fixes
Browse files Browse the repository at this point in the history
Issue fixes (#39 and #31)
  • Loading branch information
kemccusker committed Sep 29, 2022
2 parents f784eae + 752f0f8 commit 440ee27
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/dscim/preprocessing/climate/reformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
def convert_old_to_newformat_AR(
oldpaths,
gas="CO2_Fossil",
pulseyrs=[
2020,
],
var="temperature",
):
"""
Expand Down
1 change: 0 additions & 1 deletion src/dscim/preprocessing/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def reformat_climate_files():
newds = convert_old_to_newformat_AR(
pathdt,
gas="CO2_Fossil",
pulseyrs=[2020, 2030, 2040, 2050, 2060, 2070, 2080],
var="temperature",
)

Expand Down
1 change: 0 additions & 1 deletion src/dscim/utils/menu_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def run_rff(
eta_rhos,
config,
USA,
global_cons=True,
order="scc",
):

Expand Down

0 comments on commit 440ee27

Please sign in to comment.