Skip to content

Commit

Permalink
fix job args to remove hours from -init_beg and -init_end
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Aug 16, 2023
1 parent cef425d commit 4ed89d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ PROCESS_LIST = TCPairs, TCStat, ExtractTiles, TCStat(for_series_analysis), Serie
LOOP_BY = INIT
INIT_TIME_FMT = %Y%m%d
INIT_BEG = 20141214
INIT_END = 20141214

LEAD_SEQ_1 = begin_end_incr(0,18,6)
LEAD_SEQ_1_LABEL = Day1
Expand Down Expand Up @@ -211,7 +212,7 @@ EXTRACT_TILES_LAT_ADJ = 15
# the value set outside of this section
[for_series_analysis]

TC_STAT_JOB_ARGS = -job filter -init_beg {init?fmt=%Y%m%d_%H} -init_end {init?fmt=%Y%m%d_%H} -dump_row {TC_STAT_OUTPUT_DIR}/{TC_STAT_DUMP_ROW_TEMPLATE}
TC_STAT_JOB_ARGS = -job filter -init_beg {INIT_BEG} -init_end {INIT_END} -dump_row {TC_STAT_OUTPUT_DIR}/{TC_STAT_DUMP_ROW_TEMPLATE}

TC_STAT_OUTPUT_DIR = {SERIES_ANALYSIS_OUTPUT_DIR}
TC_STAT_LOOKIN_DIR = {EXTRACT_TILES_OUTPUT_DIR}
Expand Down

0 comments on commit 4ed89d6

Please sign in to comment.