forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to add tag to pslots with generate_workflows
`generate_workflows` would only use the case name as the pslot, leading to conflicts if you try to run two different sets at the same time. Now there is a new option that allows a 'tag' to the case name when determining the pslots: ``` generate_workflows -t <tag> tag: string to be added to end of case name ``` For example, this: ``` generate_workflows -t test ``` Will result in pslots of `C48_ATM_test`, `C48_S2SW_test`, etc.
- Loading branch information
1 parent
58737cb
commit 909349c
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters