Skip to content

Commit

Permalink
Ready to try running the UserScript part of the use case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigh committed Sep 23, 2024
1 parent a8c6ade commit e3581d7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# https://metplus.readthedocs.io/en/latest/Users_Guide/systemconfiguration.html#process-list
###

PROCESS_LIST = TCPairs
PROCESS_LIST = UserScript(reformatter)
#TCDiag, TCPairs , UserScript(reformatter), UserScript(time_series_plotter), UserScript(skew_t_plotter)

###
Expand All @@ -35,10 +35,10 @@ PROCESS_LIST = TCPairs

LOOP_BY = INIT
INIT_TIME_FMT = %Y%m%d_%H%M%S
#INIT_BEG = 20220926_120000
#INIT_END = 20220926_120000
INIT_BEG = 20220920_120000
INIT_END = 20221001_180000
INIT_BEG = 20220926_120000
INIT_END = 20220926_120000
#INIT_BEG = 20220920_120000
#INIT_END = 20221001_180000
INIT_INCREMENT = 6H

LEAD_SEQ = begin_end_incr(0,126,6)
Expand Down

0 comments on commit e3581d7

Please sign in to comment.