Skip to content

Commit

Permalink
Turn on restart reproducability for 1deg ryf (#175)
Browse files Browse the repository at this point in the history

This turns on two tests for the 1deg ryf branch.

One is that 2x1day runs give the same results as 1x2day run
One is that 2 of 1day runs from the same initial conditions give the same result
  • Loading branch information
anton-seaice authored Feb 18, 2025
1 parent e78c0d5 commit b494782
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
"$schema": "https://github.com/ACCESS-NRI/schema/tree/main/au.org.access-nri/model/configuration/ci/2-0-0.json",
"scheduled": {
"default": {
"markers": "checksum"
}
"markers": "checksum or checksum_slow"
},
"dev-1deg_jra55do_ryf": {},
"release-1deg_jra55do_ryf": {}
},
"reproducibility": {
"default": {
"markers": "checksum"
},
"dev-1deg_jra55do_ryf": {
"markers": "checksum or checksum_slow"
},
"release-1deg_jra55do_ryf": {
"markers": "checksum or checksum_slow"
}
},
"qa": {
Expand Down

0 comments on commit b494782

Please sign in to comment.