Update rocoto task names#2981
Conversation
KateFriedman-NOAA
left a comment
There was a problem hiding this comment.
Changes look good, nice QOL updates, thanks @WalterKolczynski-NOAA !
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
Changes look good.
One feature request from this would be to have more logical ensemble metatask names. Since the task names include a number, it seems easy enough to just name the metatasks after the root name of the task (see comments). Would this be an easy add to this PR? If not, I'd be happy to open a follow-on issue.
| } | ||
|
|
||
| metatask_dict = {'task_name': f'{self.run}ecmn', | ||
| metatask_dict = {'task_name': f'{self.run}_ecmn', |
There was a problem hiding this comment.
Not something necessarily for this PR, but it would be nice to have simpler metatask names, like f'{self.run}_ecen'.
There was a problem hiding this comment.
Improving the task names is planned as a next step.
aerorahul
left a comment
There was a problem hiding this comment.
What @DavidHuber-NOAA said.
An alternative/extension, e.g. eamn -> earcmn to go with earc#grp#
|
When I do come to updating the task names, it's going to be to real words like |
|
Experiment C96_atm3DVar FAILED on Hera in Build# 1 in |
|
Experiment C96C48_hybatmDA FAILED on Hera in Build# 1 in |
|
Experiment C96C48_hybatmaerosnowDA FAILED on Hera in Build# 1 in |
|
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 1 with error logs: Follow link here to view the contents of the above file(s): (link) |
|
Experiment C96C48_ufs_hybatmDA FAILED on Hera in Build# 1 in |
|
Experiment C48mx500_3DVarAOWCDA FAILED on Hera in Build# 1 in |
|
CI Failed on Hera in Build# 1 |
7ec3055
7ec3055 to
4750db1
Compare
|
CI failed because the gdas archive job saves the log files, so those had to be updated for the new task names. |
|
CI Passed on Hercules in Build# 5 |
|
|
Automated global-workflow Testing Results: |
Updates the GEFS task names to include the `$RUN` so they are consistent with the task names in the GFS system. This is one step towards unifying the systems where possible. Also adds an underscore between the RUN and task name for *all* tasks to make them more readable.
4750db1 to
f3493ac
Compare
|
All CI Test Cases Passed on Wcoss2: |
…orkflow into feature/ci_tool * 'feature/ci_tool' of github.com:davidhuber-noaa/global-workflow: Update memory settings in config.resources for job postsnd (NOAA-EMC#3003) Update rocoto task names (NOAA-EMC#2981)
Description
Updates the GEFS task names to include the
$RUNso they are consistent with the task names in the GFS system. This is one step towards abstracting out common elements.Also adds an underscore between the RUN and task name for all tasks to make them more readable.
Type of change
Change characteristics
How has this been tested?
Checklist