Skip to content

Commit

Permalink
Adding full chem LAM case to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corink21 committed Apr 12, 2024
1 parent 65320cd commit a36e016
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
from . import reduce_output
from . import verify_chain
from . import prepare_art_full_chem
from . import prepare_art_full_chem_LAM
19 changes: 19 additions & 0 deletions workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,22 @@ icon-art-full-chem:
- prepare_art_full_chem
previous:
- icon

icon-art-full-chem-LAM:
features:
- restart
jobs:
- prepare_icon
- prepare_art_full_chem_LAM
- icon
dependencies:
prepare_art_full_chem_LAM:
current:
- prepare_icon
icon:
current:
- prepare_icon
- prepare_art_full_chem_LAM
previous:
- icon

0 comments on commit a36e016

Please sign in to comment.