FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f4ef69e3 authored by J.W. Smith's avatar J.W. Smith
Browse files

feat: Job path is passed to advisory_builder

parent 8001587b
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ def process_in_job_advisory(jobPath,status,config,component):
config_advisory = config[component].copy()
config_advisory['jobPath'] = jobPath
# provide top-level arguments to advisory config
for k,v in config.items():
if k not in short_name.keys():
......@@ -31,6 +33,8 @@ def process_in_job_advisory(jobPath,status,config,component):
layout = 'tight'
logging.info(f"Running for scenario {config_advisory}, {dateString}, {layout}")
report_names = DataGatherer.run_each_subregion(config_advisory, dateString, layout)
# pass the report filenames to upload to the remote server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment