Skip to content

Commit

Permalink
Merge branch 'master' into doc_gmredi
Browse files Browse the repository at this point in the history
  • Loading branch information
jrscott authored Oct 20, 2023
2 parents c7ab332 + f5509be commit 598345c
Show file tree
Hide file tree
Showing 1,192 changed files with 153,297 additions and 52,065 deletions.
33 changes: 5 additions & 28 deletions .github/workflows/build_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,17 @@ jobs:
matrix:
include:
- exp: "offline_exf_seaice"
precs: "16 16 16 16 16 16 16 16 16"
- exp: "global_ocean.cs32x15"
precs: "16 16 16 16 16 16"
- exp: "tutorial_deep_convection"
precs: "16 16"
- exp: "aim.5l_cs"
precs: "14 16"
- exp: "isomip"
precs: "16 16 16 16"
- exp: "global_ocean.90x40x15"
precs: "16 16 16"
- exp: "tutorial_plume_on_slope"
precs: "16"
- exp: "tutorial_advection_in_gyre"
precs: "16"
- exp: "hs94.cs-32x32x5"
precs: "13 16"
- exp: "tutorial_global_oce_biogeo"
precs: "16"
- exp: "tutorial_global_oce_in_p"
precs: "16"
- exp: "tutorial_cfc_offline"
precs: "16"

continue-on-error: true

Expand All @@ -56,7 +44,6 @@ jobs:
- name: Run a test
env:
MITGCM_EXP: ${{ matrix.exp }}
MITGCM_PRECS: ${{ matrix.precs }}
run: |
. tools/ci/runtr.sh
Expand All @@ -67,7 +54,6 @@ jobs:
matrix:
include:
- exp: "global_ocean.90x40x15"
precs: "16"

continue-on-error: true

Expand All @@ -84,9 +70,8 @@ jobs:
- name: Run testreport
env:
MITGCM_EXP: ${{ matrix.exp }}
MITGCM_PRECS: ${{ matrix.precs }}
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 All @@ -98,20 +83,13 @@ jobs:
strategy:
matrix:
include:
- exp: "global_oce_latlon"
- exp: "halfpipe_streamice"
precs: "16"
- exp: "hs94.1x64x5"
precs: "14"
- exp: "isomip"
precs: "16"
- exp: "OpenAD"
precs: "15 12 16"
- exp: "tutorial_global_oce_biogeo"
precs: "16"
- exp: "tutorial_global_oce_optim"
precs: "16"
- exp: "tutorial_tracer_adjsens"
precs: "16"

continue-on-error: true

Expand All @@ -128,9 +106,8 @@ jobs:
- name: Run testreport
env:
MITGCM_EXP: ${{ matrix.exp }}
MITGCM_PRECS: ${{ matrix.precs }}
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 All @@ -147,7 +124,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.11

- name: install dependencies
run: tools/ci/install_doc_dependencies.sh
Expand All @@ -169,7 +146,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.11

- name: install dependencies
run: tools/ci/install_doc_dependencies.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
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
# Set the OS and Python version (required)
build:
os: ubuntu-22.04
tools:
python: "3.7"

# Build documentation in the doc/ directory with Sphinx
sphinx:
configuration: doc/conf.py
fail_on_warning: true
Expand Down
Loading

0 comments on commit 598345c

Please sign in to comment.