Create emissions driven historical configuration#370
Create emissions driven historical configuration#370blimlim wants to merge 14 commits intodev-historical+emissionsfrom
Conversation
|
!test repro commit |
| @@ -1,9 +1,21 @@ | |||
| ### Start of user STASH requests for ATMOS ### | |||
| &STASHNUM NUM_REQ=250, NUM_DOM=37, NUM_TIM=20, NUM_USE=12 / | |||
There was a problem hiding this comment.
These changes have been copied over from the dev-preindustrial+emissions configuration
| L_CO2_EMITS= .FALSE., | ||
| L_CO2_INTERACTIVE=.TRUE., | ||
| L_CO2_MASS=.TRUE., | ||
| L_CO2_EMITS= .TRUE., |
There was a problem hiding this comment.
These changes were copied over from the dev-flat10 configuration
|
When comparing:
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/db209a07435eeea11b5d6728ab10a4f1593e1930/testing/checksum Test summary: |
cf4d042 to
b10364f
Compare
|
!test repro commit |
|
When comparing:
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/db209a07435eeea11b5d6728ab10a4f1593e1930/testing/checksum Test summary: |
b10364f to
5161f73
Compare
|
!test repo commit |
|
❌ |
|
!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/db209a07435eeea11b5d6728ab10a4f1593e1930/testing/checksum Test summary: |
* Copy STASHC changes from concentration driven configurations (#411) * Remove subdaily output from std presets * Changes for 6hr pressure variables and means --------- Co-authored-by: Spencer Wong <88933912+blimlim@users.noreply.github.com> Co-authored-by: Spencer Wong <spencer.wong@anu.edu.au>
…#437) * Update to 2026.01.000 version with ACCESS oasis-mct and cice diagnostics fix * Updated the namcouple file to v5.2 --------- Co-authored-by: Spencer Wong <88933912+blimlim@users.noreply.github.com> Co-authored-by: Manodeep Sinha <manodeep@gmail.com> Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com>
* Use pftlookup file with phosphorous leaching fix
|
Also needs updated executable and restart. |
* Changes for feb spinup, allowing for restart year 1 * Updated checksums as part of https://github.com/ACCESS-NRI/access-esm1.6-configs/actions/runs/22208629474 --------- Co-authored-by: access-bot <113399144+access-bot@users.noreply.github.com>
|
!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/db209a07435eeea11b5d6728ab10a4f1593e1930/testing/checksum Test summary: |
1. Summary:
What has changed?
This PR sets up an emissions driven historical configuration, starting from the dev-historical+concentrations configuration.
Why was this done?
An emissions driven historical configuration will be important for testing and evaluating the carbon cycle. CSIRO aims to have test runs going as soon as possible.
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)?
I ran a prototype configuration for 5 years and compared the total CO2 emissions with the input data:
The two track well, and the damping of the minima and maxima would be expected as the model output comes from calculating a monthly mean from a linear interpolation of the original time series.
The configuration for the test used the restart for the concentration driven configuration. I'm rerunning with the correct emissions driven restart to double check that it looks ok.
5. CI Testing
!test reprohas been run6. Reproducibility
Is this reproducible with the previous commit? (If not, why not?)
!test repro commithas been run.Swapping to emissions driven mode will change the answers
7. Performance
Has the model performance (say, throughput of model-years/wall-day) changed?
The settings and input files modified here aren't expected to affect performance.
If yes, provide the numbers from your testing. Is the performance better or worse?
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