Skip to content

Commit

Permalink
Replace init_list logic
Browse files Browse the repository at this point in the history
Use the logic provided by GitHub Issue #12.  Missed one application.
  • Loading branch information
Minna Win committed Dec 19, 2016
1 parent 1e49843 commit b0dd658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ush/series_by_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,10 @@ def apply_filters(p,logger):

# Retrieve any values from the param/config file,
# constants_pdef.py.
init_times = p.opt["INIT_LIST"]
init_list = util.gen_init_list(p.opt["INIT_DATE_BEG"],
p.opt["INIT_DATE_END"],
p.opt["INIT_HOUR_INC"],
p.opt["INIT_HOUR_END"])
tc_stat_exe = p.opt["TC_STAT"]
series_lead_filtered_out_dir = p.opt["SERIES_LEAD_FILTERED_OUT_DIR"]
extract_out_dir = p.opt["EXTRACT_OUT_DIR"]
Expand Down

0 comments on commit b0dd658

Please sign in to comment.