Skip to content

merge latest dev/ncar and resolve new conflicts in MOM_mixed_layer_re… #535

merge latest dev/ncar and resolve new conflicts in MOM_mixed_layer_re…

merge latest dev/ncar and resolve new conflicts in MOM_mixed_layer_re… #535

Workflow file for this run

name: Expression verification
on: [push, pull_request]
jobs:
test-repro-and-dims:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .testing
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/ubuntu-setup
- uses: ./.github/actions/testing-setup
- name: Compile MOM6 using repro optimization
run: make build/repro/MOM6 -j
- name: Create validation data
run: make run.symmetric -k -s
- name: Run tests
run: make test.repro test.dim -k -s