Update to new restart#662
Conversation
|
!test repro commit |
|
❌ The Bitwise Reproducibility Check Failed ❌ When comparing:
🔧 The new checksums will be committed to this PR, if they differ from what is on this branch. Further informationThe experiment can be found on Gadi at The checksums generated by this The checksums compared against are found here https://github.com/ACCESS-NRI/access-esm1.6-configs/tree/ccdce9faf94ebb7dd4d4dfd7c550585840c7800a/testing/checksum Test summary: |
|
I'll get these started when I get back from picking up kids |
|
Thanks @JhanSrbinovsky – I haven't quite got the diagnostics changes into the emissions driven configs (they need a separate PR). Working on them now and will let you know when they are ready to go. |
|
!cherry-pick 289abf3 into dev-flat10 |
|
Automatic Git cherry-picking of commit(s) 289abf3 into dev-flat10 failed. This usually happens when cherry-picking results in a conflic or an empty commit. To manually cherry-pick the commits and open a pull request, please follow these instructions:
git checkout dev-flat10
git pull
git checkout -b cherry_pick_from_pr662_into_dev-flat10
git cherry-pick 289abf3
git push --set-upstream origin cherry_pick_from_pr662_into_dev-flat10
|
|
!cherry-pick db3e892 into dev-flat10 |
|
Automatic Git cherry-picking of commit(s) db3e892 into dev-flat10 was successful. The new pull request can be reviewed and approved here. |
…ev-flat10 Cherry-pick commits from #662
1. Summary:
What has changed?
This changes the restart to a copy of
/scratch/p66/txz599/access-esm/archive/pi-esm-01-expt-2c021aa7/restart200with the year changed to 1, as required for the rerun of the preindustrial+emissions simulation.Why was this done?
2. Issues Addressed:
3. Dependencies (e.g. on payu, or model)
This change requires changes to (note pull request(s) where relevant):
4. Ad-hoc Testing
What ad-hoc testing was done? How are you convinced this change is correct (plots are good)?
5. CI Testing
!test reprohas been run6. Reproducibility
Is this reproducible with the previous commit? (If not, why not?)
!test repro commithas been run.Answer changing due to new restart being used
7. Performance
Has the model performance (say, throughput of model-years/wall-day) changed?
8. Manifests
Have you changed the executable, the input files and/or the restart files?
If yes, have you updated the manifests?
To update the manifests, run payu setup (in a cloned copy of your feature branch) with reproducibility tests turned off:
Then commit the newly created manifest files (under manifests/) only to the branch for this PR.
9. Documentation
Is the documentation updated?
10. Merge Strategy