Skip to content

Commit 80ab3c3

Browse files
authored
Merge pull request #24 from ClimateImpactLab/release_prep
Prepare for release
2 parents cb5c55f + 3e43d13 commit 80ab3c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/command_line_scghg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717

1818
# EDIT this line upon each release of dscim-facts-epa
19-
VERSION = "0.2.0"
19+
VERSION = "0.3.0"
2020

2121
args = sys.argv
2222
if len(args) == 1:
@@ -447,7 +447,7 @@ def epa_scghgs(sectors,
447447
# Command line interface for DSCIM-epa runs
448448
f = Figlet(font='slant', width=100)
449449
print(f.renderText('DSCIM'))
450-
print(f"... dscim-facts-epa version {VERSION} ...")
450+
print(f"\n... dscim-facts-epa version {VERSION} ...")
451451

452452
pulse_years = conf["rffdata"]["pulse_years"]
453453
pulse_year_choices = [(str(i), i) for i in pulse_years]

scripts/directory_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def makedir(path):
4747

4848
# Download inputs from internet
4949
print("Downloading input files...")
50-
name = 'dscim-v20231211_inputs.zip'
50+
name = 'dscim-v20240414_inputs.zip'
5151
url = 'https://storage.googleapis.com/climateimpactlab-scc-tool/dscim-facts-epa_input_data/' + name
5252
with requests.get(url, stream = True) as r:
5353
r.raise_for_status()

0 commit comments

Comments
 (0)