Skip to content

Commit

Permalink
Removed unused hist_suffix and ssp_suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 2, 2023
1 parent b5ce120 commit 8d06313
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/contrib/ssp_anomaly_forcing_smooth
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,6 @@ if not os.path.exists(outdir):

print("Output specific data directory :" + outdir)

# historical files are split by 50 year periods; use last period
hist_suffix = ["200001-201412.nc"] # not standardized?!
# hist_suffix = ['-201412.nc']
# projections are split 2015/2064 2065/2100
ssp_suffix = ["201501-206412.nc", "206501-210012.nc"]
# ssp_suffix = ['-206412.nc','-210012.nc']

climo_year = 2015
# ten years on either side (21 years total)
climo_base_nyrs = 21
Expand Down

0 comments on commit 8d06313

Please sign in to comment.