Skip to content

Commit

Permalink
Add CLOUDSC2 TL AD to Github regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Oct 17, 2024
1 parent efd0a8c commit ddf8b57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
path: cloudsc
ref: develop

- name: Clone CLOUDSC2 TL AD
uses: actions/checkout@v4
with:
repository: ecmwf-ifs/dwarf-p-cloudsc2-tl-ad
path: cloudsc2_tl_ad
ref: develop

- name: Clone ECWAM
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -83,6 +90,7 @@ jobs:
- name: Run CLOUDSC and ECWAM regression tests
env:
CLOUDSC_DIR: ${{ github.workspace }}/cloudsc
CLOUDSC2_DIR: ${{ github.workspace }}/cloudsc2_tl_ad
ECWAM_DIR: ${{ github.workspace }}/ecwam
OMP_STACKSIZE: 4G
run: |
Expand Down

0 comments on commit ddf8b57

Please sign in to comment.