You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. if looking for FW00Z data for 2020-11-16T00:00:00 through 2020-11-17T23:00:00, the 11/16 forecast should be used for the first 24 hours and the 11/17 forecast should be used for the last 24 hours. i.e. For the 12 hour overlap, the later forecast should be used.
This works if fewer_arl_file is false, but not if true.
The text was updated successfully, but these errors were encountered:
jdubowy
changed the title
arlfinder: correctly assign each hour to latest forecast
arlfinder: with fewer_arl_file=true, correctly assign each hour to latest forecast
Nov 17, 2020
jdubowy
changed the title
arlfinder: with fewer_arl_file=true, correctly assign each hour to latest forecast
arlfinder: with fewer_arl_file=true, correctly assign each hour to latest forecast, when possible with minimum number of files
Nov 17, 2020
e.g. if looking for FW00Z data for
2020-11-16T00:00:00
through2020-11-17T23:00:00
, the 11/16 forecast should be used for the first 24 hours and the 11/17 forecast should be used for the last 24 hours. i.e. For the 12 hour overlap, the later forecast should be used.This works if fewer_arl_file is false, but not if true.
with
-f
option:without -f option:
The text was updated successfully, but these errors were encountered: