Skip to content

Commit

Permalink
Merge branch 'master' into darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Jun 29, 2023
2 parents 5cc91e7 + acbfbd3 commit 7c62658
Show file tree
Hide file tree
Showing 370 changed files with 100,605 additions and 2,906 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
MITGCM_EXP: ${{ matrix.exp }}
MITGCM_DECMD: "docker exec -i openad-testing bash -lc"
MITGCM_TROPT: "-oad -devel -of=../tools/build_options/linux_amd64_gfortran"
MITGCM_TROPT: "-oad -devel -of=../tools/build_options/linux_amd64_gfortran -match 14"
MITGCM_INPUT_DIR_PAT: '/input_oad.*'
run: |
. tools/ci/runtr.sh
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
env:
MITGCM_EXP: ${{ matrix.exp }}
MITGCM_DECMD: "docker exec -i openad-testing bash -lc"
MITGCM_TROPT: "-oad -devel -of=../tools/build_options/linux_amd64_gfortran"
MITGCM_TROPT: "-oad -devel -of=../tools/build_options/linux_amd64_gfortran -match 14"
MITGCM_INPUT_DIR_PAT: '/input_oad.*'
run: |
. tools/ci/runtr.sh
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ core

/verification/*/tr_run.*

/tools/TAP_support/ADFirstAidKit/*.gch
Loading

0 comments on commit 7c62658

Please sign in to comment.