Skip to content

Commit

Permalink
remove time HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Jan 4, 2024
1 parent 2fe028b commit 2aa9c26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/configure-datastream.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ def create_ds_confs_daily(conf, today, tomorrow):
"meminput" : 0,
"urlbaseinput" : 7,
"fcst_cycle" : [0],
"lead_time" : [1],
"lead_time" : [x+1 for x in range(24)]
}
# "lead_time" : [x+1 for x in range(24)] HACK REMOVE AFTER DEVELOPMENT

conf['forcingprcoessor'] = fp_conf
conf['nwmurl'] = nwm_conf
Expand Down

0 comments on commit 2aa9c26

Please sign in to comment.