diff --git a/workload/test/test.json b/workload/test/test.json index e9025d6..964b054 100644 --- a/workload/test/test.json +++ b/workload/test/test.json @@ -1,28 +1,12 @@ { "items": [ { - "assignees": ["yaswant"], - "code Review": "cameronbateman-mo", - "content": { - "body": "# PR Summary\r\n\r\nManage labels of pull requests that originate from forks. The changes in this PR, calls a [reusable-workflow](/MetOffice/reusable-workflows/blob/main/.github/workflows/label-pr.yaml) which adds a label `contributor` to a PR originating from a fork. On creation, this also attempts to remove a placeholder label `approved-for-ci`. The second part is is not fully mature yet. I was hoping to manually include such a label for first time contributors before triggering the CI workflows (tbc)....\r\n\r\n\r\nSci Tech Reviewer: @t00sa \r\nCode Reviewer: @cameronbateman-mo\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [x] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 83, - "repository": "MetOffice/git_playground", - "title": "Label Public PR", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/83" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfnltc", - "labels": ["cla-signed", "CI"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["t00sa", "cameronbateman-mo"], - "sciTech Review": "t00sa", - "status": "Done", - "title": "Label Public PR" - }, - { - "assignees": ["yaswant", "james-bruten-mo", "cameronbateman-mo"], + "assignees": [ + "yaswant", + "james-bruten-mo", + "cameronbateman-mo" + ], "content": { - "body": "# Description\r\n\r\nGithub workflow using python script to auto assign reviewers parsed from the pull request body.\r\n\r\nSci Tech Reviewer: @james-bruten-mo \r\nCode Reviewer: @yaswant \r\nThis PR:\r\n\r\n- is blocked-by #pr-number\r\n- blocks #pr-number\r\n- closes #issue-number\r\n- fixes #issue-number\r\n- is related to #issue-number ", "number": 72, "repository": "MetOffice/git_playground", "title": "added python script and github workflow for auto assigning pr reviewers", @@ -31,15 +15,19 @@ }, "id": "PVTI_lADOAGrG5M4A_OAXzgfbFi4", "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo", "yaswant"], + "reviewers": [ + "james-bruten-mo", + "yaswant" + ], "sciTech Review": "james-bruten-mo", "status": "SciTech Review", "title": "added python script and github workflow for auto assigning pr reviewers" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "Pierre-siddall" + ], "content": { - "body": "# Description\r\n\r\nSciTech: @yaswant \r\nCodeReview: @andrewcoughtrie \r\n\r\n(Provide a brief description of the changes in this PR, including any notes useful for reviewers)\r\n\r\nInclude a workflow to build sphinx documentation using reusable workflow.\r\n", "number": 71, "repository": "MetOffice/git_playground", "title": "Implement build documentation workflow ", @@ -48,32 +36,19 @@ }, "id": "PVTI_lADOAGrG5M4A_OAXzgfMMI4", "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant", "yaswant", "andrewcoughtrie"], + "reviewers": [ + "yaswant", + "yaswant", + "andrewcoughtrie" + ], "sciTech Review": "yaswant", - "status": "Changes Requested", "title": "Implement build documentation workflow " }, { - "assignees": ["yaswant", "james-bruten-mo"], - "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nIntroduced example pre-commit-hook configuration. This wont be effective until user install pre-commit in their local working copy: (`pre-commit install`). Should aim to add some instruction later mainly around custom location for pre-commit cache; https://pre-commit.com can be used as a good starting point.\r\n\r\n## Changes\r\n\r\n- introduce pre-commit configuration\r\n- update minimum Python version \r\n- update CI workflow (rename file extension as `yaml`)\r\n- add fortitude-lint rules (ignore all failed tests for now)\r\n- add yamllint\r\n\r\n## Dependency\r\n\r\nNone\r\n\r\n## Impact\r\n\r\n:rocket:\r\n\r\n## Issues addressed\r\n\r\nNo linked issue.\r\n\r\n## Coordinated merge\r\n\r\nNA\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview - NA\r\n", - "number": 44, - "repository": "MetOffice/git_playground", - "title": "Introduce pre-commit", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/44" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgdILrI", - "labels": ["enhancement"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo", "jennyhickson", "cameronbateman-mo"], - "status": "Done", - "title": "Introduce pre-commit" - }, - { - "assignees": ["yaswant"], + "assignees": [ + "yaswant" + ], "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nA GitHub action workflow to automatically assign PR author as assignees\r\n\r\n## Changes\r\n\r\n- add new GA workflow\r\n\r\n## Dependency\r\n\r\nNone\r\n\r\n## Impact\r\n\r\n🤖 \r\n\r\n## Issues addressed\r\n\r\nNA, but should have opened an issue, first!\r\n\r\n\r\n## Coordinated merge\r\n\r\nNA\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview \r\n", "number": 45, "repository": "MetOffice/git_playground", "title": "Auto assign PR author as assignee", @@ -82,3087 +57,2737 @@ }, "id": "PVTI_lADOAGrG5M4A_OAXzgdIMSE", "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson"], + "reviewers": [ + "jennyhickson" + ], "title": "Auto assign PR author as assignee" }, { - "assignees": ["yaswant"], + "assignees": [ + "r-sharp", + "cameronbateman-mo" + ], "content": { - "body": "# Description\n\n## Summary\n\nAdd monc to git-migration project\n\n## Changes\n\n- add monc\n- update um13.9 and app 2.2 tags\n\n## Dependency\n\nNone\n\n## Impact\n\nNone\n\n## Issues addressed\n\nNA\n\n## Coordinated merge\n\nNA\n\n\n## Checklist\n\n- [x] I have performed a self-review of my own changes\n", - "number": 103, + "number": 104, "repository": "MetOffice/SimSys_Scripts", - "title": "Add monc", + "title": "added bash script to automate jules kgo process.", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/103" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/104" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgdglvs", - "labels": ["git-migration"], + "id": "PVTI_lADOAGrG5M4A_OAXzge8FcQ", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa", "ericaneininger"], - "status": "Done", - "title": "Add monc" + "reviewers": [ + "r-sharp", + "ericaneininger" + ], + "status": "SciTech Review", + "title": "added bash script to automate jules kgo process." }, { + "assignees": [ + "yaswant", + "cameronbateman-mo" + ], "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview \r\n", - "number": 46, + "number": 55, "repository": "MetOffice/git_playground", - "title": "Update README.md", + "title": "added auto PR assigner", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/46" + "url": "https://github.com/MetOffice/git_playground/pull/55" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgdykDA", + "id": "PVTI_lADOAGrG5M4A_OAXzgerEIU", "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Update README.md" + "status": "Code Review", + "title": "added auto PR assigner" }, { "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nRefactor validate_rose_meta.py and move it to SimSys_Scripts. The script will now automatically find metadata sections and apps to validate (ignoring a list of exceptions) rather than only testing based on a hardcoded list. This was done previously and meant that new metadata sections were regularly not tested.\r\n\r\n## Coordinated merge\r\n\r\nThis ticket needs to be committed before:\r\n[LFRic Apps #954](https://code.metoffice.gov.uk/trac/lfric_apps/ticket/954)\r\n[LFRic Core #4666](https://code.metoffice.gov.uk/trac/lfric/ticket/4666)\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 105, - "repository": "MetOffice/SimSys_Scripts", - "title": "Validate rose meta", + "number": 65, + "repository": "MetOffice/git_playground", + "title": "Test metoffice action for artifactory setup", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/105" + "url": "https://github.com/MetOffice/git_playground/pull/65" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgdzGeM", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": [ - "cameronbateman-mo", - "jennyhickson", - "cameronbateman-mo", - "jennyhickson" - ], - "status": "Done", - "title": "Validate rose meta" + "id": "PVTI_lADOAGrG5M4A_OAXzge8qms", + "repository": "https://github.com/MetOffice/git_playground", + "title": "Test metoffice action for artifactory setup" }, { - "assignees": ["james-bruten-mo"], "content": { - "body": "# Description\r\nReplacing existing PR template.\r\n", - "number": 47, + "number": 66, "repository": "MetOffice/git_playground", - "title": "Templates", + "title": "Test composite", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/47" + "url": "https://github.com/MetOffice/git_playground/pull/66" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeH4p0", + "id": "PVTI_lADOAGrG5M4A_OAXzge-PAs", "repository": "https://github.com/MetOffice/git_playground", - "reviewers": [ - "james-bruten-mo", - "cameronbateman-mo", - "jennyhickson", - "t00sa", - "r-sharp", - "ericaneininger" - ], - "status": "Done", - "title": "Templates" + "title": "Test composite" }, { "content": { - "body": "# Description\r\n\r\nAdd a new class to bdiff as somewhere to get other info about a branch. For now include a function testing whether the branch provided is \"main-like\". This is useful for some UM tests, where we want to decide whether to run over a branch diff or the full trunk.\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 106, - "repository": "MetOffice/SimSys_Scripts", - "title": "add gitinfo class", + "number": 88, + "repository": "MetOffice/git_playground", + "title": "trac wiki to markdown converter", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/106" + "url": "https://github.com/MetOffice/git_playground/pull/88" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeLSgI", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa", "t00sa", "Pierre-siddall", "Pierre-siddall"], - "status": "Done", - "title": "add gitinfo class" + "id": "PVTI_lADOAGrG5M4A_OAXzggbEQ4", + "repository": "https://github.com/MetOffice/git_playground", + "status": "SciTech Review", + "title": "trac wiki to markdown converter" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "yaswant" + ], + "code Review": "james-bruten-mo", "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nAdd a new version of suite_report to create a test suite summary using git sources and outputting markdown. This is a new script but does take some cues from the old one. I'll comment a couple of examples that were created by the Apps and UM test suite git migration branches.\r\nIt's currently missing unit tests, the UM Code/Config approval functionality and any checking of uncommitted changes. I'll look to add these in subsequent prs, but this will get too big if I carry on now!\r\n\r\nThis is blocked by #106 - the changes to git_bdiff were copied from there.\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 107, - "repository": "MetOffice/SimSys_Scripts", - "title": "Suite report git", + "number": 96, + "repository": "MetOffice/git_playground", + "title": "Refactor CLA check workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/107" + "url": "https://github.com/MetOffice/git_playground/pull/96" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgePbcE", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["jennyhickson", "t00sa", "t00sa", "t00sa"], - "status": "Done", - "title": "Suite report git" + "id": "PVTI_lADOAGrG5M4A_OAXzgg7UQg", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/git_playground", + "reviewers": [ + "james-bruten-mo" + ], + "title": "Refactor CLA check workflow" }, { - "assignees": ["yaswant", "james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "t00sa", "content": { - "body": "# Description\r\n\r\nRemove the code owners file so that reviewers are assigned by the SSD team manually\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 108, - "repository": "MetOffice/SimSys_Scripts", - "title": "remove codeowners file", + "number": 1, + "repository": "MetOffice/gcom", + "title": "gcom test suite git", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/108" + "url": "https://github.com/MetOffice/gcom/pull/1" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgePpSg", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzghKetA", + "milestone": { + "description": "", + "dueOn": "", + "title": "Git Migration" + }, + "repository": "https://github.com/MetOffice/gcom", + "reviewers": [ + "t00sa", + "t00sa" + ], "status": "Done", - "title": "remove codeowners file" + "title": "gcom test suite git" }, { + "assignees": [ + "yaswant" + ], "content": { - "body": "# Description\r\n\r\nedit to test PR with main as default\r\n", - "number": 50, - "repository": "MetOffice/git_playground", - "title": "edit hello_world", + "number": 27, + "repository": "MetOffice/growss", + "title": "Optimise validation action", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/50" + "url": "https://github.com/MetOffice/growss/pull/27" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeXShM", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "edit hello_world" + "id": "PVTI_lADOAGrG5M4A_OAXzghMYH0", + "labels": [ + "CI" + ], + "repository": "https://github.com/MetOffice/growss", + "status": "SciTech Review", + "title": "Optimise validation action" }, { + "assignees": [ + "yaswant" + ], "content": { - "body": "vn1.6 release", - "number": 51, + "number": 99, "repository": "MetOffice/git_playground", - "title": "Vn1.6 release", + "title": "Demo growss build/deploy workflows", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/51" + "url": "https://github.com/MetOffice/git_playground/pull/99" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeXWzA", + "id": "PVTI_lADOAGrG5M4A_OAXzghQCy4", + "labels": [ + "cla-required" + ], "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "Vn1.6 release" + "status": "SciTech Review", + "title": "Demo growss build/deploy workflows" }, { "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 52, - "repository": "MetOffice/git_playground", - "title": "Release vn1.6", + "number": 494, + "repository": "MetOffice/simulation-systems", + "title": "style: apply PEP8 formatting", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/52" + "url": "https://github.com/MetOffice/simulation-systems/pull/494" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeXX4U", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzghVd3A", + "repository": "https://github.com/MetOffice/simulation-systems", "status": "Done", - "title": "Release vn1.6" + "title": "style: apply PEP8 formatting" }, { + "assignees": [ + "Pierre-siddall" + ], + "code Review": "james-bruten-mo", "content": { - "body": "testing merging branch from before the release", - "number": 53, + "number": 101, "repository": "MetOffice/git_playground", - "title": "Branch pre release", + "title": "Test fortran linter", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/53" + "url": "https://github.com/MetOffice/git_playground/pull/101" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeXbq4", + "id": "PVTI_lADOAGrG5M4A_OAXzghY6mc", + "labels": [ + "enhancement", + "cla-signed", + "CI", + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Branch pre release" + "reviewers": [ + "james-bruten-mo" + ], + "status": "Code Review", + "title": "Test fortran linter" }, { + "assignees": [ + "yaswant" + ], "content": { - "body": "# Description\r\n\r\nThis script needs to work for both lfric and UM kgo, so needs to able to work with variables.cylc files and variables.rc files. It works out the extension by looking for either the flow.cylc or suite.rc in the top level rose-stem directory.\r\nUnfortunately the UM was updated to use a flow.cylc, but didn't rename all the files. So it needs .rc extension but has a flow.cylc and so this script has broken. \r\nFix temporarily by looking for family-common.rc instead of suite.rc. By vn14.0 it will use all .cylc extensions, so all this logic can be removed.\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 110, - "repository": "MetOffice/SimSys_Scripts", - "title": "temporary fix for kgo updates", + "number": 500, + "repository": "MetOffice/simulation-systems", + "title": "Use reusable workflow to build and deploy sphinx docs", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/110" + "url": "https://github.com/MetOffice/simulation-systems/pull/500" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgeiy2M", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa", "ssdteam"], - "status": "Done", - "title": "temporary fix for kgo updates" + "id": "PVTI_lADOAGrG5M4A_OAXzghhhQo", + "labels": [ + ":blue_book:Documentation" + ], + "repository": "https://github.com/MetOffice/simulation-systems", + "status": "SciTech Review", + "title": "Use reusable workflow to build and deploy sphinx docs" }, { - "assignees": ["jennyhickson"], "content": { - "body": "# Description\r\nGithub action/workflow to assign a label based on information within the description of a PR request.\r\n## Summary\r\nWorkflow will match on `- [x] example text` so that when the checkbox is marked `x` the action will give an appropriate label e.g. requires kgo would assign kgo label to the PR. This will need labels creating before hand in the repo.\r\n\r\nThis could be expanded to different use cases but for now checks for KGO, MACRO and DOCS in the PR via markdown:\r\n```\r\n- [x] KGO update required\r\n- [x] Docs update required\r\n- [x] Macro update required\r\n```\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 54, - "repository": "MetOffice/git_playground", - "title": "added workflow to label based on pr description", + "number": 10, + "repository": "MetOffice/um", + "title": "Add fab script", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/54" + "url": "https://github.com/MetOffice/um/pull/10" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgerBAg", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson", "james-bruten-mo", "t00sa", "yaswant"], - "status": "Done", - "title": "added workflow to label based on pr description" + "id": "PVTI_lADOAGrG5M4A_OAXzgh1YlI", + "repository": "https://github.com/MetOffice/um", + "status": "SciTech Review", + "title": "Add fab script" }, { - "assignees": ["t00sa"], + "assignees": [ + "dcaseGH" + ], + "code Review": "cameronbateman-mo", "content": { - "body": "# Description\r\nAdded markdown to PR template to show functionality of recently add pr-info workflow.\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 56, - "repository": "MetOffice/git_playground", - "title": "added kgo macro and docs tickbox for new workflows added.", + "number": 15, + "repository": "MetOffice/jules", + "title": "JASMIN site migration for JULES - git", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/56" + "url": "https://github.com/MetOffice/jules/pull/15" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgerGBI", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["t00sa", "james-bruten-mo", "jennyhickson", "yaswant"], - "status": "Done", - "title": "added kgo macro and docs tickbox for new workflows added." + "id": "PVTI_lADOAGrG5M4A_OAXzgiM9qU", + "repository": "https://github.com/MetOffice/jules", + "reviewers": [ + "james-bruten-mo" + ], + "sciTech Review": "james-bruten-mo", + "status": "SciTech Review", + "title": "JASMIN site migration for JULES - git" }, { + "assignees": [ + "yaswant" + ], + "code Review": "james-bruten-mo", "content": { - "body": "Remove Apps Submodule", - "number": 57, + "number": 105, "repository": "MetOffice/git_playground", - "title": "remove submodule", + "title": "Test improved cla-check from growss develop", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/57" + "url": "https://github.com/MetOffice/git_playground/pull/105" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgevV4I", + "id": "PVTI_lADOAGrG5M4A_OAXzgiUChU", + "labels": [ + "cla-signed", + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "remove submodule" + "title": "Test improved cla-check from growss develop" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "mo-rickywong" + ], + "code Review": "MatthewHambley", "content": { - "body": "# Description\r\n\r\nReplicate the functionality from the old suite_report, producing a list of required Code and Config owner approvals for the UM. The below trac.log has been made with [this branch](https://github.com/james-bruten-mo/um/tree/test_suite_report_owners), which contains some changes to trigger various code and config owners.\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n\r\n# Test Suite Results - um - test_um_code_owners/run3\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | test_um_code_owners/run3 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-09-17T07:42:08 |\r\n| Groups Run | ga_amip_exp |\r\n| ROSE_ORIG_HOST | cazld00001L.spice.sc.metoffice.gov.uk |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| casim | [MetOffice/casim@4350a47](https://github.com/MetOffice/casim/tree/4350a47) | True |\r\n| jules | [MetOffice/jules@46c682f](https://github.com/MetOffice/jules/tree/46c682f) | True |\r\n| moci | [MetOffice/moci@27e49f0](https://github.com/MetOffice/moci/tree/27e49f0) | True |\r\n| mule | [MetOffice/mule@20adae9](https://github.com/MetOffice/mule/tree/20adae9) | True |\r\n| shumlib | [MetOffice/shumlib@b1c7ffe](https://github.com/MetOffice/shumlib/tree/b1c7ffe) | True |\r\n| socrates | [MetOffice/socrates@924f495](https://github.com/MetOffice/socrates/tree/924f495) | True |\r\n| SimSys_Scripts | [james-bruten-mo/SimSys_Scripts@git_migration_pkg_branch](https://github.com/james-bruten-mo/SimSys_Scripts/tree/git_migration_pkg_branch) | False |\r\n| ukca | [MetOffice/ukca@d1bcc0a](https://github.com/MetOffice/ukca/tree/d1bcc0a) | True |\r\n| um | [james-bruten-mo/um@test_suite_report_owners](https://github.com/james-bruten-mo/um/tree/test_suite_report_owners) | False |\r\n| um_aux | [MetOffice/um_aux@da42d26](https://github.com/MetOffice/um_aux/tree/da42d26) | True |\r\n| um_meta | [MetOffice/um_meta@trunk](https://github.com/MetOffice/um_meta/tree/trunk) | True |\r\n\r\n## Approvals\r\n### Code Owners\r\n| Section | Owner | Deputy | State |\r\n| :--- | :--- | :--- | :--- |\r\n| rose_stem | jamesbruten | roddysharp | Pending |\r\n| stash | roddysharp | ericaneininger | Pending |\r\n| fcm-make_um | umsysteam@metoffice.gov.uk | -- | Pending |\r\n| ukca_um | lukeabraham | alanjhewitt | Pending |\r\n| rose-meta.conf | owner_of_related_section | -- | Pending |\r\n| c_code | adamvoysey | micheleguidolin | Pending |\r\n| upgrade_macros | ericaneininger | jamesbruten | Pending |\r\n| top_level | jenniferhickson | samclarkegreen | Pending |\r\n| admin | SSD Team | -- | Pending |\r\n| ac_assimilation | umsysteam@metoffice.gov.uk | -- | Pending |\r\n### Config Owners\r\n| Owner | Config (others) | State |\r\n| :--- | :--- | :--- |\r\n| alanjhewitt | \"n48_ga_amip_exp_2day_dust_twomodes\" \"n48_ga_amip_exp_2day_dust_allmodes\" | Pending |\r\n| martinwillet | \"n48_ga_amip_exp_2day_netcdf4_32b\" \"n48_ga_amip_exp_2day_netcdf3\" \"n48_ga_amip_exp_2day_restart\" \"n48_ga_amip_exp_2day\" \"n48_ga_amip_exp_2day_netcdf4\" | Pending |\r\n| anthonyjones | \"n48_ga_amip_exp_2day_solinsol_prescssa\" \"n48_ga_amip_exp_2day_primss_smith\" \"n48_ga_amip_exp_2day_solinsol_no_prescssa\" \"n48_ga_amip_exp_2day_primss_jaegle\" | Pending |\r\n## Task Information\r\n
\r\n:x: failed tasks - 20\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t-kgo | failed |\r\n| rose_ana_atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t-kgo | failed |\r\n
\r\n
\r\n:white_check_mark: succeeded tasks - 344\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-4x2-noios | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-16x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-8x16-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun2 | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-16x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-8x16-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| azspice_install_ctldata | succeeded |\r\n| ex1a_install_ctldata | succeeded |\r\n| extract_source | succeeded |\r\n| extract_source_azspice | succeeded |\r\n| extract_source_ex1a | succeeded |\r\n| fcm_make2_ex1a_install_ctldata | succeeded |\r\n| fcm_make_azspice_gnu_um_high_noomp | succeeded |\r\n| fcm_make_azspice_gnu_um_high_omp | succeeded |\r\n| fcm_make_azspice_gnu_um_rigorous_noomp | succeeded |\r\n| fcm_make_azspice_install_ctldata | succeeded |\r\n| fcm_make_ex1a_cce_um_rigorous_omp | succeeded |\r\n| fcm_make_ex1a_cce_um_safe_noomp | succeeded |\r\n| fcm_make_ex1a_cce_um_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_um_sp_physics_safe_omp | succeeded |\r\n| fcm_make_ex1a_install_ctldata | succeeded |\r\n| housekeep_azspice | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-4x2 | succeeded |\r\n| recon-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x2 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t_from_atmos_4x8-noios-4t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| remote_init_azspice | succeeded |\r\n| remote_init_ex1a | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-8x16-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-noios-4t-8x16_vs_16x8 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-8x16-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-noios-4t-8x16_vs_16x8 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga_amip_exp_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_rigorous_omp-n48_ga_amip_exp_2day-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_10day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t_from_atmos_4x8-noios-4t_kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_30day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_sp_physics_safe_omp-n48_ga_amip_exp_2day-2x4-1t-kgo | succeeded |\r\n
\r\n
\r\n:hourglass: waiting tasks - 1\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| housekeep_ex1a | waiting |\r\n
\r\n\r\n", - "number": 111, - "repository": "MetOffice/SimSys_Scripts", - "title": "Um owners git", + "number": 175, + "repository": "MetOffice/lfric_core", + "title": "Reworked Configuration Namelist Access API", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/111" + "url": "https://github.com/MetOffice/lfric_core/pull/175" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge1ZLc", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall", "cameronbateman-mo", "Pierre-siddall"], - "status": "Done", - "title": "Um owners git" + "id": "PVTI_lADOAGrG5M4A_OAXzgiZyxI", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "MatthewHambley", + "stevemullerworth", + "mike-hobson", + "andrewcoughtrie", + "EdHone", + "MatthewHambley", + "allynt", + "MatthewHambley" + ], + "sciTech Review": "@allynt", + "status": "SciTech Review", + "title": "Reworked Configuration Namelist Access API" }, { - "assignees": ["mo-lottieturner"], + "code Review": "mo-alistairp ", "content": { - "body": "# Description\r\n\r\nA Contributing guide that puts the link to the working practices into the code base\r\n\r\n## Summary\r\n\r\nTrivial, docs, as Description\r\n\r\n## Changes\r\n\r\nnew file, plain text .md\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nNone\r\n\r\n## Coordinated merge\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 58, - "repository": "MetOffice/git_playground", - "title": "new Contributing guide", + "number": 36, + "repository": "MetOffice/lfric_apps", + "title": "Removing populate_graph_lfricinputs.cylc", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/58" + "url": "https://github.com/MetOffice/lfric_apps/pull/36" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge1sYc", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["mo-lottieturner"], - "status": "Done", - "title": "new Contributing guide" + "id": "PVTI_lADOAGrG5M4A_OAXzgiaaKI", + "labels": [ + "cla-required" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "Removing populate_graph_lfricinputs.cylc" }, { + "assignees": [ + "yaswant" + ], + "code Review": "james-bruten-mo", "content": { - "body": "# Description\r\n\r\nJust testing out PRs\r\n\r\n## Summary\r\n\r\nI have added a wonderful print statement.\r\n\r\n## Changes\r\n\r\nupdated `hello_world.py`\r\n\r\n## Dependency\r\n\r\nNA\r\n\r\n## Impact\r\n\r\nNA\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\nNA\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 60, - "repository": "MetOffice/git_playground", - "title": "Allyn's test PR", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/60" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzge1w6U", - "labels": ["enhancement"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jrackham-mo"], - "status": "Done", - "title": "Allyn's test PR" - }, - { - "assignees": ["allynt"], - "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nPrint a cat emoji to standard out.\r\n\r\n## Changes\r\n\r\nAdds a new print statement to `hello_world.py`\r\n\r\n## Dependency\r\n\r\nNone\r\n\r\n## Impact\r\n\r\nMinimal\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\nNo issue\r\n\r\n## Coordinated merge\r\n\r\nNone\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 61, - "repository": "MetOffice/git_playground", - "title": "Hello from the MIAO team", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/61" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzge1y7A", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["allynt"], - "status": "Done", - "title": "Hello from the MIAO team" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves #59 \r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [x] Documentation Preview\r\n", - "number": 62, - "repository": "MetOffice/git_playground", - "title": "My fantastic feature", + "number": 529, + "repository": "MetOffice/simulation-systems", + "title": "Add GitHub Copilot instructions", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/62" + "url": "https://github.com/MetOffice/simulation-systems/pull/529" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge11jA", - "labels": ["enhancement"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo", "t00sa"], + "id": "PVTI_lADOAGrG5M4A_OAXzgieVuU", + "repository": "https://github.com/MetOffice/simulation-systems", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "My fantastic feature" + "title": "Add GitHub Copilot instructions" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "yaswant" + ], + "code Review": "jennyhickson", "content": { - "body": "We are currently using [UMDP3](https://code.metoffice.gov.uk/doc/um/latest/umdp.html#003) as a cross-reference for the [Fortran coding standards in LFRic](https://metoffice.github.io/lfric_core/how_to_contribute/coding_standards/fortran_coding_standards.html#fortran-coding-standards-for-lfric). However, UMDP3 is not publicly accessible, whereas most Momentum code will be. \r\n\r\nThis PR addresses the following:\r\n- [x] include a translated version of UMDP3 software standard in Further Details section\r\n- [x] validate document\r\n- [x] check redundant references\r\n- [ ] review F2003 compliance\r\n\r\nLocal Documentation (Met Office only): https://wwwspice/~yaswant.pradhan/simulation-systems/FurtherDetails/coding_style.html", - "number": 431, + "number": 530, "repository": "MetOffice/simulation-systems", - "title": "Coding style", + "title": "Local deploy config", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/431" + "url": "https://github.com/MetOffice/simulation-systems/pull/530" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge2d5E", - "labels": [":blue_book:Documentation", "git-migration", "crSet"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiebbQ", "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["andrewcoughtrie", "stevemullerworth", "james-bruten-mo"], + "reviewers": [ + "jennyhickson", + "jennyhickson" + ], "status": "Done", - "title": "Coding style" + "title": "Local deploy config" }, { - "assignees": ["yaswant"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "# Description\r\n\r\nAdd CODEOWNERS file to include a small number of SSD members who can assign reviewers.\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 63, - "repository": "MetOffice/git_playground", - "title": "Add CODEOWNERS file", + "number": 531, + "repository": "MetOffice/simulation-systems", + "title": "update um release instructions", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/63" + "url": "https://github.com/MetOffice/simulation-systems/pull/531" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge3hvA", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgifuu8", + "repository": "https://github.com/MetOffice/simulation-systems", + "reviewers": [ + "jennyhickson", + "jennyhickson" + ], "status": "Done", - "title": "Add CODEOWNERS file" + "title": "update um release instructions" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 64, - "repository": "MetOffice/git_playground", - "title": "Delete src/.placeholder", + "number": 146, + "repository": "MetOffice/SimSys_Scripts", + "title": "switch rsyncs", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/64" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/146" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge484Q", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgifv8c", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "jennyhickson" + ], "status": "Done", - "title": "Delete src/.placeholder" + "title": "switch rsyncs" }, { - "assignees": ["r-sharp", "cameronbateman-mo"], + "assignees": [ + "jennyhickson" + ], + "code Review": "james-bruten-mo", "content": { - "body": "# Description\r\nAutomate jules kgo process found here: https://code.metoffice.gov.uk/trac/jules/wiki/KGOInstall\r\n\r\nScript copies from user directories on azure spice and ex machines to the kgo locations on those machines.\r\n\r\nHave tested with dummy directories in the appropriate places but would be a good idea to test with an actual install to ensure it has the intended behaviour. \r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 104, + "number": 147, "repository": "MetOffice/SimSys_Scripts", - "title": "added bash script to automate jules kgo process.", + "title": "Workload debug", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/104" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/147" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge8FcQ", + "id": "PVTI_lADOAGrG5M4A_OAXzgigYaI", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["r-sharp", "ericaneininger"], - "status": "SciTech Review", - "title": "added bash script to automate jules kgo process." + "reviewers": [ + "james-bruten-mo" + ], + "status": "Done", + "title": "Workload debug" }, { - "assignees": ["yaswant", "cameronbateman-mo"], "content": { - "body": "# Description\r\nAdds github workflow to assign the creator of the PR request to the PR.\r\n## Summary\r\n\r\n_Briefly describe the feature being introduced._\r\n\r\n## Changes\r\n\r\n_List the major changes made in this pull request._\r\n\r\n## Dependency\r\n\r\n_List dependent changes. Can use build-group logic here._\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nResolves\r\n\r\n_List issue(s) related to this PR._\r\n\r\n## Coordinated merge\r\n\r\n_Specify any coordinated merges here._\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n- [ ] Documentation Preview\r\n", - "number": 55, - "repository": "MetOffice/git_playground", - "title": "added auto PR assigner", + "number": 182, + "repository": "MetOffice/lfric_core", + "title": "Codeowners update", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/55" + "url": "https://github.com/MetOffice/lfric_core/pull/182" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgerEIU", - "repository": "https://github.com/MetOffice/git_playground", - "status": "Code Review", - "title": "added auto PR assigner" + "id": "PVTI_lADOAGrG5M4A_OAXzgigxXk", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "mike-hobson" + ], + "status": "Done", + "title": "Codeowners update" }, { - "assignees": ["yaswant", "james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# Description\r\n\r\nInclude socrates/spectral repository to Git migration list\r\n\r\n## Changes\r\n\r\nUpdate `git-migration/config.json` to include socrates/spectral data repository\r\n\r\n## Dependency\r\n\r\nNone\r\n\r\n## Impact\r\n\r\n_Discuss any potential impacts this feature may have on existing functionalities._\r\n\r\n## Issues addressed\r\n\r\nNA\r\n\r\n## Coordinated merge\r\n\r\nNA\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 112, - "repository": "MetOffice/SimSys_Scripts", - "title": "Sync socrates/spectral repo", + "number": 43, + "repository": "MetOffice/lfric_apps", + "title": "fix local build script", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/112" + "url": "https://github.com/MetOffice/lfric_apps/pull/43" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge8acE", - "labels": ["git-migration"], - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgig0XM", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "jennyhickson" + ], "status": "Done", - "title": "Sync socrates/spectral repo" + "title": "fix local build script" }, { + "assignees": [ + "DrTVockerodtMO" + ], + "code Review": "allynt", "content": { - "body": "# Description\r\n\r\nChecking if we can reuse MO artifactory connection in GA\r\n\r\nThe authentication failure observed in artifactory authentication observed is due to the fact that [secrets are not passed to the runner when a workflow is triggered from a forked repository](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets#using-secrets-in-a-workflow)\r\n", - "number": 65, - "repository": "MetOffice/git_playground", - "title": "Test metoffice action for artifactory setup", + "number": 44, + "repository": "MetOffice/lfric_apps", + "title": "Fixing adjoint failures with transport log_space config variable set to true (broken)", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/65" + "url": "https://github.com/MetOffice/lfric_apps/pull/44" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge8qms", - "repository": "https://github.com/MetOffice/git_playground", - "title": "Test metoffice action for artifactory setup" + "id": "PVTI_lADOAGrG5M4A_OAXzgig0tM", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "tom-j-h", + "allynt" + ], + "status": "Done", + "title": "Fixing adjoint failures with transport log_space config variable set to true (broken)" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "# Description\r\n\r\nTest composite actions", - "number": 66, - "repository": "MetOffice/git_playground", - "title": "Test composite", + "number": 46, + "repository": "MetOffice/growss", + "title": "remove labelling when cla already signed on base", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/66" + "url": "https://github.com/MetOffice/growss/pull/46" }, - "id": "PVTI_lADOAGrG5M4A_OAXzge-PAs", - "repository": "https://github.com/MetOffice/git_playground", - "title": "Test composite" + "id": "PVTI_lADOAGrG5M4A_OAXzgilBmY", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant" + ], + "status": "Done", + "title": "remove labelling when cla already signed on base" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "A refresh of the review process documentation including updating the pull request page with details of review states and reviewers, and updating the code review and scitech review guidance to remove references to tickets and templates. ", - "number": 433, + "number": 534, "repository": "MetOffice/simulation-systems", - "title": "Review process ", + "title": "SSH Passphrase Advice", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/433" + "url": "https://github.com/MetOffice/simulation-systems/pull/534" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfAaFA", - "labels": ["crSet"], + "id": "PVTI_lADOAGrG5M4A_OAXzgilIpg", "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo", "james-bruten-mo", "james-bruten-mo"], + "reviewers": [ + "jennyhickson" + ], "status": "Done", - "title": "Review process " + "title": "SSH Passphrase Advice" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "I've merged in the 4 commits to main that have occurred since creating the gh_wps branch so they aren't missed.", - "number": 434, - "repository": "MetOffice/simulation-systems", - "title": "Merge in changes from main", + "number": 14, + "repository": "MetOffice/mule", + "title": "add shumlib testing", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/434" + "url": "https://github.com/MetOffice/mule/pull/14" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfA8qo", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgilpZg", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/mule", + "reviewers": [ + "yaswant", + "yaswant" + ], "status": "Done", - "title": "Merge in changes from main" + "title": "add shumlib testing" }, { - "assignees": ["jennyhickson"], "content": { - "body": "Update rose-stem commands and references to multi-repo testing.\r\nNot done in release notes as these need more of a substantial rewrite for git.\r\nAlso not done in macro instructions as these need their own ticket.", - "number": 443, - "repository": "MetOffice/simulation-systems", - "title": "Github rose-stem and dependencies.yaml", + "number": 185, + "repository": "MetOffice/lfric_core", + "title": "Add some words about the reason for testing", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/443" + "url": "https://github.com/MetOffice/lfric_core/pull/185" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfBF60", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgimF7A", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "allynt", + "allynt" + ], "status": "Done", - "title": "Github rose-stem and dependencies.yaml" + "title": "Add some words about the reason for testing" }, { - "assignees": ["jennyhickson"], + "code Review": "james-bruten-mo", "content": { - "body": "Changes for upgrade macros and test branches", - "number": 445, - "repository": "MetOffice/simulation-systems", - "title": "Upgrade macros and kgo", + "number": 148, + "repository": "MetOffice/SimSys_Scripts", + "title": "check_macro_chains to fail gracefully on FCM", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/445" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/148" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfBnZ0", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgimes0", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "Upgrade macros and kgo" + "title": "check_macro_chains to fail gracefully on FCM" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "tinyendian" + ], + "code Review": "EdHone", "content": { - "body": "Adding instructions for authenticating with github.\r\nCovering initial setup of git config, ssh keys, verified commits and gh cli.\r\nThis is mostly signposting to external pages for setup that will generally be required for simulation systems repos. \r\nAdding a few reviewers to this one to check whether there's anything that's been missed.", - "number": 450, - "repository": "MetOffice/simulation-systems", - "title": "GitHub authorisations", + "number": 53, + "repository": "MetOffice/lfric_apps", + "title": "Additional PC2 optimisations for NG-ARCH", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/450" + "url": "https://github.com/MetOffice/lfric_apps/pull/53" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfGuws", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["yaswant", "yaswant", "jennyhickson", "t00sa"], - "status": "Done", - "title": "GitHub authorisations" + "id": "PVTI_lADOAGrG5M4A_OAXzgioBpQ", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "MetBenjaminWent" + ], + "sciTech Review": "MetBenjaminWent ", + "status": "SciTech Review", + "title": "Additional PC2 optimisations for NG-ARCH" }, { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", + "assignees": [ + "mo-lottieturner" + ], + "code Review": "mo-alistairp", "content": { - "body": "This sets up the UKCA test suite to run using git sources. The primary changes are to the extraction of the code. This uses central scripts stored in SimSys_Scripts. This PR also removes the umdp3_checker which is also now centrally installed in SimSys_Scripts.\r\n\r\nIt's been tested at meto and on the VM. The meto trac.log is below:\r\n\r\n# Test Suite Results - ukca - ukca_git/run2\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | ukca_git/run2 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-10-31T11:08:32 |\r\n| Groups Run | scripts |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| SimSys_Scripts | [MetOffice/SimSys_Scripts@main](https://github.com/MetOffice/SimSys_Scripts/tree/main) | True |\r\n| ukca | [james-bruten-mo/ukca@ukca_git_test](https://github.com/james-bruten-mo/ukca/tree/ukca_git_test) | False |\r\n\r\n## Task Information\r\n
\r\n:white_check_mark: succeeded tasks - 2\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| extract_source | succeeded |\r\n| umdp3_checker | succeeded |\r\n
\r\n", - "number": 1, - "repository": "MetOffice/ukca", - "title": "UKCA test suite port to git", + "number": 54, + "repository": "MetOffice/lfric_apps", + "title": "Removing populate_graph_lfricinputs.cylc", "type": "PullRequest", - "url": "https://github.com/MetOffice/ukca/pull/1" + "url": "https://github.com/MetOffice/lfric_apps/pull/54" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfG_6A", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/ukca", + "id": "PVTI_lADOAGrG5M4A_OAXzgipEyc", + "labels": [ + "cla-signed", + "LFRic Inputs" + ], + "repository": "https://github.com/MetOffice/lfric_apps", "reviewers": [ - "Pierre-siddall", - "Pierre-siddall", - "ericaneininger", - "ericaneininger" + "james-bruten-mo", + "mo-alistairp" ], - "sciTech Review": "ericaneininger", - "status": "Done", - "title": "UKCA test suite port to git" + "sciTech Review": "james-bruten-mo", + "status": "Code Review", + "title": "Removing populate_graph_lfricinputs.cylc" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "ukmo-juan-castillo" + ], + "code Review": "mo-lottieturner", "content": { - "body": "A copy of the the work done in https://github.com/MetOffice/lfric_apps/pull/19 since this documentation is structured in the same way, using the same theme. \r\n\r\nI cut the branch from github_wps so am targetting back to that, despite that this could go straight to Main. The Github WPs will get pushed to main as a whole in the coming weeks anyway. ", - "number": 451, - "repository": "MetOffice/simulation-systems", - "title": "Add Accessibility Statement", + "number": 55, + "repository": "MetOffice/lfric_apps", + "title": "Generation of lfric2lfric lbcs", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/451" + "url": "https://github.com/MetOffice/lfric_apps/pull/55" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfHVZY", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Add Accessibility Statement" + "id": "PVTI_lADOAGrG5M4A_OAXzgipHzg", + "labels": [ + "cla-signed", + "LFRic Inputs" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "mike-hobson", + "mike-hobson", + "mo-lottieturner" + ], + "sciTech Review": "mike-hobson", + "status": "Code Review", + "title": "Generation of lfric2lfric lbcs" }, { - "assignees": ["cameronbateman-mo"], + "assignees": [ + "MetBenjaminWent" + ], + "code Review": "mo-lottieturner", "content": { - "body": "# Description\r\n---\r\nAdds two labeler.yml files one being the config with glob patterns and the other being the github action itself in the workflow dir. \r\n\r\nAuto label any changes to kgo files matching the glob pattern `**/rose-stem/**/kgos/**/checksum_*.txt`, and any changes to `versions.py` files.\r\n\r\n---\r\nThis PR:\r\n\r\n- is blocked-by #pr-number\r\n- blocks #pr-number\r\n- closes #issue-number\r\n- fixes #issue-number\r\n- is related to #issue-number \r\n\r\n## Type of Change\r\n\r\n\r\n\r\n- [ ] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to\r\n not work as expected)\r\n- [ ] Documentation update\r\n- [ ] Code refactoring\r\n- [ ] Performance improvement\r\n- [ ] Test coverage improvement\r\n- [ ] Other (please describe):\r\n\r\n## Testing\r\n\r\n\r\n\r\n- [ ] I have tested this change locally\r\n- [ ] I have added new tests to cover the changes\r\n- [ ] All existing tests pass\r\n- [ ] I have tested edge cases and error conditions\r\n- [ ] Describe other testing performed (if applicable)\r\n\r\n### Test Evidence\r\n\r\n\r\n\r\n(Provide screenshots, logs, or other evidence of testing)\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via CI pipeline_)\r\n\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] If adding a new feature, I have included tests its functionality\r\n- [ ] New and existing unit tests pass locally with my changes\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorization are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and suitable performance\r\n measurements have been conducted, if applicable.\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n**Required:** Please confirm your compliance with the project's licensing\r\nrequirements.\r\n\r\n- [ ] I confirm that I have read and agree to the project's Contributor License\r\n Agreement\r\n- [ ] I understand that my contributions will be licensed under the project's\r\n licence\r\n- [ ] I confirm that I have the right to submit this code under the project's\r\n licence\r\n- [ ] I understand that my contribution may be redistributed under the project's\r\n licence terms\r\n- [ ] If this contribution includes third-party code, I have properly attributed\r\n it and ensured licence compatibility\r\n\r\n## AI Assistance and Attribution\r\n\r\n_Please ensure that when using Generative AI tools, appropriate guardrails are\r\nin place and contributions have correct attribution. For Met Office\r\ncontributors, this includes adhering to the Use of Generative AI policy.\r\nContributors from other institutions should check if their institution has\r\nsimilar policies, and follow the local policy._\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc)\r\n- [ ] I have included attribution in the commit message and in each modified\r\n file\r\n\r\n## Documentation\r\n\r\n- [ ] Documentation is not required for this change\r\n- [ ] I have updated the relevant documentation and ensured they build correctly\r\n where required:\r\n - [ ] README.md\r\n - [ ] API documentation\r\n - [ ] Code comments\r\n - [ ] User guides\r\n - [ ] Other: **\\*\\***\\_\\_\\_**\\*\\***\r\n\r\n## Deployment Notes\r\n\r\n\r\n\r\n- [ ] No special deployment steps required\r\n- [ ] Configuration changes required (please describe):\r\n- [ ] KGO update required (please describe):\r\n- [ ] Environment variables need to be updated (please list):\r\n- [ ] Updated software stack required (please describe):\r\n\r\n## Additional Context\r\n\r\n\r\n\r\n## Reviewer Guidelines\r\n\r\n\r\n\r\n**Before approving this PR, please verify:**\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n\r\n---\r\n\r\n**Note to Reviewers:** Please ensure all checkboxes in the **Dependencies**,\r\n**Related Issues**, and **Contributor License Agreement** sections are properly\r\ncompleted before approving this PR.\r\n", - "number": 67, - "repository": "MetOffice/git_playground", - "title": "Auto labeler action for kgo and macro changes", + "number": 56, + "repository": "MetOffice/lfric_apps", + "title": "Transmute explicit no Transformation list and global.py", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/67" + "url": "https://github.com/MetOffice/lfric_apps/pull/56" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfJjis", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo", "jennyhickson", "t00sa", "yaswant"], - "status": "Done", - "title": "Auto labeler action for kgo and macro changes" + "id": "PVTI_lADOAGrG5M4A_OAXzgipIv4", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "oakleybrunt", + "oakleybrunt", + "mo-lottieturner" + ], + "sciTech Review": "oakleybrunt", + "status": "Code Review", + "title": "Transmute explicit no Transformation list and global.py" }, { - "assignees": ["yaswant", "jennyhickson"], + "assignees": [ + "MetBenjaminWent" + ], + "code Review": "mo-lucy-gordon", "content": { - "body": "See metoffice/git_playground#68", - "number": 453, - "repository": "MetOffice/simulation-systems", - "title": "Add files for reference from PR templates", + "number": 57, + "repository": "MetOffice/lfric_apps", + "title": "Some of Boundary Layer PSyclone-d", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/453" + "url": "https://github.com/MetOffice/lfric_apps/pull/57" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfKLBE", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["yaswant", "yaswant", "jennyhickson"], - "status": "Done", - "title": "Add files for reference from PR templates" + "id": "PVTI_lADOAGrG5M4A_OAXzgipJBQ", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "jcsmeto", + "mo-lucy-gordon", + "christophermaynard" + ], + "sciTech Review": "jcsmeto", + "status": "SciTech Review", + "title": "Some of Boundary Layer PSyclone-d" }, { - "assignees": ["yaswant", "jennyhickson"], + "code Review": "yaswant", "content": { - "body": "# PR Summary\r\n\r\n\r\n\r\nAn iteration on the initial pr template. I've copied that to this description for visibility.\r\nThis is \"linked\" to a simulation-systems PR which adds some pages to link to from this template.\r\n\r\nlinked metoffice/simulation-systems#453\r\n\r\nSci Tech Reviewer: @yaswant\r\nCode Reviewer: @jennyhickson\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [x] My code follows the project's style guidelines\r\n- [x] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [x] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [x] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [x] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [x] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [x] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 68, - "repository": "MetOffice/git_playground", - "title": "Iterate on pr template", + "number": 537, + "repository": "MetOffice/simulation-systems", + "title": "add new FAQs", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/68" + "url": "https://github.com/MetOffice/simulation-systems/pull/537" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfKNB4", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant", "jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgipTjc", + "repository": "https://github.com/MetOffice/simulation-systems", + "reviewers": [ + "yaswant" + ], "status": "Done", - "title": "Iterate on pr template" + "title": "add new FAQs" }, { + "assignees": [ + "DrTVockerodtMO" + ], + "code Review": "harry-shepherd ", "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nNIWA has recently become ESNZ (Earth Sciences New Zealand), and we are currently retiring `niwa` sites in the different Rose Stem workflows for testing Momentum software packages. The name change coincides with migration to the new Cascade HPC; the old NIWA HPC configurations are no longer needed. Script `suite_report.py` needs to be updated to produce `trac.log` files.\r\n\r\n## Changes\r\n\r\nReplace `niwa` site with `esnz` in `suite_report.py`.\r\n\r\n## Dependency\r\n\r\nThere are no dependent changes.\r\n\r\n## Impact\r\n\r\nRemoving the `niwa` site has no impact on existing Rose Stem configurations as the old NIWA HPC has recently been shut down. There is no impact on any other sites.\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 113, - "repository": "MetOffice/SimSys_Scripts", - "title": "Replace niwa site with esnz in suite_report.py", + "number": 59, + "repository": "MetOffice/lfric_apps", + "title": "Introducing cache for adjoint lookup tables (broken)", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/113" + "url": "https://github.com/MetOffice/lfric_apps/pull/59" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfLaq0", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiplYE", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "mo-joshuacolclough" + ], "status": "Done", - "title": "Replace niwa site with esnz in suite_report.py" + "title": "Introducing cache for adjoint lookup tables (broken)" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "mo-lottieturner" + ], + "code Review": "allynt", "content": { - "body": "# Description\r\n\r\n(Provide a brief description of the changes in this PR, including any notes useful for reviewers)\r\n\r\nThis PR:\r\n\r\n- is blocked-by https://github.com/MetOffice/reusable-workflows/pull/10\r\n- blocks #pr-number\r\n- closes #69\r\n- fixes #issue-number\r\n- is related to #issue-number \r\n\r\n## Type of Change\r\n\r\n\r\n\r\n- [ ] Bug fix (non-breaking change which fixes an issue)\r\n- [x] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to\r\n not work as expected)\r\n- [ ] Documentation update\r\n- [ ] Code refactoring\r\n- [ ] Performance improvement\r\n- [ ] Test coverage improvement\r\n- [ ] Other (please describe):\r\n\r\n## Testing\r\n\r\n\r\n\r\n- [ ] I have tested this change locally\r\n- [ ] I have added new tests to cover the changes\r\n- [ ] All existing tests pass\r\n- [ ] I have tested edge cases and error conditions\r\n- [ ] Describe other testing performed (if applicable)\r\n\r\n### Test Evidence\r\n\r\n\r\n\r\n(Provide screenshots, logs, or other evidence of testing)\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via CI pipeline_)\r\n\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] If adding a new feature, I have included tests its functionality\r\n- [ ] New and existing unit tests pass locally with my changes\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorization are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and suitable performance\r\n measurements have been conducted, if applicable.\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n**Required:** Please confirm your compliance with the project's licensing\r\nrequirements.\r\n\r\n- [x] I confirm that I have read and agree to the project's Contributor License\r\n Agreement\r\n- [x] I understand that my contributions will be licensed under the project's\r\n licence\r\n- [x] I confirm that I have the right to submit this code under the project's\r\n licence\r\n- [x] I understand that my contribution may be redistributed under the project's\r\n licence terms\r\n- [x] If this contribution includes third-party code, I have properly attributed\r\n it and ensured licence compatibility\r\n\r\n## AI Assistance and Attribution\r\n\r\n_Please ensure that when using Generative AI tools, appropriate guardrails are\r\nin place and contributions have correct attribution. For Met Office\r\ncontributors, this includes adhering to the Use of Generative AI policy.\r\nContributors from other institutions should check if their institution has\r\nsimilar policies, and follow the local policy._\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc)\r\n- [ ] I have included attribution in the commit message and in each modified\r\n file\r\n\r\n## Documentation\r\n\r\n- [ ] Documentation is not required for this change\r\n- [ ] I have updated the relevant documentation and ensured they build correctly\r\n where required:\r\n - [ ] README.md\r\n - [ ] API documentation\r\n - [ ] Code comments\r\n - [ ] User guides\r\n - [ ] Other: **\\*\\***\\_\\_\\_**\\*\\***\r\n\r\n## Deployment Notes\r\n\r\n\r\n\r\n- [ ] No special deployment steps required\r\n- [ ] Configuration changes required (please describe):\r\n- [ ] KGO update required (please describe):\r\n- [ ] Environment variables need to be updated (please list):\r\n- [ ] Updated software stack required (please describe):\r\n\r\n## Additional Context\r\n\r\n\r\n\r\n## Reviewer Guidelines\r\n\r\n\r\n\r\n**Before approving this PR, please verify:**\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n\r\n---\r\n\r\n**Note to Reviewers:** Please ensure all checkboxes in the **Dependencies**,\r\n**Related Issues**, and **Contributor License Agreement** sections are properly\r\ncompleted before approving this PR.\r\n", - "number": 70, - "repository": "MetOffice/git_playground", - "title": "Implement caller workflow", + "number": 187, + "repository": "MetOffice/lfric_core", + "title": "Adding logging to tweak_iodef", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/70" + "url": "https://github.com/MetOffice/lfric_core/pull/187" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfMHSc", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo", "jennyhickson", "t00sa", "yaswant"], - "status": "Done", - "title": "Implement caller workflow" + "id": "PVTI_lADOAGrG5M4A_OAXzgip0Is", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "status": "SciTech Review", + "title": "Adding logging to tweak_iodef" }, { - "assignees": ["jennyhickson"], "content": { - "body": "Add advice about adding fork for use with the MO mirroring bot", - "number": 455, - "repository": "MetOffice/simulation-systems", - "title": "Advice on MO mirroring bot", + "number": 188, + "repository": "MetOffice/lfric_core", + "title": "Update root Readme file.", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/455" + "url": "https://github.com/MetOffice/lfric_core/pull/188" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfNPRM", - "labels": ["crSet"], + "id": "PVTI_lADOAGrG5M4A_OAXzgip2Q0", + "labels": [ + "cla-signed" + ], "milestone": { - "description": "# Pre-release tasks\n- Move SVN repositories to GitHub\n- Update governance and best practices\n- Test workflows", - "dueOn": "2025-10-31T00:00:00Z", - "title": "Git Migration" + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" }, - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "yaswant", + "mike-hobson" + ], "status": "Done", - "title": "Advice on MO mirroring bot" + "title": "Update root Readme file." }, { - "assignees": ["yaswant"], + "assignees": [ + "MetBenjaminWent" + ], "content": { - "body": "## Summary\r\n\r\nWe may want to skip a list of repositories from trac -> GitHub sync. The changes enable this via `--skip=repo1,repo2` option.\r\n\r\nExample in dry-run mode\r\n```bash\r\n$ ./ssd_svn2git.sh -n -m -s mule,shumlib\r\n2025-09-29 23:26:25 Dry run\r\n--------------------------------------------------------------------\r\ngitlify is /path/to/gitlify \r\njq is /usr/bin/jq\r\ngh is /usr/bin/gh\r\n--------------------------------------------------------------------\r\nWORKDIR: /path/to/git-migration-work-dir\r\nCONFIG_FILE: /path/to/SimSys_Scripts/git-migration/config.json\r\nUPDATE_GITHUB: 0\r\n--------------------------------------------------------------------\r\nhttps://metomi/svn/monc.xm/casim ....................... git@github.com:MetOffice/casim\r\nhttps://metomi/svn/moci.xm/main ........................ git@github.com:MetOffice/moci\r\nhttps://metomi/svn/jules.xm/main ....................... git@github.com:MetOffice/jules\r\nhttps://metomi/svn/socrates.xm/main .................... git@github.com:MetOffice/socrates\r\nhttps://metomi/svn/ukca.xm/main ........................ git@github.com:MetOffice/ukca\r\nSkipping repository: shumlib\r\nSkipping repository: mule\r\nhttps://metomi/svn/um.xm/aux ........................... git@github.com:MetOffice/um_aux\r\nhttps://metomi/svn/um.xm/doc ........................... git@github.com:MetOffice/um_doc\r\nhttps://metomi/svn/um.xm/meta .......................... git@github.com:MetOffice/um_meta\r\nhttps://metomi/svn/um.xm/main .......................... git@github.com:MetOffice/um\r\nhttps://metomi/svn/gcom.xm/main ........................ git@github.com:MetOffice/gcom\r\nhttps://metomi/svn/lfric_apps.xm/main .................. git@github.com:MetOffice/lfric_apps\r\nhttps://metomi/svn/lfric.xm/LFRic ...................... git@github.com:MetOffice/lfric_core\r\nhttps://metomi/svn/lfric.xm/GPL-utilities .............. git@github.com:MetOffice/rose_picker\r\nhttps://metomi/svn/monc.xm/main ........................ git@github.com:MetOffice/monc\r\nhttps://metomi/svn/socrates.xm/spectral ................ git@github.com:MetOffice/socrates-spectral\r\n2025-09-29 23:26:26 Done.\r\n```\r\n\r\nAlso, incorrect socrates-spectral tags are fixed.\r\n\r\n## Dependency\r\n\r\nNone\r\n\r\n## Impact\r\n\r\nNone\r\n\r\n## Issues addressed\r\n\r\nsocrates-spectral sync fails due to incorrect tags\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 114, - "repository": "MetOffice/SimSys_Scripts", - "title": "Skip named repositories from GitHub Sync", + "number": 62, + "repository": "MetOffice/lfric_apps", + "title": "Boundary Layer - bdy_expl2 optimisations", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/114" + "url": "https://github.com/MetOffice/lfric_apps/pull/62" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfTLvI", - "labels": ["git-migration"], - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo", "jennyhickson"], - "status": "Done", - "title": "Skip named repositories from GitHub Sync" + "id": "PVTI_lADOAGrG5M4A_OAXzgiqBQo", + "labels": [ + "cla-required" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "Boundary Layer - bdy_expl2 optimisations" }, { - "assignees": ["jennyhickson"], "content": { - "body": "This PR has been tested and installs as expected on spice and excd.\r\nIt's ready to be reviewed/merged once we make this the active mule repo.", - "number": 1, - "repository": "MetOffice/mule", - "title": "update install script for git", + "number": 63, + "repository": "MetOffice/lfric_apps", + "title": "Remove user contact question from issue template", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/1" + "url": "https://github.com/MetOffice/lfric_apps/pull/63" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfUZQI", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["jennyhickson", "jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiqEBU", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "update install script for git" + "title": "Remove user contact question from issue template" }, { - "assignees": ["jennyhickson"], "content": { - "body": "Changes for the first shumlib release from github\r\nI suspect the mule/shumlib releases won't be done today, so I've gone with 2025.10 as the tag", - "number": 1, - "repository": "MetOffice/shumlib", - "title": "shumlib release changes", + "number": 189, + "repository": "MetOffice/lfric_core", + "title": "Remove contact details from Issue template", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/1" + "url": "https://github.com/MetOffice/lfric_core/pull/189" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfUd4A", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiqGFo", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "andrewcoughtrie" + ], "status": "Done", - "title": "shumlib release changes" + "title": "Remove contact details from Issue template" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "andrewcoughtrie" + ], + "code Review": "stevemullerworth", "content": { - "body": "Add the process to release onto main and stable and update UM test/main release pages", - "number": 458, - "repository": "MetOffice/simulation-systems", - "title": "Release instructions main", + "number": 190, + "repository": "MetOffice/lfric_core", + "title": "Fixed duplication of directory ownership, should have been a differen\u2026", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/458" + "url": "https://github.com/MetOffice/lfric_core/pull/190" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfUhwo", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiqVsY", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "yaswant", + "stevemullerworth" + ], + "sciTech Review": "yaswant", "status": "Done", - "title": "Release instructions main" + "title": "Fixed duplication of directory ownership, should have been a differen\u2026" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "jasonjunweilyu" + ], + "code Review": "MetBenjaminWent", "content": { - "body": "Changes required for mule 2025.10.1 release", - "number": 2, - "repository": "MetOffice/mule", - "title": "Mule2025.10.1 release", + "number": 65, + "repository": "MetOffice/lfric_apps", + "title": "Stochastic Physics CPU and GPU Optimizations - NGARCH", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/2" + "url": "https://github.com/MetOffice/lfric_apps/pull/65" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfUjR8", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "Mule2025.10.1 release" + "id": "PVTI_lADOAGrG5M4A_OAXzgiroos", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "mo-alistairp", + "mo-alistairp", + "MetBenjaminWent" + ], + "sciTech Review": "mo-alistairp", + "status": "Code Review", + "title": "Stochastic Physics CPU and GPU Optimizations - NGARCH" }, { - "assignees": ["yaswant", "jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "paulfield2024", "content": { - "body": "Some of the links I've added are pointing at pages that only exist in the github_wps branch, so won't work until we've made those live.", - "number": 2, - "repository": "MetOffice/shumlib", - "title": "add files for git/github", + "number": 1, + "repository": "MetOffice/monc", + "title": "add files for monc", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/2" + "url": "https://github.com/MetOffice/monc/pull/1" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfU6ag", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["jennyhickson", "yaswant", "yaswant"], - "status": "Done", - "title": "add files for git/github" + "id": "PVTI_lADOAGrG5M4A_OAXzgisJ_g", + "repository": "https://github.com/MetOffice/monc", + "reviewers": [ + "yaswant", + "paulfield2024" + ], + "sciTech Review": "yaswant", + "status": "Code Review", + "title": "add files for monc" }, { - "assignees": ["yaswant"], + "code Review": "mo-rickywong", "content": { - "body": "git migration files copied from MetOffice/Shumlib#2 \r\ngitignore updated for python repo and readme modified", - "number": 3, - "repository": "MetOffice/mule", - "title": "Git migration", + "number": 191, + "repository": "MetOffice/lfric_core", + "title": "Fail gracefully if the configuration namelist doesn't exist", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/3" + "url": "https://github.com/MetOffice/lfric_core/pull/191" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfVhnA", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgisRIQ", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "stevemullerworth", + "andrewcoughtrie", + "mo-rickywong", + "EdHone", + "MatthewHambley", + "MatthewHambley" + ], + "sciTech Review": "andrewcoughtrie", "status": "Done", - "title": "Git migration" + "title": "Fail gracefully if the configuration namelist doesn't exist" }, { - "assignees": ["yaswant", "james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @james-bruten-mo \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [x] All dependencies have been resolved\r\n- [x] Related Issues are properly linked and addressed\r\n- [x] CLA compliance is confirmed\r\n- [x] Code quality standards are met\r\n- [x] Tests are adequate and passing\r\n- [x] Documentation is complete and accurate\r\n- [x] Security considerations have been addressed\r\n- [x] Performance impact is acceptable\r\n", - "number": 3, - "repository": "MetOffice/shumlib", - "title": "Update documentation and configuration files; add CI workflows", + "number": 47, + "repository": "MetOffice/growss", + "title": "Remove label", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/3" + "url": "https://github.com/MetOffice/growss/pull/47" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfV5WU", - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgisU60", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant", + "andrewcoughtrie" + ], "status": "Done", - "title": "Update documentation and configuration files; add CI workflows" + "title": "Remove label" }, { - "assignees": ["yaswant"], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @yaswant \r\n\r\n\r\n\r\nTry including a modification of the permissions to avoid artifact upload error\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 4, - "repository": "MetOffice/shumlib", - "title": "add permissions step to build", + "number": 48, + "repository": "MetOffice/growss", + "title": "Remove label", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/4" + "url": "https://github.com/MetOffice/growss/pull/48" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfXiwU", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgisl4Y", + "repository": "https://github.com/MetOffice/growss", "status": "Done", - "title": "add permissions step to build" + "title": "Remove label" }, { + "code Review": "mo-rickywong", "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @yaswant \r\n\r\n\r\n\r\nAdd a configure step to try and fix deployment failure\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 5, - "repository": "MetOffice/shumlib", - "title": "add configure step", + "number": 67, + "repository": "MetOffice/lfric_apps", + "title": "Check config name", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/5" + "url": "https://github.com/MetOffice/lfric_apps/pull/67" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfXuMg", - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgis7KA", + "labels": [ + "enhancement", + "Linked Core", + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "mo-rickywong" + ], + "sciTech Review": "andrewcoughtrie", "status": "Done", - "title": "add configure step" + "title": "Check config name" }, { + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nTry removing url environment entry as per lfric_core\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 6, - "repository": "MetOffice/shumlib", - "title": "remove url", + "number": 149, + "repository": "MetOffice/SimSys_Scripts", + "title": "update to use bash -l", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/6" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/149" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfXvrI", - "repository": "https://github.com/MetOffice/shumlib", + "id": "PVTI_lADOAGrG5M4A_OAXzgis_zo", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "t00sa" + ], "status": "Done", - "title": "remove url" + "title": "update to use bash -l" }, { "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nTry rewriting the deploy step, copying from the central deploy action\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 7, - "repository": "MetOffice/shumlib", - "title": "copy github deploy", + "number": 22, + "repository": "MetOffice/jules", + "title": "Coupling of WHAM! model of human fire use and management with INFERNO", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/7" + "url": "https://github.com/MetOffice/jules/pull/22" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfXzBA", - "repository": "https://github.com/MetOffice/shumlib", - "status": "Done", - "title": "copy github deploy" + "id": "PVTI_lADOAGrG5M4A_OAXzgitYHw", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/jules", + "status": "SciTech Review", + "title": "Coupling of WHAM! model of human fire use and management with INFERNO" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nSwitch to upload-pages-artifact as in lfric_core\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 8, - "repository": "MetOffice/shumlib", - "title": "change to pages-artifact", + "number": 540, + "repository": "MetOffice/simulation-systems", + "title": "add note to enable stable", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/8" + "url": "https://github.com/MetOffice/simulation-systems/pull/540" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfXzpE", - "repository": "https://github.com/MetOffice/shumlib", + "id": "PVTI_lADOAGrG5M4A_OAXzgitc0Q", + "repository": "https://github.com/MetOffice/simulation-systems", + "reviewers": [ + "jennyhickson" + ], "status": "Done", - "title": "change to pages-artifact" + "title": "add note to enable stable" }, { + "assignees": [ + "tommbendall" + ], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nRun ruff and shellcheck on mule and setup CI checks for both\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 4, - "repository": "MetOffice/mule", - "title": "Ruff mule", + "number": 69, + "repository": "MetOffice/lfric_apps", + "title": "Correct the sample_physics_winds_correction option", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/4" + "url": "https://github.com/MetOffice/lfric_apps/pull/69" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfYB6s", - "repository": "https://github.com/MetOffice/mule", - "status": "Done", - "title": "Ruff mule" + "id": "PVTI_lADOAGrG5M4A_OAXzgitsto", + "labels": [ + "bug", + "KGO", + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "Correct the sample_physics_winds_correction option" }, { - "assignees": ["yaswant", "james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nAdd a build and unittest of some mule modules.\r\nThis only works for the `mule` and `um_utils` modules as all others require external input - the dependency on shumlib feels like something we can get working, but I think we should do that later.\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 5, - "repository": "MetOffice/mule", - "title": "add build and test ci", + "number": 150, + "repository": "MetOffice/SimSys_Scripts", + "title": "respect gitignore", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/5" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/150" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfYUTg", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgitymk", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "t00sa" + ], "status": "Done", - "title": "add build and test ci" + "title": "respect gitignore" }, { - "assignees": ["yaswant"], + "assignees": [ + "yaswant" + ], + "code Review": "MatthewHambley", "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @james-bruten-mo \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 6, - "repository": "MetOffice/mule", - "title": "Initial docgen action", + "number": 2, + "repository": "MetOffice/rose_picker", + "title": "Tidy up repo and add checks", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/6" + "url": "https://github.com/MetOffice/rose_picker/pull/2" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfYoCU", - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiuLSs", + "labels": [ + "enhancement" + ], + "repository": "https://github.com/MetOffice/rose_picker", + "reviewers": [ + "MatthewHambley", + "MatthewHambley", + "james-bruten-mo", + "james-bruten-mo" + ], + "sciTech Review": "james-bruten-mo", "status": "Done", - "title": "Initial docgen action" + "title": "Tidy up repo and add checks" }, { + "assignees": [ + "DrTVockerodtMO" + ], + "code Review": "allynt", "content": { - "body": "I think we've decided that we're not going to get review requests in this way", - "number": 73, - "repository": "MetOffice/git_playground", - "title": "remove codeowners", + "number": 71, + "repository": "MetOffice/lfric_apps", + "title": "Fixing adjoint failures with transport log_space config variable set to true", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/73" + "url": "https://github.com/MetOffice/lfric_apps/pull/71" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfbG3E", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["jennyhickson", "t00sa", "yaswant"], - "status": "Done", - "title": "remove codeowners" + "id": "PVTI_lADOAGrG5M4A_OAXzgiuvmk", + "labels": [ + "bug", + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "allynt", + "tom-j-h" + ], + "sciTech Review": "tom-j-h", + "status": "Code Review", + "title": "Fixing adjoint failures with transport log_space config variable set to true" }, { - "assignees": ["yaswant"], + "assignees": [ + "DrTVockerodtMO" + ], + "code Review": "harry-shepherd", "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nRename the CI steps for clarity\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 9, - "repository": "MetOffice/shumlib", - "title": "rename ci jobs for clarity", + "number": 72, + "repository": "MetOffice/lfric_apps", + "title": "Introducing cache for adjoint lookup tables", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/9" + "url": "https://github.com/MetOffice/lfric_apps/pull/72" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfbQC0", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["yaswant"], - "status": "Done", - "title": "rename ci jobs for clarity" + "id": "PVTI_lADOAGrG5M4A_OAXzgiuzc0", + "labels": [ + "enhancement", + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "harry-shepherd", + "mo-joshuacolclough" + ], + "sciTech Review": "mo-joshuacolclough", + "status": "SciTech Review", + "title": "Introducing cache for adjoint lookup tables" }, { - "assignees": ["jennyhickson"], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @jennyhickson \r\n\r\n\r\n\r\nThe previous solution for running with github actions doesn't work for all ubuntu environments. Try to do something better here...\r\n\r\nIt turns out the issue I was previously trying to fix is only an issue when using the system python which isn't recommended. As I've already changed the CI to using the `setup-python` action, this removed this issue, so we can revert back to the original install script.\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [x] My code follows the project's style guidelines\r\n- [x] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [x] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [x] I have tested this change locally, using the rose-stem suite\r\n- [x] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [x] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [x] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [x] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [x] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [x] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [x] All dependencies have been resolved\r\n- [x] Related Issues are properly linked and addressed\r\n- [x] CLA compliance is confirmed\r\n- [x] Code quality standards are met\r\n- [x] Tests are adequate and passing\r\n- [x] Documentation is complete and accurate\r\n- [x] Security considerations have been addressed\r\n- [x] Performance impact is acceptable\r\n", - "number": 7, - "repository": "MetOffice/mule", - "title": "Revert to previous install script", + "number": 151, + "repository": "MetOffice/SimSys_Scripts", + "title": "Revert \"respect gitignore\"", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/7" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/151" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfcSp0", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgivXGk", + "repository": "https://github.com/MetOffice/SimSys_Scripts", "status": "Done", - "title": "Revert to previous install script" + "title": "Revert \"respect gitignore\"" }, { - "assignees": ["jennyhickson"], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @jennyhickson \r\n\r\n\r\n\r\nMule release, stable back into main\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [x] My code follows the project's style guidelines\r\n- [x] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [x] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [x] I have tested this change locally, using the rose-stem suite\r\n- [x] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [x] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [x] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [x] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [x] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [x] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [x] All dependencies have been resolved\r\n- [x] Related Issues are properly linked and addressed\r\n- [x] CLA compliance is confirmed\r\n- [x] Code quality standards are met\r\n- [x] Tests are adequate and passing\r\n- [x] Documentation is complete and accurate\r\n- [x] Security considerations have been addressed\r\n- [x] Performance impact is acceptable\r\n", - "number": 8, - "repository": "MetOffice/mule", - "title": "Stable", + "number": 193, + "repository": "MetOffice/lfric_core", + "title": "Change TM to R", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/8" + "url": "https://github.com/MetOffice/lfric_core/pull/193" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfdYDA", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgivYho", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "yaswant" + ], "status": "Done", - "title": "Stable" + "title": "Change TM to R" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @jennyhickson \r\n\r\n\r\n\r\nRelease PR, stable back into main\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [x] My code follows the project's style guidelines\r\n- [x] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [x] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [x] I have tested this change locally, using the rose-stem suite\r\n- [x] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [x] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [x] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [x] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [x] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [x] All dependencies have been resolved\r\n- [x] Related Issues are properly linked and addressed\r\n- [x] CLA compliance is confirmed\r\n- [x] Code quality standards are met\r\n- [x] Tests are adequate and passing\r\n- [x] Documentation is complete and accurate\r\n- [x] Security considerations have been addressed\r\n- [x] Performance impact is acceptable\r\n", - "number": 10, - "repository": "MetOffice/shumlib", - "title": "Stable", + "number": 152, + "repository": "MetOffice/SimSys_Scripts", + "title": "Rsync exclude", "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/10" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/152" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfdYXA", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/shumlib", - "reviewers": ["jennyhickson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgivsg8", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "t00sa" + ], "status": "Done", - "title": "Stable" + "title": "Rsync exclude" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "tommbendall" + ], "content": { - "body": "# Description\r\nAdding our usual blank release curation template as an issue template here so that we can make the issue easily each release. \r\n\r\n\r\n## Type of Change\r\n\r\n\r\n\r\n- [ ] Bug fix (non-breaking change which fixes an issue)\r\n- [x] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to\r\n not work as expected)\r\n- [ ] Documentation update\r\n- [ ] Code refactoring\r\n- [ ] Performance improvement\r\n- [ ] Test coverage improvement\r\n- [ ] Other (please describe):\r\n\r\n## Testing\r\n\r\n\r\n\r\n- [ ] I have tested this change locally\r\n- [ ] I have added new tests to cover the changes\r\n- [ ] All existing tests pass\r\n- [ ] I have tested edge cases and error conditions\r\n- [ ] Describe other testing performed (if applicable)\r\n\r\n### Test Evidence\r\n\r\n\r\n\r\n(Provide screenshots, logs, or other evidence of testing)\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via CI pipeline_)\r\n\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] If adding a new feature, I have included tests its functionality\r\n- [ ] New and existing unit tests pass locally with my changes\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorization are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and suitable performance\r\n measurements have been conducted, if applicable.\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n**Required:** Please confirm your compliance with the project's licensing\r\nrequirements.\r\n\r\n- [ ] I confirm that I have read and agree to the project's Contributor License\r\n Agreement\r\n- [ ] I understand that my contributions will be licensed under the project's\r\n licence\r\n- [ ] I confirm that I have the right to submit this code under the project's\r\n licence\r\n- [ ] I understand that my contribution may be redistributed under the project's\r\n licence terms\r\n- [ ] If this contribution includes third-party code, I have properly attributed\r\n it and ensured licence compatibility\r\n\r\n## AI Assistance and Attribution\r\n\r\n_Please ensure that when using Generative AI tools, appropriate guardrails are\r\nin place and contributions have correct attribution. For Met Office\r\ncontributors, this includes adhering to the Use of Generative AI policy.\r\nContributors from other institutions should check if their institution has\r\nsimilar policies, and follow the local policy._\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc)\r\n- [ ] I have included attribution in the commit message and in each modified\r\n file\r\n\r\n## Documentation\r\n\r\n- [ ] Documentation is not required for this change\r\n- [ ] I have updated the relevant documentation and ensured they build correctly\r\n where required:\r\n - [ ] README.md\r\n - [ ] API documentation\r\n - [ ] Code comments\r\n - [ ] User guides\r\n - [ ] Other: **\\*\\***\\_\\_\\_**\\*\\***\r\n\r\n## Deployment Notes\r\n\r\n\r\n\r\n- [ ] No special deployment steps required\r\n- [ ] Configuration changes required (please describe):\r\n- [ ] KGO update required (please describe):\r\n- [ ] Environment variables need to be updated (please list):\r\n- [ ] Updated software stack required (please describe):\r\n\r\n## Additional Context\r\n\r\n\r\n\r\n## Reviewer Guidelines\r\n\r\n\r\n\r\n**Before approving this PR, please verify:**\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n\r\n---\r\n\r\n**Note to Reviewers:** Please ensure all checkboxes in the **Dependencies**,\r\n**Related Issues**, and **Contributor License Agreement** sections are properly\r\ncompleted before approving this PR.\r\n", "number": 74, - "repository": "MetOffice/git_playground", - "title": "Add a release issue template", + "repository": "MetOffice/lfric_apps", + "title": "Fix Gungho Plots", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/74" + "url": "https://github.com/MetOffice/lfric_apps/pull/74" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfddfM", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Add a release issue template" + "id": "PVTI_lADOAGrG5M4A_OAXzgivx3w", + "labels": [ + "bug", + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "jameskent-metoffice" + ], + "status": "SciTech Review", + "title": "Fix Gungho Plots" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "andrewcoughtrie", "content": { - "body": "# Description\r\n\r\nThe formatting of the link in the release issue template was still trac-style, this updates it to markdown. \r\n\r\nThis PR:\r\n\r\n- is blocked-by #pr-number\r\n- blocks #pr-number\r\n- closes #issue-number\r\n- fixes #issue-number\r\n- is related to #issue-number \r\n\r\n## Type of Change\r\n\r\n\r\n\r\n- [x] Bug fix (non-breaking change which fixes an issue)\r\n- [ ] New feature (non-breaking change which adds functionality)\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to\r\n not work as expected)\r\n- [ ] Documentation update\r\n- [ ] Code refactoring\r\n- [ ] Performance improvement\r\n- [ ] Test coverage improvement\r\n- [ ] Other (please describe):\r\n\r\n## Testing\r\n\r\n\r\n\r\n- [x] I have tested this change locally\r\n- [ ] I have added new tests to cover the changes\r\n- [ ] All existing tests pass\r\n- [ ] I have tested edge cases and error conditions\r\n- [ ] Describe other testing performed (if applicable)\r\n\r\n### Test Evidence\r\n\r\nRich diff shows this now renders correctly. \r\n\r\n(Provide screenshots, logs, or other evidence of testing)\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via CI pipeline_)\r\n\r\n- [x] My code follows the project's style guidelines\r\n- [x] I have performed a self-review of my own code\r\n- [ ] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [ ] If adding a new feature, I have included tests its functionality\r\n- [ ] New and existing unit tests pass locally with my changes\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorization are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and suitable performance\r\n measurements have been conducted, if applicable.\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n**Required:** Please confirm your compliance with the project's licensing\r\nrequirements.\r\n\r\n- [x] I confirm that I have read and agree to the project's Contributor License\r\n Agreement\r\n- [x] I understand that my contributions will be licensed under the project's\r\n licence\r\n- [x] I confirm that I have the right to submit this code under the project's\r\n licence\r\n- [x] I understand that my contribution may be redistributed under the project's\r\n licence terms\r\n- [x] If this contribution includes third-party code, I have properly attributed\r\n it and ensured licence compatibility\r\n\r\n## AI Assistance and Attribution\r\n\r\n_Please ensure that when using Generative AI tools, appropriate guardrails are\r\nin place and contributions have correct attribution. For Met Office\r\ncontributors, this includes adhering to the Use of Generative AI policy.\r\nContributors from other institutions should check if their institution has\r\nsimilar policies, and follow the local policy._\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc)\r\n- [ ] I have included attribution in the commit message and in each modified\r\n file\r\n\r\n## Documentation\r\n\r\n- [x] Documentation is not required for this change\r\n- [ ] I have updated the relevant documentation and ensured they build correctly\r\n where required:\r\n - [ ] README.md\r\n - [ ] API documentation\r\n - [ ] Code comments\r\n - [ ] User guides\r\n - [ ] Other: **\\*\\***\\_\\_\\_**\\*\\***\r\n\r\n## Deployment Notes\r\n\r\n\r\n\r\n- [ ] No special deployment steps required\r\n- [ ] Configuration changes required (please describe):\r\n- [ ] KGO update required (please describe):\r\n- [ ] Environment variables need to be updated (please list):\r\n- [ ] Updated software stack required (please describe):\r\n\r\n## Additional Context\r\n\r\n\r\n\r\n## Reviewer Guidelines\r\n\r\n\r\n\r\n**Before approving this PR, please verify:**\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n\r\n---\r\n\r\n**Note to Reviewers:** Please ensure all checkboxes in the **Dependencies**,\r\n**Related Issues**, and **Contributor License Agreement** sections are properly\r\ncompleted before approving this PR.\r\n", - "number": 76, - "repository": "MetOffice/git_playground", - "title": "Reformat link in release template", + "number": 194, + "repository": "MetOffice/lfric_core", + "title": "Update gitignore", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/76" + "url": "https://github.com/MetOffice/lfric_core/pull/194" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfdpxs", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["Pierre-siddall"], + "id": "PVTI_lADOAGrG5M4A_OAXzgiv4t0", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "andrewcoughtrie", + "andrewcoughtrie" + ], "status": "Done", - "title": "Reformat link in release template" + "title": "Update gitignore" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "andrewcoughtrie", "content": { - "body": "This also includes the changes from my other PR, so once that ones done I'll update this", - "number": 461, - "repository": "MetOffice/simulation-systems", - "title": "Release changes2", + "number": 75, + "repository": "MetOffice/lfric_apps", + "title": "update gitignore", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/461" + "url": "https://github.com/MetOffice/lfric_apps/pull/75" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfjJ7c", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "Release changes2" + "id": "PVTI_lADOAGrG5M4A_OAXzgiv48M", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "andrewcoughtrie" + ], + "status": "Code Review", + "title": "update gitignore" }, { - "assignees": ["james-bruten-mo"], - "code Review": "ericaneininger", "content": { - "body": "# Description\r\n\r\nModify the nightly testing infrastructure so that it can run from github. This works by creating an `auto-testing-git.cron` file which can then be installed. The `fcm` version (copied from the existing file) also creates a `.cron` file which can be installed alongside, allowing testing from both fcm and git as we migrate.\r\n", - "number": 115, - "repository": "MetOffice/SimSys_Scripts", - "title": "Make nightly infrastructure git", + "number": 49, + "repository": "MetOffice/growss", + "title": "Remove label", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/115" + "url": "https://github.com/MetOffice/growss/pull/49" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgflJn0", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["ericaneininger", "cameronbateman-mo", "ericaneininger"], - "sciTech Review": "cameronbateman-mo", + "id": "PVTI_lADOAGrG5M4A_OAXzgiv-mw", + "repository": "https://github.com/MetOffice/growss", "status": "Done", - "title": "Make nightly infrastructure git" + "title": "Remove label" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "mike-hobson" + ], + "code Review": "svadams ", "content": { - "body": "# Description\r\n\r\nThis copies the umdp3_fixer scripts that have copies in Jules/UCKA/UM into SimSys_Scripts.\r\nAll files have just been copied*, so only needs 1 level of review.\r\n\r\n\\* with the exception of running black\r\n", - "number": 116, - "repository": "MetOffice/SimSys_Scripts", - "title": "add umdp3_fixer", + "number": 198, + "repository": "MetOffice/lfric_core", + "title": "Reusing xt xmap", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/116" + "url": "https://github.com/MetOffice/lfric_core/pull/198" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgflgGY", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall"], - "sciTech Review": "-", - "status": "Done", - "title": "add umdp3_fixer" + "id": "PVTI_lADOAGrG5M4A_OAXzgiwo0o", + "labels": [ + "enhancement", + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "MatthewHambley", + "MatthewHambley", + "svadams", + "svadams", + "MatthewHambley" + ], + "sciTech Review": "MatthewHambley", + "status": "Code Review", + "title": "Reusing xt xmap" }, { - "assignees": ["jennyhickson"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "This error message still says to look in the old cylc7 path. \r\nChange it for cylc8.\r\n\r\nCloses #118 ", - "number": 119, - "repository": "MetOffice/SimSys_Scripts", - "title": "modify log path in error message", + "number": 50, + "repository": "MetOffice/growss", + "title": "update cla action", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/119" + "url": "https://github.com/MetOffice/growss/pull/50" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfzMn0", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "modify log path in error message" + "id": "PVTI_lADOAGrG5M4A_OAXzgixAD8", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant" + ], + "status": "Done", + "title": "update cla action" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "r-sharp" + ], + "code Review": "yaswant", "content": { - "body": "Update the lfric macros scripts for the git migration.\r\n\r\nThis branch was used to track other git migration changes which have been merged in other PRs. The only remaining changes are to the lfric macro scripts.", - "number": 117, + "number": 153, "repository": "MetOffice/SimSys_Scripts", - "title": "Change to LFRic Macros scripts for git", + "title": "Umdp3 checker in python", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/117" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/153" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgflp5I", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, + "id": "PVTI_lADOAGrG5M4A_OAXzgixAEw", + "labels": [ + "CI", + "git-migration" + ], "repository": "https://github.com/MetOffice/SimSys_Scripts", - "title": "Change to LFRic Macros scripts for git" + "reviewers": [ + "jennyhickson" + ], + "sciTech Review": "jennyhickson", + "status": "SciTech Review", + "title": "Umdp3 checker in python" }, { - "assignees": ["Pierre-siddall"], "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 78, + "number": 107, "repository": "MetOffice/git_playground", - "title": "Add test documentation", + "title": "Demonstrate cla", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/78" + "url": "https://github.com/MetOffice/git_playground/pull/107" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfmuM0", + "id": "PVTI_lADOAGrG5M4A_OAXzgiyoGc", + "labels": [ + "cla-signed", + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["andrewcoughtrie", "yaswant"], "status": "Done", - "title": "Add test documentation" + "title": "Demonstrate cla" }, { - "assignees": ["yaswant"], "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 79, + "number": 108, "repository": "MetOffice/git_playground", - "title": "action to label public pr", + "title": "demonstrate edited contributors", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/79" + "url": "https://github.com/MetOffice/git_playground/pull/108" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfne4I", + "id": "PVTI_lADOAGrG5M4A_OAXzgiypHE", + "labels": [ + "contributor", + "cla-modified" + ], "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "action to label public pr" + "status": "SciTech Review", + "title": "demonstrate edited contributors" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 80, - "repository": "MetOffice/git_playground", - "title": "Action to label public contributions", + "number": 51, + "repository": "MetOffice/growss", + "title": "Update the cla-check ", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/80" + "url": "https://github.com/MetOffice/growss/pull/51" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfnjjA", - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Action to label public contributions" + "id": "PVTI_lADOAGrG5M4A_OAXzgiyp2U", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant" + ], + "status": "Changes Requested", + "title": "Update the cla-check " }, { - "assignees": ["yaswant"], "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 81, + "number": 109, "repository": "MetOffice/git_playground", - "title": "Label PR orginating from public fork", + "title": "make a change", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/81" + "url": "https://github.com/MetOffice/git_playground/pull/109" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfnkIk", + "id": "PVTI_lADOAGrG5M4A_OAXzgiy1VA", + "labels": [ + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Label PR orginating from public fork" + "status": "SciTech Review", + "title": "make a change" }, { - "assignees": ["yaswant"], + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 82, + "number": 110, "repository": "MetOffice/git_playground", - "title": "Label Public PR", + "title": "Demonstrate from stable", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/82" + "url": "https://github.com/MetOffice/git_playground/pull/110" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfnlXc", + "id": "PVTI_lADOAGrG5M4A_OAXzgiy3Hc", + "labels": [ + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Label Public PR" + "status": "In Progress", + "title": "Demonstrate from stable" }, { + "assignees": [ + "oakleybrunt", + "MetBenjaminWent" + ], "content": { - "body": "# Description\r\n\r\nIn order to support a common usage pattern around only calculating debug values if they are actually going to be logged, an addition has been made to the logging API. This change documents that.\r\n\r\nCloses #134 \r\n\r\n## Linked issues\r\n\r\nThe API change is implemented in ticket 4682 of the core repository.\r\n\r\n## Type of change\r\n\r\n- [ ] New feature (non-breaking change which adds functionality).\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).\r\n- [x] This change requires a documentation update.\r\n\r\n# How has this been tested?\r\n\r\nPlease describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.\r\n\r\n- [ ] New tests have been added.\r\n- [ ] Tests have been modified to accommodate this change.\r\n- [ ] GitHub workflows have been changed or added.\r\n\r\n# Checklist:\r\n\r\n- [ ] The change has been checked for design compliance by an experienced SSE \r\n \r\n- [ ] My code follows the style guidelines of this project.\r\n- [ ] I have commented my code, particularly in hard-to-understand areas.\r\n- [x] I have made corresponding changes to the documentation.\r\n- [x] My changes generate no new warnings.\r\n- [ ] I have added tests that prove my fix is effective or that my feature works.\r\n- [x] New and existing unit tests pass locally with my changes, for both debug and optimised builds.\r\n- [x] No AI tools have been used in the creation of this change.\r\n\r\n## Reasoning on why any of the above boxes have not been checked\r\n\r\nThis is a documentation only change.\r\n\r\n# Review Checks (To be filled in by the reviewer/s)\r\n\r\n- [ ] Has the developer completed the appropriate sections above?\r\n- [ ] Is the change compliant with LFRic Core principles?\r\n- [ ] Is the testing coverage sufficient?\r\n- [ ] Have any technical debt workarounds identified had issues opened and interested parties notified?\r\n", - "number": 160, - "repository": "MetOffice/lfric_core", - "title": "Add reference to ``log_at_level`` API", + "number": 78, + "repository": "MetOffice/lfric_apps", + "title": "Signed CLA", "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_core/pull/160" + "url": "https://github.com/MetOffice/lfric_apps/pull/78" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfpARM", - "repository": "https://github.com/MetOffice/lfric_core", + "id": "PVTI_lADOAGrG5M4A_OAXzgiy3wQ", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", "reviewers": [ - "Core Capability Development", - "stevemullerworth", - "stevemullerworth" + "MetBenjaminWent", + "MetBenjaminWent" ], "status": "Done", - "title": "Add reference to ``log_at_level`` API" + "title": "Signed CLA" }, { - "assignees": ["james-bruten-mo"], + "code Review": "ericaneininger ", "content": { - "body": "Changes required to run the lfric_apps test suite after the git migration. This PR is being opened in draft mode, to give visibility of the upcoming changes. The PR will be completed for the migration to github.", - "number": 20, - "repository": "MetOffice/lfric_apps", - "title": "Lfric apps rose stem", + "number": 8, + "repository": "MetOffice/gcom", + "title": "7 - Add routines needed for nudging", "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_apps/pull/20" + "url": "https://github.com/MetOffice/gcom/pull/8" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfvdeA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/lfric_apps", - "reviewers": ["MatthewHambley"], - "status": "Changes Requested", - "title": "Lfric apps rose stem" + "id": "PVTI_lADOAGrG5M4A_OAXzgi4SVA", + "repository": "https://github.com/MetOffice/gcom", + "status": "SciTech Review", + "title": "7 - Add routines needed for nudging" }, { - "assignees": ["james-bruten-mo"], + "code Review": "mo-lucy-gordon ", "content": { - "body": "Changes required to run the lfric_core test suite after the git migration. This PR is being opened in draft mode, to give visibility of the upcoming changes. The PR will be completed for the migration to github.", - "number": 161, + "number": 200, "repository": "MetOffice/lfric_core", - "title": "Lfric core git test", + "title": "new caliper locations from performance indicator 2025", "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_core/pull/161" + "url": "https://github.com/MetOffice/lfric_core/pull/200" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfvd4w", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, + "id": "PVTI_lADOAGrG5M4A_OAXzgjDNYg", + "labels": [ + "cla-signed" + ], "repository": "https://github.com/MetOffice/lfric_core", - "title": "Lfric core git test" + "reviewers": [ + "mike-hobson", + "MatthewHambley", + "mo-lucy-gordon" + ], + "status": "SciTech Review", + "title": "new caliper locations from performance indicator 2025" }, { + "assignees": [ + "mo-marqh" + ], + "code Review": "Pierre-siddall ", "content": { - "body": "Changes required to run the jules test suite after the git migration. This PR is being opened in draft mode, to give visibility of the upcoming changes. The PR will be completed for the migration to github.", - "number": 1, - "repository": "MetOffice/jules-internal", - "title": "Jules git test", + "number": 79, + "repository": "MetOffice/lfric_apps", + "title": "Time calipers pi25", "type": "PullRequest", - "url": "https://github.com/MetOffice/jules-internal/pull/1" + "url": "https://github.com/MetOffice/lfric_apps/pull/79" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfveBo", - "repository": "https://github.com/MetOffice/jules-internal", - "status": "Done", - "title": "Jules git test" + "id": "PVTI_lADOAGrG5M4A_OAXzgjDNp0", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "Time calipers pi25" }, { + "assignees": [ + "jedbakerMO" + ], + "code Review": "mo-rickywong", "content": { - "body": "Note to announce on VE as well as here", - "number": 462, - "repository": "MetOffice/simulation-systems", - "title": "add mule announcement note", + "number": 80, + "repository": "MetOffice/lfric_apps", + "title": "Timing Mod wrapper rewrite", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/462" + "url": "https://github.com/MetOffice/lfric_apps/pull/80" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgfvfkY", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "add mule announcement note" + "id": "PVTI_lADOAGrG5M4A_OAXzgjDOPA", + "labels": [ + "cla-signed" + ], + "milestone": { + "description": "Code Review deadline is 30th January 2026 (SciTech review to be completed by this date)", + "dueOn": "2026-03-04T00:00:00Z", + "title": "Spring 2026" + }, + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "christophermaynard", + "mo-rickywong" + ], + "sciTech Review": "christophermaynard", + "status": "Code Review", + "title": "Timing Mod wrapper rewrite" }, { + "assignees": [ + "jedbakerMO" + ], + "code Review": "mo-rickywong", "content": { - "body": "Some more release updates. \r\nI think this is the limit of what I'm confident in writing down for now.\r\nRelease notes, wiki pages, etc. maybe need some thinking about.", - "number": 463, - "repository": "MetOffice/simulation-systems", - "title": "more release updates", + "number": 201, + "repository": "MetOffice/lfric_core", + "title": "Timing Mod wrapper rewrite", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/463" + "url": "https://github.com/MetOffice/lfric_core/pull/201" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgf0zqk", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "more release updates" + "id": "PVTI_lADOAGrG5M4A_OAXzgjDx7Q", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "mo-rickywong", + "christophermaynard" + ], + "status": "SciTech Review", + "title": "Timing Mod wrapper rewrite" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "harry-shepherd" + ], + "code Review": "t00sa", "content": { - "body": "Instructions on migrating a branch from fcm to git. \r\nRecommended advice is to use a patch file from the git_migration tag. A reference to gitlify as an option is also included.", - "number": 464, - "repository": "MetOffice/simulation-systems", - "title": "Branch migration", + "number": 82, + "repository": "MetOffice/lfric_apps", + "title": "Performance test config", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/464" + "url": "https://github.com/MetOffice/lfric_apps/pull/82" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgf3Vbk", - "labels": ["crSet"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "Branch migration" + "id": "PVTI_lADOAGrG5M4A_OAXzgjHS9I", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "harry-shepherd", + "t00sa" + ], + "sciTech Review": "harry-shepherd", + "status": "SciTech Review", + "title": "Performance test config" }, { - "assignees": ["james-bruten-mo"], - "code Review": "yaswant", + "assignees": [ + "EdHone" + ], + "code Review": "t00sa", "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nAdd python3.14 testing to mule now that has been released.\r\nThis requires a change from pkgutils.get_loader as that has now been deprecated.\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [x] I have performed a self-review of my own code\r\n- [x] My code follows the project's style guidelines\r\n- [x] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [x] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [x] I have tested this change locally, using the rose-stem suite\r\n- [x] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [x] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [x] This change does not introduce security vulnerabilities\r\n- [x] I have reviewed the code for potential security issues\r\n- [x] Sensitive data is properly handled (if applicable)\r\n- [x] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [x] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [x] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [x] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 10, - "repository": "MetOffice/mule", - "title": "add 3.14 to unit testing", + "number": 202, + "repository": "MetOffice/lfric_core", + "title": "Verniered time calipers pi25", "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/10" + "url": "https://github.com/MetOffice/lfric_core/pull/202" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgf6yQI", - "labels": ["CI"], - "repository": "https://github.com/MetOffice/mule", - "reviewers": ["yaswant", "yaswant"], - "status": "Done", - "title": "add 3.14 to unit testing" + "id": "PVTI_lADOAGrG5M4A_OAXzgjHXCo", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "EdHone", + "t00sa" + ], + "sciTech Review": "EdHone", + "status": "SciTech Review", + "title": "Verniered time calipers pi25" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "oakleybrunt" + ], + "code Review": "cameronbateman-mo", "content": { - "body": "# PR Summary\r\nCode Reviewer: @yaswant \r\n\r\nThis PR removes the placeholder documentation folder from the git_playground.", - "number": 85, - "repository": "MetOffice/git_playground", - "title": "Delete docs directory", + "number": 83, + "repository": "MetOffice/lfric_apps", + "title": "Update UKCA initialisation for dust only to include segment size", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/85" + "url": "https://github.com/MetOffice/lfric_apps/pull/83" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgf83To", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant"], - "status": "Done", - "title": "Delete docs directory" + "id": "PVTI_lADOAGrG5M4A_OAXzgjNliU", + "labels": [ + "KGO", + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "alanjhewitt", + "cameronbateman-mo" + ], + "sciTech Review": "alanjhewitt", + "status": "Code Review", + "title": "Update UKCA initialisation for dust only to include segment size" }, { + "code Review": "james-bruten-mo", "content": { - "body": "Closes #436 \r\n\r\nA reshuffle of the documentation pages to include sphinx instructions and make the more gitty. ", - "number": 467, - "repository": "MetOffice/simulation-systems", - "title": "Sphinx use", + "number": 154, + "repository": "MetOffice/SimSys_Scripts", + "title": "Fix bug with extra whitespace", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/467" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/154" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggAp5c", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo", "james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjNmlo", + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "Sphinx use" + "title": "Fix bug with extra whitespace" }, { "content": { - "body": "Fettling the wording around updating branches to help with my own confusion. ", - "number": 468, - "repository": "MetOffice/simulation-systems", - "title": "Tweak branch updates", + "number": 203, + "repository": "MetOffice/lfric_core", + "title": "Explicitly take XIOS file frequency attribute definition from the iodef.xml where available", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/468" + "url": "https://github.com/MetOffice/lfric_core/pull/203" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggAtxc", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjO0QA", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", "status": "Done", - "title": "Tweak branch updates" + "title": "Explicitly take XIOS file frequency attribute definition from the iodef.xml where available" }, { - "assignees": ["jennyhickson"], + "code Review": "ericaneininger", "content": { - "body": "Applying the changes from #447, and assimilating some of the wording from [CONTRIBUTING.md](https://code.metoffice.gov.uk/trac/lfric_apps/browser/main/branches/dev/yaswantpradhan/vn2.2_git-assist/CONTRIBUTING.md?rev=12849).\r\n\r\nI couldn't find the reference to preparing code reviews for the deadline - this may have been removed in the rest of the changes we've been doing. \r\n\r\nThe UMDP3 link from the documentation change was sometimes erroring in the build - I tried a reformat to see if that helps.", - "number": 470, - "repository": "MetOffice/simulation-systems", - "title": "Misc updates", + "number": 204, + "repository": "MetOffice/lfric_core", + "title": "reducing post-processing of XIOS output", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/470" + "url": "https://github.com/MetOffice/lfric_core/pull/204" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggBg1A", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["yaswant"], - "status": "Done", - "title": "Misc updates" + "id": "PVTI_lADOAGrG5M4A_OAXzgjSRtQ", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "EdHone" + ], + "sciTech Review": "EdHone", + "status": "SciTech Review", + "title": "reducing post-processing of XIOS output" }, { - "assignees": ["james-bruten-mo"], + "code Review": "ericaneininger", "content": { - "body": "Changes to mostly the front page of the working practices section", - "number": 472, - "repository": "MetOffice/simulation-systems", - "title": "Working practices", + "number": 90, + "repository": "MetOffice/lfric_apps", + "title": "File metadata and Forecast reference Time Scalar to reduce post processing from lfric core", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/472" + "url": "https://github.com/MetOffice/lfric_apps/pull/90" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggE5-0", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], - "status": "Done", - "title": "Working practices" + "id": "PVTI_lADOAGrG5M4A_OAXzgjSRt8", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "EdHone" + ], + "sciTech Review": "EdHone", + "status": "SciTech Review", + "title": "File metadata and Forecast reference Time Scalar to reduce post processing from lfric core" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Updating parent and child descriptions in response to #448. I've simply switched the terms - not sure if anything else needs doing?", - "number": 473, - "repository": "MetOffice/simulation-systems", - "title": "switch parent and child", + "number": 52, + "repository": "MetOffice/growss", + "title": "Action to move PRs through project state", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/473" + "url": "https://github.com/MetOffice/growss/pull/52" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggFlOA", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "switch parent and child" + "id": "PVTI_lADOAGrG5M4A_OAXzgjVJNs", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant", + "jennyhickson", + "t00sa" + ], + "sciTech Review": "yaswant", + "status": "Code Review", + "title": "Action to move PRs through project state" }, { + "assignees": [ + "alanjhewitt" + ], + "code Review": "cameronbateman-mo", "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\n[lfric_apps:#1012](https://code.metoffice.gov.uk/trac/lfric_apps/ticket/1012) reoganises the JULES metadata into two metadata files. This pull request makes the relevant changes to validate_rose_meta.py.\r\n\r\n## Changes\r\n\r\nlfric_macros/validate_rose_meta.py\r\n\r\nThe new metadata directory **jules-lsm** has been added to the INVALID_METADATA list like **jules-lfric**, the original metadata directory. In testing the metadata changes, the meta_data_path also needed correcting by appending \"rose-meta\" to the core and apps paths to point to the metadata directory.\r\n\r\n## Dependency\r\n\r\nNone that I am aware of.\r\n\r\n## Impact\r\n\r\nNone that I am aware of.\r\n\r\n## Issues addressed\r\n\r\nResolves https://github.com/MetOffice/SimSys_Scripts/issues/120\r\n\r\n## Coordinated merge\r\n\r\n\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 121, - "repository": "MetOffice/SimSys_Scripts", - "title": "rose_meta_path appended with rose-meta for both core and apps", + "number": 94, + "repository": "MetOffice/lfric_apps", + "title": "Bug in AOD diagnostics", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/121" + "url": "https://github.com/MetOffice/lfric_apps/pull/94" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggF9jo", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "rose_meta_path appended with rose-meta for both core and apps" + "id": "PVTI_lADOAGrG5M4A_OAXzgjVKD8", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "melissaebrooks", + "cameronbateman-mo" + ], + "sciTech Review": "melissaebrooks", + "status": "Code Review", + "title": "Bug in AOD diagnostics" }, { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", + "code Review": "james-bruten-mo", + "content": { + "number": 95, + "repository": "MetOffice/lfric_apps", + "title": "extract_science.py rebuild fix", + "type": "PullRequest", + "url": "https://github.com/MetOffice/lfric_apps/pull/95" + }, + "id": "PVTI_lADOAGrG5M4A_OAXzgjVbnk", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "james-bruten-mo" + ], + "status": "SciTech Review", + "title": "extract_science.py rebuild fix" + }, + { + "assignees": [ + "jennyhickson" + ], + "code Review": "james-bruten-mo", "content": { - "body": "Adds files required for rose stem extraction from github, either syncing a local clone, or cloning from github or from a github mirror.\r\n\r\nThis also rearranges some of the file structure in this repo, creating a new `github_scripts` repo in which the new files, `suite_report_git` and `git_bdiff` now live. The files were moved in the first commit - any subsequent changes to existing files are in later commits (actually it looks like github displays those changes nicely anyway).\r\nThe changes to suite_data make a modification to finding the clone source now that Cylc8.6 is available. I had expected this variable to be available in the cylc database, but it isn't exposed there, so instead it's reading a log message from the suite.\r\nIt also changes to use the clone and sync functions from the new get_git_sources file to reduce duplication a bit. ", - "number": 122, + "number": 155, "repository": "MetOffice/SimSys_Scripts", - "title": "GitHub extraction", + "title": "Milestone manager", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/122" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/155" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggIVWc", + "id": "PVTI_lADOAGrG5M4A_OAXzgjVcPM", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["jennyhickson", "t00sa", "t00sa"], - "sciTech Review": "t00sa", - "status": "Done", - "title": "GitHub extraction" + "reviewers": [ + "yaswant", + "james-bruten-mo" + ], + "sciTech Review": "yaswant", + "status": "Code Review", + "title": "Milestone manager" }, { + "assignees": [ + "james-bruten-mo" + ], "content": { - "body": "Closes #186 \r\n\r\nUpdate the SimIT team descriptions to give a better and more balanced view of what the teams do. ", - "number": 475, - "repository": "MetOffice/simulation-systems", - "title": "Update the team descriptions", + "number": 53, + "repository": "MetOffice/growss", + "title": "Project edit action", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/475" + "url": "https://github.com/MetOffice/growss/pull/53" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggJQRU", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjV2Cw", + "repository": "https://github.com/MetOffice/growss", "status": "Done", - "title": "Update the team descriptions" + "title": "Project edit action" }, { - "assignees": ["yaswant"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "# PR Summary\n\nTest CLA signing action\n\nSci Tech Reviewer: \nCode Reviewer: \n\n\n\n\n\n\n\n\n\n## Code Quality Checklist\n\n(_Some checks are automatically carried out via the CI pipeline_)\n\n- [ ] I have performed a self-review of my own code\n- [ ] My code follows the project's style guidelines\n- [ ] Comments have been included that aid undertanding and enhance the\n readability of the code\n- [ ] My changes generate no new warnings\n\n## Testing\n\n- [ ] I have tested this change locally, using the rose-stem suite\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\n acceptable (eg. kgo changes)\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\n tests, unit tests, etc.)\n\n\n\n### trac.log and other testing evidence\n\n\n\n\n## Security Considerations\n\n- [ ] This change does not introduce security vulnerabilities\n- [ ] I have reviewed the code for potential security issues\n- [ ] Sensitive data is properly handled (if applicable)\n- [ ] Authentication and authorisation are properly implemented (if applicable)\n\n## Performance Impact\n\n- [ ] Performance of the code has been considered and, if applicable, suitable\n performance measurements have been conducted\n\n## Contributor License Agreement (CLA)\n\n- [ ] **Required** - I confirm that I have read and agree to the project's\n [Contributor License Agreement](todo-enter-link-to-cla)\n\n## AI Assistance and Attribution\n\n- [ ] Some of the content of this change has been produced with the assistance\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\n attribution labels)\n\n## Documentation\n\nDocumentation includes a broad range of things, including but not limited to, \nuser guides, code comments, API documentation, and README.md.\n\n- [ ] Where appropriate I have updated documentation related to this change and\n confirmed that it builds correctly\n\n# Sci-Tech Review\n\n\n\n- [ ] I understand the scientific or technical area of the code being modified\n- [ ] The code changes correspond to the PR description of the changes\n- [ ] Sufficient documentation has been included\n- [ ] Sufficient testing has been performed\n\n# Code Review\n\n\n\n- [ ] All dependencies have been resolved\n- [ ] Related Issues are properly linked and addressed\n- [ ] CLA compliance is confirmed\n- [ ] Code quality standards are met\n- [ ] Tests are adequate and passing\n- [ ] Documentation is complete and accurate\n- [ ] Security considerations have been addressed\n- [ ] Performance impact is acceptable\n", - "number": 86, + "number": 111, "repository": "MetOffice/git_playground", - "title": "Add CLA Assistant workflow configuration", + "title": "test review project action", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/86" + "url": "https://github.com/MetOffice/git_playground/pull/111" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggJrnA", + "id": "PVTI_lADOAGrG5M4A_OAXzgjWKiM", + "labels": [ + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", + "reviewers": [ + "yaswant", + "jennyhickson", + "yaswant" + ], + "sciTech Review": "jennyhickson", "status": "Done", - "title": "Add CLA Assistant workflow configuration" + "title": "test review project action" }, { + "assignees": [ + "Pierre-siddall" + ], + "code Review": "james-bruten-mo", "content": { - "body": "Transferring the details on updating the UMDPs from the old wiki page here. https://code.metoffice.gov.uk/trac/um/wiki/WorkingPractices/Documentation/UpdatingUMDPs", - "number": 476, - "repository": "MetOffice/simulation-systems", - "title": "UMDP guidance", + "number": 158, + "repository": "MetOffice/SimSys_Scripts", + "title": "Fix suite report", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/476" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/158" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggLmPw", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo", "james-bruten-mo"], - "status": "Done", - "title": "UMDP guidance" + "id": "PVTI_lADOAGrG5M4A_OAXzgjYe2E", + "labels": [ + "enhancement" + ], + "repository": "https://github.com/MetOffice/SimSys_Scripts", + "reviewers": [ + "james-bruten-mo" + ], + "status": "Changes Requested", + "title": "Fix suite report" }, { + "code Review": "Pierre-siddall", "content": { - "body": "# Description\r\n\r\nRemove the year from all copyright statements, and update the style guide appropriately.\r\n\r\n\r\n\r\n## Linked issues\r\n\r\n\r\nCloses # (issue) \r\n\r\n## Developer tags\r\n\r\n\r\n## Type of change\r\n\r\n- [ ] New feature (non-breaking change which adds functionality).\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).\r\n- [ x] This change requires a documentation update.\r\n\r\n# How has this been tested?\r\n\r\nPlease describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.\r\n\r\n- [ ] New tests have been added.\r\n- [ ] Tests have been modified to accommodate this change.\r\n- [ ] GitHub workflows have been changed or added.\r\n\r\n# Checklist:\r\n\r\n- [ ] The change has been checked for design compliance by an experienced SSE \r\n \r\n- [ x] My code follows the style guidelines of this project.\r\n- [ ] I have commented my code, particularly in hard-to-understand areas.\r\n- [ ] I have made corresponding changes to the documentation.\r\n- [ ] My changes generate no new warnings.\r\n- [ ] I have added tests that prove my fix is effective or that my feature works.\r\n- [ ] New and existing unit tests pass locally with my changes, for both debug and optimised builds.\r\n- [ ] No AI tools have been used in the creation of this change.\r\n\r\n## Reasoning on why any of the above boxes have not been checked\r\n\r\nDocumentation change only.\r\n\r\n# Review Checks (To be filled in by the reviewer/s)\r\n\r\n- [ ] Has the developer completed the appropriate sections above?\r\n- [ ] Is the change compliant with LFRic Core principles?\r\n- [ ] Is the testing coverage sufficient?\r\n- [ ] Have any technical debt workarounds identified had issues opened and interested parties notified?\r\n", - "number": 162, - "repository": "MetOffice/lfric_core", - "title": "Remove date from all copyright statements", - "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_core/pull/162" + "number": 96, + "repository": "MetOffice/lfric_apps", + "title": "Add Harry Shepherd to CONTRIBUTORS.md", + "type": "PullRequest", + "url": "https://github.com/MetOffice/lfric_apps/pull/96" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggLzNA", - "repository": "https://github.com/MetOffice/lfric_core", - "reviewers": ["Core Capability Development", "mike-hobson"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjYo8E", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "Pierre-siddall" + ], "status": "Done", - "title": "Remove date from all copyright statements" + "title": "Add Harry Shepherd to CONTRIBUTORS.md" }, { - "code Review": "james-bruten-mo", + "code Review": "Pierre-siddall", "content": { - "body": "Updating the review process as we keep refining the details. \r\n\r\nAlso making reviewer terms more consistant and fixing `-\\-` in macro terms", - "number": 477, - "repository": "MetOffice/simulation-systems", - "title": "rehash review process", + "number": 207, + "repository": "MetOffice/lfric_core", + "title": "Add Harry Shepherd to CONTRIBUTORS.md", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/477" + "url": "https://github.com/MetOffice/lfric_core/pull/207" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggMIlU", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjYpJY", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "Pierre-siddall" + ], "status": "Done", - "title": "rehash review process" + "title": "Add Harry Shepherd to CONTRIBUTORS.md" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "yaswant", "content": { - "body": "Monsoon will require using tokens to access github. The test suite ports have been updated to work with these. This adds guidance for creating and setting tokens for use with git to the working practices.", - "number": 478, - "repository": "MetOffice/simulation-systems", - "title": "github tokens", + "number": 55, + "repository": "MetOffice/growss", + "title": "make grep case insensitive", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/478" + "url": "https://github.com/MetOffice/growss/pull/55" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggMN-0", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjYzSk", + "repository": "https://github.com/MetOffice/growss", + "reviewers": [ + "yaswant" + ], "status": "Done", - "title": "github tokens" + "title": "make grep case insensitive" }, { - "assignees": ["james-bruten-mo"], "content": { - "body": "Removes examples of ticket and trac from working practices", - "number": 480, - "repository": "MetOffice/simulation-systems", - "title": "trac and ticket keyword blat", + "number": 98, + "repository": "MetOffice/lfric_apps", + "title": "S20 Diags: geopot thickness", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/480" + "url": "https://github.com/MetOffice/lfric_apps/pull/98" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggPET0", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "jennyhickson"], - "status": "Done", - "title": "trac and ticket keyword blat" + "id": "PVTI_lADOAGrG5M4A_OAXzgjZLG0", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "S20 Diags: geopot thickness" }, { + "code Review": "ericaneininger", "content": { - "body": "As part of efforts for #440, this PR capitalises the uses of GitHub and replaces trunk with main or stable as appropriate. \r\n\r\nThere are some trunk references remaining - mostly in trac links, and the copy of the release notes template as they need handling differently. ", - "number": 482, - "repository": "MetOffice/simulation-systems", - "title": "GitHub and Trunk", + "number": 99, + "repository": "MetOffice/lfric_apps", + "title": "Gregory-Rowntree convection - PSyclone optimisation and conversion from CELL_COLUMN to DOMAIN kernel", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/482" + "url": "https://github.com/MetOffice/lfric_apps/pull/99" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggRUyA", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo", "james-bruten-mo"], - "status": "Done", - "title": "GitHub and Trunk" + "id": "PVTI_lADOAGrG5M4A_OAXzgjZbG8", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "ericaneininger", + "MetBenjaminWent" + ], + "sciTech Review": "MetBenjaminWent", + "status": "Code Review", + "title": "Gregory-Rowntree convection - PSyclone optimisation and conversion from CELL_COLUMN to DOMAIN kernel" }, { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", "content": { - "body": "Most of the rest of the keywords to remove in #440 \r\n* .rc\r\n* working copy\r\n* fcm (some of these might be valid)\r\n* --source= rose-stem syntax\r\n* revision\r\n* dependencies.sh\r\n* xc40\r\n* keywords", - "number": 484, - "repository": "MetOffice/simulation-systems", - "title": "Keyword flush2", + "number": 101, + "repository": "MetOffice/lfric_apps", + "title": "Remove redundant options and restructure code in ex_coef to be easier to follow and modify further in future", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/484" + "url": "https://github.com/MetOffice/lfric_apps/pull/101" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggW1nM", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "Keyword flush2" + "id": "PVTI_lADOAGrG5M4A_OAXzgjZkl0", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "status": "SciTech Review", + "title": "Remove redundant options and restructure code in ex_coef to be easier to follow and modify further in future" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "# PR Summary\r\n\r\nTesting reusable workflow", - "number": 87, + "number": 112, "repository": "MetOffice/git_playground", - "title": "Test workflow to build Sphinx documentation using reusable workflow", + "title": "Project Update Action Test 2", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/87" + "url": "https://github.com/MetOffice/git_playground/pull/112" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggYrMU", + "id": "PVTI_lADOAGrG5M4A_OAXzgjZxzc", + "labels": [ + "contributor" + ], "repository": "https://github.com/MetOffice/git_playground", + "reviewers": [ + "yaswant", + "jennyhickson", + "jennyhickson" + ], + "sciTech Review": "yaswant", "status": "Done", - "title": "Test workflow to build Sphinx documentation using reusable workflow" + "title": "Project Update Action Test 2" }, { + "code Review": "mike-hobson ", "content": { - "body": "Adds an adapted script from the internet that converts a trac formatted wiki file to a github markdown format. \r\nThis is just for SSD use in the git migration, so there is no error checking, advanced options etc.", - "number": 88, - "repository": "MetOffice/git_playground", - "title": "trac wiki to markdown converter", + "number": 208, + "repository": "MetOffice/lfric_core", + "title": "Remove references to FCM following Git migration", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/88" + "url": "https://github.com/MetOffice/lfric_core/pull/208" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggbEQ4", - "repository": "https://github.com/MetOffice/git_playground", - "status": "SciTech Review", - "title": "trac wiki to markdown converter" + "id": "PVTI_lADOAGrG5M4A_OAXzgjZ1xU", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "mike-hobson", + "mike-hobson" + ], + "status": "Done", + "title": "Remove references to FCM following Git migration" }, { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "Pierre-siddall", "content": { - "body": "Copy the local build instructions from lfric_apps wiki https://code.metoffice.gov.uk/trac/lfric_apps/wiki/local_builds", - "number": 21, + "number": 102, "repository": "MetOffice/lfric_apps", - "title": "add local build instructions", + "title": "update symlink", "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_apps/pull/21" + "url": "https://github.com/MetOffice/lfric_apps/pull/102" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggbmyY", + "id": "PVTI_lADOAGrG5M4A_OAXzgjb0M0", + "labels": [ + "cla-signed" + ], "repository": "https://github.com/MetOffice/lfric_apps", - "reviewers": ["jennyhickson", "ssdteam", "allynt"], + "reviewers": [ + "yaswant", + "Pierre-siddall" + ], "status": "Done", - "title": "add local build instructions" + "title": "update symlink" }, { - "assignees": ["yaswant"], - "code Review": "james-bruten-mo", + "code Review": "@MatthewHambley", "content": { - "body": "This is the initial* version of the Momentum® Contributor Licence Agreement (CLA) document. The intention is for this to serve as the central location for the Momentum® CLA, with references from other repositories directing to this document.\r\n\r\n* The contents are subject to minor change, but I am adding it now so that we can test automated agreement process via GitHub Action.\r\n\r\nAttn: \r\n- @jcmt\r\n- @MetOffice/ssdteam", - "number": 485, - "repository": "MetOffice/simulation-systems", - "title": "Add Momentum Contributor Licence Agreement (CLA) document", + "number": 210, + "repository": "MetOffice/lfric_core", + "title": "Remove additional leading space from make message calls", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/485" + "url": "https://github.com/MetOffice/lfric_core/pull/210" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggcHU4", - "labels": ["Legal"], - "milestone": { - "description": "# Pre-release tasks\n- Move SVN repositories to GitHub\n- Update governance and best practices\n- Test workflows", - "dueOn": "2025-10-31T00:00:00Z", - "title": "Git Migration" - }, - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["mo-glenngreed"], - "sciTech Review": "mo-glenngreed", - "status": "Changes Requested", - "title": "Add Momentum Contributor Licence Agreement (CLA) document" + "id": "PVTI_lADOAGrG5M4A_OAXzgjcOBI", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "stevemullerworth", + "MatthewHambley" + ], + "status": "Done", + "title": "Remove additional leading space from make message calls" }, { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", + "assignees": [ + "yaswant" + ], + "code Review": "andrewcoughtrie", "content": { - "body": "Update most of the references to code.metoffice.gov.uk/*\r\nA couple of new wiki pages have been created\r\n\r\nRemaining ones:\r\n\r\n* Need updating when the UM Docs have a new build location\r\n* Links to Ants team guidance - ask if they have a new location\r\n* Some wiki pages, eg bitcomp, standard_jobs etc. The wiki_pages release instructions\r\n* Some references to old tickets in the UM release instructions\r\n* Standard Suites locations\r\n* Release Notes template", - "number": 487, - "repository": "MetOffice/simulation-systems", - "title": "update most references to trac wiki", + "number": 211, + "repository": "MetOffice/lfric_core", + "title": "Reformat pull request template", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/487" + "url": "https://github.com/MetOffice/lfric_core/pull/211" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggdtUo", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "update most references to trac wiki" + "id": "PVTI_lADOAGrG5M4A_OAXzgjc3Vk", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "andrewcoughtrie" + ], + "status": "Code Review", + "title": "Reformat pull request template" }, { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", + "assignees": [ + "yaswant" + ], "content": { - "body": "Some of the indenting isn't quite right and causing formatting issues. Fixing those here.", - "number": 488, - "repository": "MetOffice/simulation-systems", - "title": "Formatting fixes", + "number": 109, + "repository": "MetOffice/lfric_apps", + "title": "Reformat pull request template", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/488" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggen5w", - "milestone": { - "description": "# Pre-release tasks\n- Move SVN repositories to GitHub\n- Update governance and best practices\n- Test workflows", - "dueOn": "2025-10-31T00:00:00Z", - "title": "Git Migration" + "url": "https://github.com/MetOffice/lfric_apps/pull/109" }, - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["Pierre-siddall", "Pierre-siddall"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjdFRk", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "Formatting fixes" + "title": "Reformat pull request template" }, { - "assignees": ["yaswant"], "code Review": "james-bruten-mo", "content": { - "body": "# PR Summary\r\n\r\nGitHub actions to verify CLA and update CONTRIBUTORS. (or shall we save it in **.contributors** ?)\r\n\r\nSci Tech Reviewer: not required\r\nCode Reviewer: @james-bruten-mo _et al._\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log and other testing evidence\r\n\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\nDocumentation includes a broad range of things, including but not limited to, \r\nuser guides, code comments, API documentation, and README.md.\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Sci-Tech Review\r\n\r\n\r\n\r\n- [ ] I understand the scientific or technical area of the code being modified\r\n- [ ] The code changes correspond to the PR description of the changes\r\n- [ ] Sufficient documentation has been included\r\n- [ ] Sufficient testing has been performed\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 89, - "repository": "MetOffice/git_playground", - "title": "Add CLA agreement workflows for contributor management", + "number": 550, + "repository": "MetOffice/simulation-systems", + "title": "Rework support request section", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/89" + "url": "https://github.com/MetOffice/simulation-systems/pull/550" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggfVAg", - "repository": "https://github.com/MetOffice/git_playground", + "id": "PVTI_lADOAGrG5M4A_OAXzgjh2xU", + "repository": "https://github.com/MetOffice/simulation-systems", "reviewers": [ - "Pierre-siddall", - "james-bruten-mo", - "james-bruten-mo", "james-bruten-mo" ], - "sciTech Review": "pierre-siddall", "status": "Done", - "title": "Add CLA agreement workflows for contributor management" + "title": "Rework support request section" }, { - "code Review": "jennyhickson", "content": { - "body": "Creates a stub for lfric_atm documentation and adds reasonably comprehensive documentation for core aspects of the lfric_atm checkpoint restart system.", - "number": 22, - "repository": "MetOffice/lfric_apps", - "title": "lfric_atm checkpoint documentation", + "number": 212, + "repository": "MetOffice/lfric_core", + "title": "Take XIOS file frequency configuration from iodef.xml where possible", "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_apps/pull/22" + "url": "https://github.com/MetOffice/lfric_core/pull/212" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggfXt0", - "repository": "https://github.com/MetOffice/lfric_apps", - "reviewers": ["mo-lucy-gordon", "jennyhickson"], - "status": "Changes Requested", - "title": "lfric_atm checkpoint documentation" + "id": "PVTI_lADOAGrG5M4A_OAXzgjh81A", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "status": "SciTech Review", + "title": "Take XIOS file frequency configuration from iodef.xml where possible" }, { - "assignees": ["yaswant"], + "code Review": "james-bruten-mo", "content": { - "body": "# Description\r\n\r\nUpdate `git_migration` tags for some repositories which are now frozen on trac system.\r\n\r\n## Summary\r\n\r\n- [x] `um_aux@131096`\r\n- [x] `um_meta@131163`\r\n- [x] `gcom@1428`\r\n- [x] `jules@31238`\r\n- [x] `ukca@7497`\r\n\r\n## Checklist\r\n\r\n- [x] I have performed a self-review of my own changes\r\n", - "number": 123, + "number": 159, "repository": "MetOffice/SimSys_Scripts", - "title": "Update git_migration tags", + "title": "Remove hardcoded review team", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/123" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/159" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggh8X0", - "labels": ["git-migration"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjh9IU", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Update git_migration tags" - }, - { - "assignees": ["yaswant", "Pierre-siddall"], - "content": { - "body": "I've refactored the workflow slightly. Also, added sphinx-lint (this needs to be addressed first before compiling the docs)", - "number": 20, - "repository": "MetOffice/growss", - "title": "Refactor Sphinx documentation build workflow and update requirements file", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/20" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggiDQU", - "labels": ["CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["andrewcoughtrie", "andrewcoughtrie"], + "reviewers": [ + "james-bruten-mo" + ], "status": "Done", - "title": "Refactor Sphinx documentation build workflow and update requirements file" + "title": "Remove hardcoded review team" }, { - "assignees": ["Pierre-siddall"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "There were a couple of minor issues in #17 this PR will fix these. ", - "number": 18, - "repository": "MetOffice/growss", - "title": "Fixing build sphinx docs ", + "number": 117, + "repository": "MetOffice/lfric_apps", + "title": "Add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/18" + "url": "https://github.com/MetOffice/lfric_apps/pull/117" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggiDTw", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "andrewcoughtrie"], - "status": "Done", - "title": "Fixing build sphinx docs " + "id": "PVTI_lADOAGrG5M4A_OAXzgjild0", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "Add project workflow" }, { - "assignees": ["james-bruten-mo"], - "code Review": "cameronbateman-mo", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Changes required to run the jules test suite after the git migration. Most changes are adding an extraction step before the first build. This uses scripts centrally stored in SimSys_Scripts. The umdp3_fixer is removed as this is now also stored in SimSys_Scripts.\r\n\r\n# Test Suite Results - jules - jules_git/run5\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | jules_git/run5 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-10-31T11:08:03 |\r\n| Groups Run | all |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| jules | [james-bruten-mo/jules@jules_git_test](https://github.com/james-bruten-mo/jules/tree/jules_git_test) | False |\r\n| SimSys_Scripts | [MetOffice/SimSys_Scripts@main](https://github.com/MetOffice/SimSys_Scripts/tree/main) | True |\r\n\r\n## Task Information\r\n
\r\n:white_check_mark: succeeded tasks - 667\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| extract_source | succeeded |\r\n| extract_source_ex1a | succeeded |\r\n| fcm_make_meto_azspice_gnu_debug_noomp_nompi | succeeded |\r\n| fcm_make_meto_azspice_gnu_omp_mpi | succeeded |\r\n| fcm_make_meto_azspice_gnu_rivers-only_omp_mpi | succeeded |\r\n| fcm_make_meto_ex1a_cce_debug | succeeded |\r\n| fcm_make_meto_ex1a_cce_noomp | succeeded |\r\n| fcm_make_meto_ex1a_cce_omp | succeeded |\r\n| fcm_make_meto_ex1a_cce_rivers-only_omp | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_debug | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_noomp | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_omp | succeeded |\r\n| housekeep_meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_closures | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_crops | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_fire | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_forecast | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_irrig | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_julesc | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_trif | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_ukv | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| housekeep_meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_closures | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_ukv | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_crops | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_fire | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_forecast | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_irrig | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_julesc | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_trif | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_ukv | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| housekeep_meto_ex1a_cce_surf_gl9 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_ukv | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| metadata_checker | succeeded |\r\n| meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| meto_azspice_gnu_gswp2_closures | succeeded |\r\n| meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_spinup | succeeded |\r\n| meto_azspice_gnu_gswp2_trip | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_spinup | succeeded |\r\n| meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_azspice_gnu_loobos_crops | succeeded |\r\n| meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| meto_azspice_gnu_loobos_fire | succeeded |\r\n| meto_azspice_gnu_loobos_fire_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_forecast | succeeded |\r\n| meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| meto_azspice_gnu_loobos_irrig | succeeded |\r\n| meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| meto_azspice_gnu_loobos_jules_cn_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| meto_azspice_gnu_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_julesc | succeeded |\r\n| meto_azspice_gnu_loobos_julesc_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| meto_azspice_gnu_loobos_trif | succeeded |\r\n| meto_azspice_gnu_loobos_trif_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_ukv | succeeded |\r\n| meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| meto_ex1a_cce_gswp2_closures | succeeded |\r\n| meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_spinup | succeeded |\r\n| meto_ex1a_cce_gswp2_trip | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_spinup | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_8_omp_threads | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_noomp | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_omp_flake | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_ex1a_cce_loobos_crops | succeeded |\r\n| meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| meto_ex1a_cce_loobos_fire | succeeded |\r\n| meto_ex1a_cce_loobos_fire_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_forecast | succeeded |\r\n| meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| meto_ex1a_cce_loobos_irrig | succeeded |\r\n| meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| meto_ex1a_cce_loobos_jules_cn_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| meto_ex1a_cce_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_julesc | succeeded |\r\n| meto_ex1a_cce_loobos_julesc_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| meto_ex1a_cce_loobos_trif | succeeded |\r\n| meto_ex1a_cce_loobos_trif_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_ukv | succeeded |\r\n| meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| meto_ex1a_cce_surf_gl9 | succeeded |\r\n| meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_spinup | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_spinup | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_8_omp_threads | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_noomp | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_omp_flake | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| meto_ex1a_gfortran_loobos_fire_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_cn_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposit_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| meto_ex1a_gfortran_loobos_julesc_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| meto_ex1a_gfortran_loobos_trif_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| nccmp_meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_closures | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crops | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_fire | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_forecast | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_irrig | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_julesc | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_trif | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_ukv | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| nccmp_meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_closures | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_8_omp_threads_vs_noomp | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_noomp_kgo | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_omp_flake | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crops | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_fire | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_forecast | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_irrig | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_julesc | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_trif | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_ukv | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| nccmp_meto_ex1a_cce_surf_gl9 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_8_omp_threads_vs_noomp | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_noomp_kgo | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_omp_flake | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| remote_init_azspice | succeeded |\r\n| remote_init_ex1a | succeeded |\r\n| site_validator | succeeded |\r\n| umdp3_checker | succeeded |\r\n
\r\n", - "number": 1, + "number": 27, "repository": "MetOffice/jules", - "title": "Jules rose-stem changes for github", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/jules/pull/1" + "url": "https://github.com/MetOffice/jules/pull/27" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggiJG4", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, + "id": "PVTI_lADOAGrG5M4A_OAXzgjimwE", + "labels": [ + "cla-signed" + ], "repository": "https://github.com/MetOffice/jules", - "reviewers": ["cameronbateman-mo", "ericaneininger", "ericaneininger"], - "sciTech Review": "ericaneininger", - "status": "Done", - "title": "Jules rose-stem changes for github" + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], - "code Review": "cameronbateman-mo", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Minor modifications to some files for use in the test suite.\r\n\r\n* Modify the error message in umdp3_fixer to point to new location of this script\r\n* Remove references to fcm_bdiff from copyright_checker. These aren't replaced with git_bdiff as they are never actually used in the test suites.\r\n* Remove the rose_orig_host line from the trac.log\r\n* Set the default branch to \"main\" for all repos\r\n\r\nI think 1 level of review is fine for these changes.", - "number": 124, - "repository": "MetOffice/SimSys_Scripts", - "title": "Minor test suite modifications", + "number": 214, + "repository": "MetOffice/lfric_core", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/124" + "url": "https://github.com/MetOffice/lfric_core/pull/214" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggio2g", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["cameronbateman-mo"], - "status": "Done", - "title": "Minor test suite modifications" + "id": "PVTI_lADOAGrG5M4A_OAXzgjingc", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_core", + "reviewers": [ + "yaswant", + "andrewcoughtrie", + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["yaswant"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "- [x] Include [jules user guide documentation](https://github.com/jules-lsm/jules-lsm.github.io/tree/master/user_guide/doc) from jules-lsm.\r\n- [x] Numerous bug and typographical error fixes\r\n- [x] Should fix jules-lsm/jules-lsm.github.io/issues/72\r\n- [ ] Update GitHub Action", - "number": 2, - "repository": "MetOffice/jules", - "title": "Add jules docs", + "number": 15, + "repository": "MetOffice/mule", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/jules/pull/2" + "url": "https://github.com/MetOffice/mule/pull/15" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggjYyY", - "repository": "https://github.com/MetOffice/jules", - "status": "SciTech Review", - "title": "Add jules docs" + "id": "PVTI_lADOAGrG5M4A_OAXzgjipwA", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/mule", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Add shebang to executable file", - "number": 125, - "repository": "MetOffice/SimSys_Scripts", - "title": "add shebang", + "number": 17, + "repository": "MetOffice/shumlib", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/125" + "url": "https://github.com/MetOffice/shumlib/pull/17" }, - "id": "PVTI_lADOAGrG5M4A_OAXzgglGwo", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall"], - "status": "Done", - "title": "add shebang" + "id": "PVTI_lADOAGrG5M4A_OAXzgjiqFE", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/shumlib", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["yaswant"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "# Description\r\n\r\n## Summary\r\n\r\nUpdate socrates and socrates-spectral git_migration tags (trac):\r\n- [x] `socrates@1951`\r\n- [x] `socrates-spectral@1829`\r\n", - "number": 126, + "number": 160, "repository": "MetOffice/SimSys_Scripts", - "title": "Add socrates* tags for version tracking", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/126" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/160" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggtQVo", - "labels": ["git-migration"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjir5A", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Add socrates* tags for version tracking" + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], "code Review": "jennyhickson", "content": { - "body": "Rename \".rc\" to \".cylc\" in the UKCA test suite to make it fully cylc8 compliant. It renames all .rc files and also changes any include statements within the files.\r\n\r\nThis has been done using a simple python script - give me a shout if you'd like to view this.\r\n\r\nI also make a few changes to things noticed since the ukca test suite went on - these are added in subsequent commits.\r\n\r\n# Test Suite Results - ukca - ukca_rename_cylc/run4\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | ukca_rename_cylc/run4 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-11-13T09:05:56 |\r\n| Groups Run | scripts |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| SimSys_Scripts | [MetOffice/SimSys_Scripts@main](https://github.com/MetOffice/SimSys_Scripts/tree/main) | True |\r\n| ukca | [james-bruten-mo/ukca@rename_cylc](https://github.com/james-bruten-mo/ukca/tree/rename_cylc) | False |\r\n\r\n## Task Information\r\n
\r\n:white_check_mark: succeeded tasks - 2\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| extract_source | succeeded |\r\n| umdp3_checker | succeeded |\r\n
\r\n", - "number": 2, - "repository": "MetOffice/ukca", - "title": "rename rc to cylc", + "number": 551, + "repository": "MetOffice/simulation-systems", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/ukca/pull/2" + "url": "https://github.com/MetOffice/simulation-systems/pull/551" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggtqfA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/ukca", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "rename rc to cylc" + "id": "PVTI_lADOAGrG5M4A_OAXzgjitHE", + "repository": "https://github.com/MetOffice/simulation-systems", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Open Test PR to test cla CI ", - "number": 90, - "repository": "MetOffice/git_playground", - "title": "CLA Test", + "number": 21, + "repository": "MetOffice/um", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/90" + "url": "https://github.com/MetOffice/um/pull/21" }, - "id": "PVTI_lADOAGrG5M4A_OAXzggum1g", - "labels": ["cla-required", "cla-pending-merge", "cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "CLA Test" + "id": "PVTI_lADOAGrG5M4A_OAXzgjithY", + "repository": "https://github.com/MetOffice/um", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "This PR adds @james-bruten-mo to the CONTRIBUTORS file after signing the CLA.\n\n **Contributor Information:**\n - GitHub Username: @james-bruten-mo\n - Real Name: James Bruten\n - Organisation: Met Office\n\n This was automatically generated from issue/PR #90.\n\n Please review and merge if the information is correct.", - "number": 91, - "repository": "MetOffice/git_playground", - "title": "Add james-bruten-mo to CONTRIBUTORS (CLA signed)", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/91" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggutVU", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant"], - "status": "Done", - "title": "Add james-bruten-mo to CONTRIBUTORS (CLA signed)" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "ericaneininger", - "content": { - "body": "A couple of things got missed in the previous PR for this. Fix those here.", - "number": 127, - "repository": "MetOffice/SimSys_Scripts", - "title": "Fix some issues in nightly script", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/127" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggwENo", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["ericaneininger"], - "status": "Done", - "title": "Fix some issues in nightly script" - }, - { - "content": { - "body": "I think looking at the github-script source code this is how to remove a label, but it hasn't been tested", - "number": 92, - "repository": "MetOffice/git_playground", - "title": "refactor cla", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/92" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggwv8Q", - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant"], - "status": "Done", - "title": "refactor cla" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* pr template\r\n* umdp3_fixer action\r\n* cla-check action\r\n\r\nOnce this is on the 2 actions can be added to required status checks in the rulesets", - "number": 3, - "repository": "MetOffice/ukca", - "title": "add initial files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/ukca/pull/3" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggxTrA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/ukca", - "status": "SciTech Review", - "title": "add initial files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* add cla-check action\r\n\r\nOnce this is on the action can be added to required status checks in the rulesets", - "number": 1, - "repository": "MetOffice/socrates", - "title": "Setup files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/socrates/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggxn3I", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/socrates", - "status": "SciTech Review", - "title": "Setup files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* pr template\r\n* umdp3_fixer workflow\r\n* add cla-check action\r\n\r\nOnce this is on the 2 actions can be added to required status checks in the rulesets", - "number": 3, - "repository": "MetOffice/jules", - "title": "add initial files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/jules/pull/3" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggxszc", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/jules", - "status": "SciTech Review", - "title": "add initial files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add a .gitignore and a README to the internal jules repo. Link to main repo in readme, noting that this is to provide the history of the trunk, and no PRs will be accepted here.", - "number": 2, - "repository": "MetOffice/jules-internal", - "title": "initial files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/jules-internal/pull/2" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzggz6sA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/jules-internal", - "status": "SciTech Review", - "title": "initial files" - }, - { - "content": { - "body": "Test cla again", - "number": 93, - "repository": "MetOffice/git_playground", - "title": "test change", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/93" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg0Z1U", - "labels": ["cla-required"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["yaswant"], - "status": "Done", - "title": "test change" - }, - { - "content": { - "body": "try the cla check again", - "number": 94, - "repository": "MetOffice/git_playground", - "title": "trigger change", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/94" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg0xt8", - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "trigger change" - }, - { - "content": { - "body": "Another go at testing the change", - "number": 95, - "repository": "MetOffice/git_playground", - "title": "trigger change", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/95" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg02pA", - "labels": ["cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "trigger change" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", - "content": { - "body": "Testing by partners has revealed a few issues with the new suite_report:\r\n\r\n* `groups` should be `group` when reading the tasks run\r\n* the regex for workflow names only allows [a-zA-Z0-9_] but other characters, eg. \"-\" are valid", - "number": 128, - "repository": "MetOffice/SimSys_Scripts", - "title": "suite_data fixes", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/128" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg3rbQ", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall"], - "status": "Done", - "title": "suite_data fixes" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence (todo)\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* pr template\r\n* umdp3_fixer action\r\n* add cla-check action\r\n\r\nOnce this is on the 2 actions can be added to required status checks in the rulesets", - "number": 3, - "repository": "MetOffice/um", - "title": "initial copy of setup files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um/pull/3" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg4CRs", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um", - "status": "SciTech Review", - "title": "initial copy of setup files" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", - "content": { - "body": "This makes a few modifications to the umdp3_fixer script to allow it to be run as part of a GH action as well as in rose-stem", - "number": 129, - "repository": "MetOffice/SimSys_Scripts", - "title": "Edit UMDP3 Fixer for Actions", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/129" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg5Fus", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall", "Pierre-siddall", "cameronbateman-mo"], - "status": "Done", - "title": "Edit UMDP3 Fixer for Actions" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "pierre-siddall", - "content": { - "body": "Add a reusable action to run the UMDP3 fixer in CI - useful for UM, Jules, UKCA\r\nLinked with MetOffice/SimSys_Scripts#129\r\n\r\nThis has been tested on UKCA code, both passing and failing as expected.", - "number": 21, - "repository": "MetOffice/growss", - "title": "add umdp3 fixer action", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/21" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg5IFI", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["Pierre-siddall", "cameronbateman-mo", "Pierre-siddall"], - "status": "Done", - "title": "add umdp3 fixer action" - }, - { - "assignees": ["yaswant"], - "code Review": "james-bruten-mo", - "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: @james-bruten-mo \r\n\r\nThe current cla-process workflow is probably good enough, but I feel that can be simplified/refactored significantly. (Disclaimer: I am still thinking and learning as we go!)\r\n\r\nThis PR keeps the original workflow and adds the refactored version so that we can compare side-by-side.\r\n\r\n[Promise.allSettled()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/allSettled) for your reference 😄 \r\n\r\n", - "number": 96, - "repository": "MetOffice/git_playground", - "title": "Refactor CLA check workflow", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/96" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg7UQg", - "labels": ["cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], - "status": "Changes Requested", - "title": "Refactor CLA check workflow" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "yaswant", - "content": { - "body": "Add a reusable workflow checking that the a contributor has added themselves to the CONTRIBUTORS file.\r\n\r\nI've tested that this:\r\n\r\n* fails when no username added and adds `required` label and a comment\r\n* passes when username added to branch, removes `required` label, adds `signed` label\r\n* passes and just just removes `required` label when username is on the base branch\r\n\r\nWe need to check that nothing is being deleted from the CONTRIBUTORS as well.", - "number": 22, - "repository": "MetOffice/growss", - "title": "add cla check reusable workflow", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/22" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg-XAM", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "yaswant"], - "status": "Done", - "title": "add cla check reusable workflow" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "t00sa", - "content": { - "body": "Changes required for the git migration in the admin directory.\r\n\r\n* release_new_version.py\r\n * remove references to `fcm cp`\r\n * remove references to rose-stem variables that are no longer used, eg. `HOST_SOURCE_..`\r\n * run black\r\n* update_app.py\r\n * change OptionParse for argparse\r\n * change to reading dependencies.yaml file\r\n * some minor python improvements\r\n * run black\r\n\r\nChanges have been tested by performing a test release and applying an upgrade macro.\r\n\r\nThis won't work standalone without #1 but it will need to go on before that PR - the trunk is frozen so this is fine.", - "number": 4, - "repository": "MetOffice/um", - "title": "changes in admin directory for git", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um/pull/4" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg-xZc", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um", - "reviewers": ["r-sharp", "t00sa", "r-sharp", "t00sa"], - "sciTech Review": "r-sharp", - "status": "Done", - "title": "changes in admin directory for git" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "t00sa", - "content": { - "body": "This is the branch containing UM changes for git migration. This PR isn't ready for review, but I'm opening a PR as somewhere for others to start looking over the changeset.\r\n\r\nBlocked By #4 ", - "number": 1, - "repository": "MetOffice/um", - "title": "UM rose-stem git migration", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg-0tw", - "labels": ["macro"], - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um", - "reviewers": ["t00sa", "cameronbateman-mo"], - "sciTech Review": "cameronbateman-mo", - "status": "Done", - "title": "UM rose-stem git migration" - }, - { - "content": { - "body": "Test reusable cla", - "number": 97, - "repository": "MetOffice/git_playground", - "title": "Test reusable cla", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/97" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg_D7M", - "labels": ["cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Test reusable cla" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add a token input for cla checking", - "number": 24, - "repository": "MetOffice/growss", - "title": "use secret token", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/24" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg_GT4", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "yaswant"], - "status": "Done", - "title": "use secret token" - }, - { - "content": { - "body": "Try again with reusable cla", - "number": 98, - "repository": "MetOffice/git_playground", - "title": "Reusable cla", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/98" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg_X3I", - "labels": ["cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "status": "Done", - "title": "Reusable cla" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "# Description\n\nAs in the title.\n\n## Summary\n\n`git_migration` tag:\n\n- [x] `um@131675`\n- [x] `um_doc@131672`\n- [x] `casim@12145`", - "number": 130, - "repository": "MetOffice/SimSys_Scripts", - "title": "Add git migration tags for um, um_docs, and casim", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/130" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzgg_g6U", - "labels": ["git-migration"], - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Add git migration tags for um, um_docs, and casim" - }, - { - "assignees": ["yaswant"], - "code Review": "james-bruten-mo", - "content": { - "body": "At the moment there is no checks for contributed workflows. This PR adds an additional workflow to validate the changes in a PR.", - "number": 25, - "repository": "MetOffice/growss", - "title": "Validate", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/25" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghAr6A", - "labels": ["CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["james-bruten-mo", "james-bruten-mo"], - "status": "Done", - "title": "Validate" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "yaswant", - "content": { - "body": "It was thought that to get this working we needed to pass the secret from the calling repo. This was wrong as the actual issue was not using `pull_request_target`. I've tested that this works by pointing the git_playground at the hash of the original commit (without the secret) while using pull_request_target", - "number": 26, - "repository": "MetOffice/growss", - "title": "remove secret", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/26" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghBzi0", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant"], - "status": "Done", - "title": "remove secret" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* add cla-check action\r\n\r\nOnce this is on the action can be added to required status checks in the rulesets", - "number": 1, - "repository": "MetOffice/casim", - "title": "initial casim files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/casim/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghB7k8", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/casim", - "status": "SciTech Review", - "title": "initial casim files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n- [x] .gitignore\r\n- [ ] licence\r\n- [ ] contributing (the link won't work until the simulation-systems PR has been merged)\r\n- [x] readme\r\n- [ ] add cla-check action\r\n\r\nOnce this is on the action can be added to required status checks in the rulesets", - "number": 1, - "repository": "MetOffice/um_doc", - "title": "add setup files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um_doc/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghCC-g", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um_doc", - "status": "SciTech Review", - "title": "add setup files" - }, - { - "content": { - "body": "# Description\r\nSome changes to the format and wording of the issue templates to make them clearer and more useful. The type label probably only works for the main Met Office repos not peoples forks, when looking at the preview it claims there is an error, I suspect this is because the `Issue type` is in preview and not available to the general public yet.\r\n\r\n\r\n\r\n## Linked issues\r\n\r\n\r\nCloses # (issue) \r\n\r\n## Developer tags\r\n\r\n\r\n## Type of change\r\n\r\n- [x] New feature (non-breaking change which adds functionality).\r\n- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).\r\n- [ ] This change requires a documentation update.\r\n\r\n# How has this been tested?\r\n\r\nPlease describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.\r\n\r\n- [ ] New tests have been added.\r\n- [ ] Tests have been modified to accommodate this change.\r\n- [ ] GitHub workflows have been changed or added.\r\n\r\n# Checklist:\r\n\r\n- [ ] The change has been checked for design compliance by an experienced SSE \r\n \r\n- [ ] My code follows the style guidelines of this project.\r\n- [ ] I have commented my code, particularly in hard-to-understand areas.\r\n- [ ] I have made corresponding changes to the documentation.\r\n- [x] My changes generate no new warnings.\r\n- [ ] I have added tests that prove my fix is effective or that my feature works.\r\n- [ ] New and existing unit tests pass locally with my changes, for both debug and optimised builds.\r\n- [x] No AI tools have been used in the creation of this change.\r\n\r\n## Reasoning on why any of the above boxes have not been checked\r\n\r\n\r\n# Review Checks (To be filled in by the reviewer/s)\r\n\r\n- [ ] Has the developer completed the appropriate sections above?\r\n- [ ] Is the change compliant with LFRic Core principles?\r\n- [ ] Is the testing coverage sufficient?\r\n- [ ] Have any technical debt workarounds identified had issues opened and interested parties notified?\r\n", - "number": 164, - "repository": "MetOffice/lfric_core", - "title": "Update issue templates", - "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_core/pull/164" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghDVb4", - "repository": "https://github.com/MetOffice/lfric_core", - "reviewers": ["james-bruten-mo", "Core Capability Development"], - "status": "Done", - "title": "Update issue templates" - }, - { - "assignees": ["Pierre-siddall"], - "code Review": "james-bruten-mo", - "content": { - "body": "\r\nIn #129 it was identified that the argparse library could be used in `rosestem_branch_checker.py` to provide better namespacing to arguments passed to the command line. This PR implements a small refactor to change a class and method name as well as ensuring the correct unpacking of data throughout the script. ", - "number": 131, - "repository": "MetOffice/SimSys_Scripts", - "title": "Implement argument namespacing ", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/131" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghFzHE", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["james-bruten-mo", "james-bruten-mo", "cameronbateman-mo"], - "status": "Done", - "title": "Implement argument namespacing " - }, - { - "content": { - "body": "Porting the updated issue templates across from the lfric_core repo.", - "number": 24, - "repository": "MetOffice/lfric_apps", - "title": "Update issue templates", - "type": "PullRequest", - "url": "https://github.com/MetOffice/lfric_apps/pull/24" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghGXRU", - "repository": "https://github.com/MetOffice/lfric_apps", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Update issue templates" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", - "content": { - "body": "Rename \".rc\" to \".cylc\" in the Jules test suite to make it fully cylc8 compliant. It renames all .rc files and also changes any include statements within the files.\r\n\r\nThis has been done using a simple python script - give me a shout if you'd like to view this.\r\n\r\nI also include a few changes that have come to light since the jules test suite was committed - these are all in later commits.\r\n\r\n# Test Suite Results - jules - rename_cylc/run1\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | rename_cylc/run1 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-11-13T08:16:00 |\r\n| Groups Run | all |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| jules | [james-bruten-mo/jules@rename_cylc](https://github.com/james-bruten-mo/jules/tree/rename_cylc) | False |\r\n| SimSys_Scripts | [MetOffice/SimSys_Scripts@main](https://github.com/MetOffice/SimSys_Scripts/tree/main) | True |\r\n\r\n## Task Information\r\n
\r\n:white_check_mark: succeeded tasks - 667\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| extract_source | succeeded |\r\n| extract_source_ex1a | succeeded |\r\n| fcm_make_meto_azspice_gnu_debug_noomp_nompi | succeeded |\r\n| fcm_make_meto_azspice_gnu_omp_mpi | succeeded |\r\n| fcm_make_meto_azspice_gnu_rivers-only_omp_mpi | succeeded |\r\n| fcm_make_meto_ex1a_cce_debug | succeeded |\r\n| fcm_make_meto_ex1a_cce_noomp | succeeded |\r\n| fcm_make_meto_ex1a_cce_omp | succeeded |\r\n| fcm_make_meto_ex1a_cce_rivers-only_omp | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_debug | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_noomp | succeeded |\r\n| fcm_make_meto_ex1a_gfortran_omp | succeeded |\r\n| housekeep_meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_closures | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| housekeep_meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_azspice_gnu_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_crops | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_fire | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_forecast | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_irrig | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_julesc | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_trif | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_ukv | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| housekeep_meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_closures | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_ukv | succeeded |\r\n| housekeep_meto_ex1a_cce_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_ex1a_cce_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_crops | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_fire | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_forecast | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_irrig | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_julesc | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_trif | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_ukv | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| housekeep_meto_ex1a_cce_surf_gl9 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| housekeep_meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_rivers_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_trip_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_ukv | succeeded |\r\n| housekeep_meto_ex1a_gfortran_gswp2_ukv_flake | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| housekeep_meto_ex1a_gfortran_imogen_layeredc_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_fire_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_cn_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_es_1p0_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_jules_layeredcn_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_julesc_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_trif_spinup | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| housekeep_meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| housekeeping_meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| metadata_checker | succeeded |\r\n| meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| meto_azspice_gnu_gswp2_closures | succeeded |\r\n| meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| meto_azspice_gnu_gswp2_rivers_spinup | succeeded |\r\n| meto_azspice_gnu_gswp2_trip | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| meto_azspice_gnu_gswp2_trip_spinup | succeeded |\r\n| meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| meto_azspice_gnu_imogen_layeredc_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_azspice_gnu_loobos_crops | succeeded |\r\n| meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| meto_azspice_gnu_loobos_fire | succeeded |\r\n| meto_azspice_gnu_loobos_fire_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_forecast | succeeded |\r\n| meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| meto_azspice_gnu_loobos_irrig | succeeded |\r\n| meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| meto_azspice_gnu_loobos_jules_cn_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| meto_azspice_gnu_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_julesc | succeeded |\r\n| meto_azspice_gnu_loobos_julesc_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| meto_azspice_gnu_loobos_trif | succeeded |\r\n| meto_azspice_gnu_loobos_trif_spinup | succeeded |\r\n| meto_azspice_gnu_loobos_ukv | succeeded |\r\n| meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| meto_ex1a_cce_gswp2_closures | succeeded |\r\n| meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| meto_ex1a_cce_gswp2_rivers_spinup | succeeded |\r\n| meto_ex1a_cce_gswp2_trip | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| meto_ex1a_cce_gswp2_trip_spinup | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_8_omp_threads | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_noomp | succeeded |\r\n| meto_ex1a_cce_gswp2_ukv_omp_flake | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| meto_ex1a_cce_imogen_layeredc_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_ex1a_cce_loobos_crops | succeeded |\r\n| meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| meto_ex1a_cce_loobos_fire | succeeded |\r\n| meto_ex1a_cce_loobos_fire_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_forecast | succeeded |\r\n| meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| meto_ex1a_cce_loobos_irrig | succeeded |\r\n| meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| meto_ex1a_cce_loobos_jules_cn_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_deposition_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| meto_ex1a_cce_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_julesc | succeeded |\r\n| meto_ex1a_cce_loobos_julesc_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| meto_ex1a_cce_loobos_trif | succeeded |\r\n| meto_ex1a_cce_loobos_trif_spinup | succeeded |\r\n| meto_ex1a_cce_loobos_ukv | succeeded |\r\n| meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| meto_ex1a_cce_surf_gl9 | succeeded |\r\n| meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| meto_ex1a_gfortran_gswp2_rivers_spinup | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| meto_ex1a_gfortran_gswp2_trip_spinup | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_8_omp_threads | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_noomp | succeeded |\r\n| meto_ex1a_gfortran_gswp2_ukv_omp_flake | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| meto_ex1a_gfortran_imogen_layeredc_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| meto_ex1a_gfortran_loobos_fire_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_cn_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposit_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_es_1p0_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| meto_ex1a_gfortran_loobos_jules_layeredcn_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| meto_ex1a_gfortran_loobos_julesc_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| meto_ex1a_gfortran_loobos_trif_spinup | succeeded |\r\n| meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| nccmp_meto_azspice_gnu_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_azspice_gnu_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_closures | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_beta | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_es_curr | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_euro4 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_gl4 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_gl7 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_rivers_rivers-only | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_init_storage | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_trip_rivers-only | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_ukv | succeeded |\r\n| nccmp_meto_azspice_gnu_gswp2_ukv_flake | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_azspice_gnu_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_crops | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_euro4 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_fire | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_forecast | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl4 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl7 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl8 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_irrig | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_cn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_julesc | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_trif | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_ukv | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_azspice_gnu_loobos_vegdrag | succeeded |\r\n| nccmp_meto_ex1a_cce_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_ex1a_cce_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_closures | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_beta | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_es_curr | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_euro4 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl4 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl7 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_gl7_flanner | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_irrig_limit_high_river_storage | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_irrig_limit_low_river_storage | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_overbank_hypso | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_rivers_rivers-only | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_lrun_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun1 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_restart_rivers-only_nrun2 | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_trip_rivers-only | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_8_omp_threads_vs_noomp | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_noomp_kgo | succeeded |\r\n| nccmp_meto_ex1a_cce_gswp2_ukv_omp_flake | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_ex1a_cce_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_crops | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_euro4 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_fire | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_forecast | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl4 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl7 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl8 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_irrig | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_cn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_julesc | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_trif | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_ukv | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_ex1a_cce_loobos_vegdrag | succeeded |\r\n| nccmp_meto_ex1a_cce_surf_gl9 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_eraint_rfm_2ddata | succeeded |\r\n| nccmp_meto_ex1a_gfortran_eraint_trip_2ddata | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_closures | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_1p1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_beta | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_es_curr | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_euro4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl7 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_gl7_flanner | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers_overbank_hypso | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_rivers_restart | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip_restart | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_trip_restart_init_storage | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_8_omp_threads_vs_noomp | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_noomp_kgo | succeeded |\r\n| nccmp_meto_ex1a_gfortran_gswp2_ukv_omp_flake | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_ch4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_co2conc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_imogen_layeredc_dtempg | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm1_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm4_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm5_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitF | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitF_srfT | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitT | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crm6_traitT_farquhar | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_crops | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_daily_disagg | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_euro4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_fire | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_forecast | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl4 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl4_cable | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl7 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl8 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_gl8_medlyn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_irrig | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_irrig_nirrtile | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_c1p1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_c1p1_fire | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_cn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_biocrop_agexpand | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd1 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_es_1p0_deposition_dd2h2 | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_jules_layeredcn | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_julesc | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_prescribe_sthuf | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_trif | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_ukv | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_ukv_deposition | succeeded |\r\n| nccmp_meto_ex1a_gfortran_loobos_vegdrag | succeeded |\r\n| remote_init_azspice | succeeded |\r\n| remote_init_ex1a | succeeded |\r\n| site_validator | succeeded |\r\n| umdp3_checker | succeeded |\r\n
\r\n", - "number": 4, - "repository": "MetOffice/jules", - "title": "rename cylc", - "type": "PullRequest", - "url": "https://github.com/MetOffice/jules/pull/4" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghGcCI", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/jules", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "rename cylc" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "## Changes\r\n\r\n- [x] Update write_modifcation to get timestamp from `git log` (currently from `svn info`)\r\n- [x] Fix dependencies for 3 failed documentation\r\n- [x] Fail status for any documentation paper built failure - show summary in GA log\r\n- [x] Cache TexLive install\r\n- [x] Add a deployment step\r\n - [x] Implement\r\n - [ ] Test on push to main", - "number": 2, - "repository": "MetOffice/um_doc", - "title": "Build and Deploy UMDP via GitHub Action", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um_doc/pull/2" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghG5oY", - "labels": ["documentation", "CI"], - "repository": "https://github.com/MetOffice/um_doc", - "reviewers": ["t00sa", "james-bruten-mo"], - "status": "Done", - "title": "Build and Deploy UMDP via GitHub Action" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "yaswant", - "content": { - "body": "* Removes `todo` around external access\r\n* Adds warning that the working practices have been changed for git\r\n* Instructions on porting tickets from trac", - "number": 490, - "repository": "MetOffice/simulation-systems", - "title": "gh tweaks", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/490" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghHIvI", - "milestone": { - "description": "# Pre-release tasks\n- Move SVN repositories to GitHub\n- Update governance and best practices\n- Test workflows", - "dueOn": "2025-10-31T00:00:00Z", - "title": "Git Migration" - }, - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["yaswant", "yaswant"], - "status": "Done", - "title": "gh tweaks" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "Add a basic README file to the repo.", - "number": 3, - "repository": "MetOffice/um_doc", - "title": "Add README", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um_doc/pull/3" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghHM34", - "repository": "https://github.com/MetOffice/um_doc", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Add README" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nAdd/Update some setup files that have been added since the mule release\r\n\r\n* cla-check workflow\r\n* CONTRIBUTORS\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 11, - "repository": "MetOffice/mule", - "title": "add github files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/mule/pull/11" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghHNKU", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/mule", - "status": "SciTech Review", - "title": "add github files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "# PR Summary\r\n\r\nCode Reviewer: \r\n\r\n\r\n\r\nAdd/Update some setup files that have been added since the mule release\r\n\r\n* cla-check workflow\r\n* CONTRIBUTORS\r\n\r\n\r\n\r\n\r\n\r\n## Code Quality Checklist\r\n\r\n(_Some checks are automatically carried out via the CI pipeline_)\r\n\r\n- [ ] I have performed a self-review of my own code\r\n- [ ] My code follows the project's style guidelines\r\n- [ ] Comments have been included that aid undertanding and enhance the\r\n readability of the code\r\n- [ ] My changes generate no new warnings\r\n\r\n## Testing\r\n\r\n- [ ] I have tested this change locally, using the rose-stem suite\r\n- [ ] If any tests fail (rose-stem or CI) the reason is understood and\r\n acceptable (eg. kgo changes)\r\n- [ ] I have added tests to cover new functionality as appropriate (eg. system\r\n tests, unit tests, etc.)\r\n\r\n\r\n\r\n### trac.log\r\n\r\n\r\n\r\n## Security Considerations\r\n\r\n- [ ] This change does not introduce security vulnerabilities\r\n- [ ] I have reviewed the code for potential security issues\r\n- [ ] Sensitive data is properly handled (if applicable)\r\n- [ ] Authentication and authorisation are properly implemented (if applicable)\r\n\r\n## Performance Impact\r\n\r\n- [ ] Performance of the code has been considered and, if applicable, suitable\r\n performance measurements have been conducted\r\n\r\n## Contributor License Agreement (CLA)\r\n\r\n- [ ] **Required** - I confirm that I have read and agree to the project's\r\n [Contributor License Agreement](todo-enter-link-to-cla)\r\n\r\n## AI Assistance and Attribution\r\n\r\n- [ ] Some of the content of this change has been produced with the assistance\r\n of _Generative AI tool name_ (e.g., Met Office Github Copilot Enterprise,\r\n Github Copilot Personal, ChatGPT GPT-4, etc) and I have followed the\r\n [Simulation Systems AI policy](todo-enter-link-to-policy-page) (including\r\n attribution labels)\r\n\r\n## Documentation\r\n\r\n- [ ] Where appropriate I have updated documentation related to this change and\r\n confirmed that it builds correctly\r\n\r\n# Code Review\r\n\r\n\r\n\r\n- [ ] All dependencies have been resolved\r\n- [ ] Related Issues are properly linked and addressed\r\n- [ ] CLA compliance is confirmed\r\n- [ ] Code quality standards are met\r\n- [ ] Tests are adequate and passing\r\n- [ ] Documentation is complete and accurate\r\n- [ ] Security considerations have been addressed\r\n- [ ] Performance impact is acceptable\r\n", - "number": 13, - "repository": "MetOffice/shumlib", - "title": "add github files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/shumlib/pull/13" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghHNPk", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/shumlib", - "status": "SciTech Review", - "title": "add github files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "A couple of things aren't quite right", - "number": 132, - "repository": "MetOffice/SimSys_Scripts", - "title": "Umdp3 fixer args", - "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/132" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghJz2Q", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["Pierre-siddall"], - "status": "Done", - "title": "Umdp3 fixer args" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* add cla-check action\r\n\r\nOnce this is on the action can be added to required status checks in the rulesets", - "number": 1, - "repository": "MetOffice/um_aux", - "title": "add initial files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/um_aux/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghKcDI", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um_aux", - "status": "SciTech Review", - "title": "add initial files" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Changes to get the gcom test suite working using in git. This uses the same setup as other simulation-system repos to replicate rose-stem functionality.", - "number": 1, - "repository": "MetOffice/gcom", - "title": "gcom test suite git", - "type": "PullRequest", - "url": "https://github.com/MetOffice/gcom/pull/1" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghKetA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/gcom", - "status": "SciTech Review", - "title": "gcom test suite git" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Add the initial versions of github files:\r\n\r\n* .gitignore\r\n* licence\r\n* contributing (the link won't work until the simulation-systems PR has been merged)\r\n* readme\r\n* add cla-check action\r\n\r\nOnce this is on the action can be added to required status checks in the rulesets", - "number": 2, - "repository": "MetOffice/gcom", - "title": "add github files", - "type": "PullRequest", - "url": "https://github.com/MetOffice/gcom/pull/2" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghKewg", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/gcom", - "status": "SciTech Review", - "title": "add github files" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "Little optimisation to speed-up Code QC action.", - "number": 27, - "repository": "MetOffice/growss", - "title": "Optimise validation action", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/27" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghMYH0", - "labels": ["CI"], - "repository": "https://github.com/MetOffice/growss", - "status": "SciTech Review", - "title": "Optimise validation action" - }, - { - "assignees": ["Pierre-siddall"], - "code Review": "james-bruten-mo", - "content": { - "body": "This PR implements an optimisedl fortran linting workflow which makes use of fortitude and closes #7.\r\n\r\nSciTech Reviewer: @yaswant \r\nCode Reviewer: @james-bruten-mo ", - "number": 28, - "repository": "MetOffice/growss", - "title": "Fortran linting workflow ", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/28" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghOKH0", - "labels": ["enhancement", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": [ - "yaswant", - "james-bruten-mo", - "yaswant", - "yaswant", - "yaswant" - ], - "sciTech Review": "yaswant", - "status": "Done", - "title": "Fortran linting workflow " - }, - { - "assignees": ["yaswant"], - "content": { - "body": "# PR Summary\r\n\r\nSci Tech Reviewer: \r\nCode Reviewer: \r\n", - "number": 99, - "repository": "MetOffice/git_playground", - "title": "Demo growss build/deploy workflows", - "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/99" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghQCy4", - "labels": ["cla-signed"], - "repository": "https://github.com/MetOffice/git_playground", - "status": "SciTech Review", - "title": "Demo growss build/deploy workflows" - }, - { - "assignees": ["yaswant"], - "code Review": "cameronbateman-mo", - "content": { - "body": "Fixes #31 ", - "number": 32, - "repository": "MetOffice/growss", - "title": "Fix build-sphinx-docs workflow", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/32" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghQHig", - "labels": ["bug", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["cameronbateman-mo", "Pierre-siddall"], - "sciTech Review": "pierre-siddall", - "status": "Done", - "title": "Fix build-sphinx-docs workflow" - }, - { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", - "content": { - "body": "I think we're (at least I am!) slightly nervous about things being merged just because the squash and merge button is green, without things like 2 reviews, macros and kgo being updated.\r\n\r\nThe idea here is to check that the person assigned as CR has actually approved it and prevent merging if not. This won't perfectly prevent all potential issues, but hopefully some of them. My intention would be for it to be bypassable for reviewers, so they can continue to commit a trivial ticket etc without having to update the body.\r\n\r\nThis might be a sledgehammer to crack a nut? ", - "number": 33, - "repository": "MetOffice/growss", - "title": "add check_cr workflow", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/33" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghTrWE", - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "jennyhickson"], - "sciTech Review": "yaswant", - "status": "Done", - "title": "add check_cr workflow" - }, - { - "assignees": ["Pierre-siddall"], - "code Review": "cameronbateman-mo", - "content": { - "body": "Fixes #35 ", - "number": 36, - "repository": "MetOffice/growss", - "title": "Add CI status badge", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/36" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghU7o0", - "labels": ["CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["cameronbateman-mo"], - "status": "Done", - "title": "Add CI status badge" - }, - { - "content": { - "body": "Closes https://github.com/MetOffice/simulation-systems/issues/493", - "number": 494, - "repository": "MetOffice/simulation-systems", - "title": "style: apply PEP8 formatting", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/494" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghVd3A", - "repository": "https://github.com/MetOffice/simulation-systems", - "status": "SciTech Review", - "title": "style: apply PEP8 formatting" - }, - { - "assignees": ["Pierre-siddall"], - "code Review": "cameronbateman-mo", - "content": { - "body": "Fixes #34 ", - "number": 37, - "repository": "MetOffice/growss", - "title": "Optimise pipeline using uv", + "number": 10, + "repository": "MetOffice/um_doc", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/37" + "url": "https://github.com/MetOffice/um_doc/pull/10" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghXVeo", - "labels": ["enhancement", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "cameronbateman-mo", "yaswant"], - "sciTech Review": "yaswant", - "status": "Done", - "title": "Optimise pipeline using uv" + "id": "PVTI_lADOAGrG5M4A_OAXzgjit60", + "repository": "https://github.com/MetOffice/um_doc", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], "code Review": "jennyhickson", "content": { - "body": "Created by @yaswant \r\n\r\nThis adds consistent labels to each repository. I imagine we'll want to keep updating this as we add labels so it makes sense to keep this somewhere central.", - "number": 133, - "repository": "MetOffice/SimSys_Scripts", - "title": "add labeler script", + "number": 7, + "repository": "MetOffice/casim", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/133" + "url": "https://github.com/MetOffice/casim/pull/7" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghXkig", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "add labeler script" + "id": "PVTI_lADOAGrG5M4A_OAXzgjiwcY", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/casim", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["Pierre-siddall"], - "code Review": "yaswant", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Fixes #34 ", - "number": 38, - "repository": "MetOffice/growss", - "title": "Optimise build docs workflow using uv ", + "number": 11, + "repository": "MetOffice/socrates", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/38" + "url": "https://github.com/MetOffice/socrates/pull/11" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghYrGc", - "labels": ["duplicate", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjiw9s", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/socrates", + "reviewers": [ + "jennyhickson" + ], "status": "Code Review", - "title": "Optimise build docs workflow using uv " + "title": "add project workflow" }, { - "assignees": ["Pierre-siddall"], - "code Review": "james-bruten-mo", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Tests the Fortran linting reusable workflow in growss and thereby closes #100.\r\n", - "number": 101, - "repository": "MetOffice/git_playground", - "title": "Test fortran linter", + "number": 4, + "repository": "MetOffice/socrates-spectral", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/git_playground/pull/101" + "url": "https://github.com/MetOffice/socrates-spectral/pull/4" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghY6mc", - "labels": ["enhancement", "cla-signed", "CI", "contributor"], - "repository": "https://github.com/MetOffice/git_playground", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjixqk", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/socrates-spectral", + "reviewers": [ + "jennyhickson" + ], "status": "Code Review", - "title": "Test fortran linter" + "title": "add project workflow" }, { - "assignees": ["Pierre-siddall"], - "code Review": "james-bruten-mo", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "There is a tiny issue when the Fortran linting workflow is called in the https://github.com/MetOffice/git_playground repository where it requires a virtual environment to install fortitude this can be fixed by adding the `--system` flag to the install if fortitude with uv. \r\n\r\nUpdate: The purpose of this PR has now changed to revert the workflow back to a functional state. Please see the appended comment https://github.com/MetOffice/growss/pull/39#issuecomment-3553582268 for more detail. ", - "number": 39, - "repository": "MetOffice/growss", - "title": "Fortran linting workflow fix", + "number": 2, + "repository": "MetOffice/um_aux", + "title": "Add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/39" + "url": "https://github.com/MetOffice/um_aux/pull/2" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghbf6o", - "labels": ["bug", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["james-bruten-mo", "yaswant", "james-bruten-mo"], - "status": "Done", - "title": "Fortran linting workflow fix" + "id": "PVTI_lADOAGrG5M4A_OAXzgjizd0", + "repository": "https://github.com/MetOffice/um_aux", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "Add project workflow" }, { - "assignees": ["james-bruten-mo"], - "code Review": "r-sharp", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Sci Tech Reviewer: trivial\r\nCode Reviewer: r-sharp\r\n\r\nIn #4 we changed from using `fcm cp` to `shutil.copy`. But this won't add the new files to version control, so here I also add a `git add` subprocess after the copy to fully replicate the old functionality.", - "number": 5, - "repository": "MetOffice/um", - "title": "add git adds", + "number": 9, + "repository": "MetOffice/moci", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/um/pull/5" + "url": "https://github.com/MetOffice/moci/pull/9" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghfJeA", - "milestone": { "description": "", "dueOn": "", "title": "Git Migration" }, - "repository": "https://github.com/MetOffice/um", - "reviewers": ["r-sharp"], + "id": "PVTI_lADOAGrG5M4A_OAXzgji1pg", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/moci", + "reviewers": [ + "jennyhickson" + ], "status": "Code Review", - "title": "add git adds" + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "Our git_bdiff script assumes that the main branch is available, but there are ways to clone a git repo without this. For rose-stem testing, add a fetch of main from the origin so that the ref is understood.", - "number": 134, - "repository": "MetOffice/SimSys_Scripts", - "title": "add fetch main", + "number": 9, + "repository": "MetOffice/gcom", + "title": "add project workflow", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/134" + "url": "https://github.com/MetOffice/gcom/pull/9" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghfc98", - "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa"], - "status": "Done", - "title": "add fetch main" + "id": "PVTI_lADOAGrG5M4A_OAXzgji2FI", + "repository": "https://github.com/MetOffice/gcom", + "reviewers": [ + "jennyhickson" + ], + "status": "Code Review", + "title": "add project workflow" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "yaswant" + ], + "code Review": "@james-bruten-mo", "content": { - "body": "Let's have another go...\r\nThis needs to come after the checkout FETCH_HEAD when initialising an empty repository\r\nI've tested it this time...", - "number": 135, + "number": 161, "repository": "MetOffice/SimSys_Scripts", - "title": "move origin", + "title": "update superlinter", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/135" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/161" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghfk7E", + "id": "PVTI_lADOAGrG5M4A_OAXzgjj2vY", + "labels": [ + "CI" + ], "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa"], - "status": "Done", - "title": "move origin" - }, - { - "code Review": "james-bruten-mo", - "content": { - "body": "One of the main discrepancies to be corrected in following the LFRic sphinx style guide #481, is including copyright statements in all the files. I've corrected that here. ", - "number": 495, - "repository": "MetOffice/simulation-systems", - "title": "Copyright", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/495" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghfrlc", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "reviewers": [ + "james-bruten-mo", + "james-bruten-mo" + ], "status": "Done", - "title": "Copyright" - }, - { - "assignees": ["Pierre-siddall"], - "code Review": "james-bruten-mo", - "content": { - "body": "Fixes #30 ", - "number": 40, - "repository": "MetOffice/growss", - "title": "Optimise fortran linting workflow using uv ", - "type": "PullRequest", - "url": "https://github.com/MetOffice/growss/pull/40" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghfyg4", - "labels": ["bug", "CI"], - "repository": "https://github.com/MetOffice/growss", - "reviewers": ["yaswant", "james-bruten-mo"], - "sciTech Review": "yaswant", - "status": "SciTech Review", - "title": "Optimise fortran linting workflow using uv " + "title": "update superlinter" }, { - "code Review": "james-bruten-mo", + "assignees": [ + "james-bruten-mo" + ], + "code Review": "t00sa", "content": { - "body": "Since the UMDPs now have a publication process the documentation can be updated to reflect that. Closes #469. ", - "number": 496, - "repository": "MetOffice/simulation-systems", - "title": "Um Docs update", + "number": 113, + "repository": "MetOffice/git_playground", + "title": "Test review project action", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/496" + "url": "https://github.com/MetOffice/git_playground/pull/113" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghgD5A", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjlI24", + "labels": [ + "contributor" + ], + "repository": "https://github.com/MetOffice/git_playground", + "reviewers": [ + "t00sa" + ], "status": "Done", - "title": "Um Docs update" + "title": "Test review project action" }, { - "code Review": "james-bruten-mo", + "assignees": [ + "t00sa" + ], + "code Review": "Pierre-siddall", "content": { - "body": "Release new GitHub Working Practices. The rewrite has been done on the github_wps feature branch with all changes reviewed there. ", - "number": 497, - "repository": "MetOffice/simulation-systems", - "title": "Rewrite all working practices for git and GitHub", + "number": 537, + "repository": "MetOffice/fab", + "title": "Fix a trivial CUI argument handling bug", "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/497" + "url": "https://github.com/MetOffice/fab/pull/537" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghgK-U", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], + "id": "PVTI_lADOAGrG5M4A_OAXzgjlJJk", + "repository": "https://github.com/MetOffice/fab", + "reviewers": [ + "Pierre-siddall" + ], "status": "Done", - "title": "Rewrite all working practices for git and GitHub" + "title": "Fix a trivial CUI argument handling bug" }, { - "assignees": ["james-bruten-mo"], - "code Review": "jennyhickson", "content": { - "body": "Rename \".rc\" to \".cylc\" in the UM test suite to make it fully cylc8 compliant. It renames all .rc files and also changes any include statements within the files.\r\n\r\nThis has been done using a simple python script - give me a shout if you'd like to view this.\r\n\r\n# Test Suite Results - um - um_rename_rc/run1\r\n\r\n## Suite Information\r\n\r\n| Item | Value |\r\n| :--- | :--- |\r\n| Suite Name | um_rename_rc/run1 |\r\n| Suite User | james.bruten |\r\n| Workflow Start | 2025-11-20T14:58:24 |\r\n| Groups Run | developer |\r\n\r\n| Dependency | Reference | Main Like |\r\n| :--- | :--- | :--- |\r\n| casim | [MetOffice/casim@2ba0206](https://github.com/MetOffice/casim/tree/2ba0206) | True |\r\n| jules | [MetOffice/jules@3a229c8](https://github.com/MetOffice/jules/tree/3a229c8) | True |\r\n| moci | [MetOffice/moci@0f51983](https://github.com/MetOffice/moci/tree/0f51983) | True |\r\n| mule | [MetOffice/mule@439528b](https://github.com/MetOffice/mule/tree/439528b) | True |\r\n| shumlib | [MetOffice/shumlib@cf92475](https://github.com/MetOffice/shumlib/tree/cf92475) | True |\r\n| socrates | [MetOffice/socrates@1ca8a94](https://github.com/MetOffice/socrates/tree/1ca8a94) | True |\r\n| SimSys_Scripts | [MetOffice/SimSys_Scripts@53c8690](https://github.com/MetOffice/SimSys_Scripts/tree/53c8690) | True |\r\n| ukca | [MetOffice/ukca@312fdd5](https://github.com/MetOffice/ukca/tree/312fdd5) | True |\r\n| um | [james-bruten-mo/um@rename_rc](https://github.com/james-bruten-mo/um/tree/rename_rc) | False |\r\n| um_aux | [MetOffice/um_aux@da42d26](https://github.com/MetOffice/um_aux/tree/da42d26) | True |\r\n| um_meta | [MetOffice/um_meta@main](https://github.com/MetOffice/um_meta/tree/main) | True |\r\n\r\n## Approvals\r\n### Code Owners\r\n| Section | Owner | Deputy | State |\r\n| :--- | :--- | :--- | :--- |\r\n| admin | SSD Team | -- | Pending |\r\n| cosp | stephanhavemann | jamesmanners | Pending |\r\n| rose-meta.conf | owner_of_related_section | -- | Pending |\r\n| rose_stem | jamesbruten | roddysharp | Pending |\r\n### Config Owners\r\nNo UM Config Owners Required\r\n## Task Information\r\n
\r\n:white_check_mark: succeeded tasks - 880\r\n\r\n| Task | State |\r\n| :--- | :--- |\r\n| atmos-azspice_gnu_um_high_noomp-n48-1x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48-1x4-noios_crun | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48-1x4-noios_nrun | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48-4x1-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-2x8-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-2x8-noios-1t_crun | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-2x8-noios-1t_nrun | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-4x4-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t_crun | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t_nrun | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48-1x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48-4x1-ios2-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf3-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4_32b-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf3-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4_32b-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-1t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-2x4-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-4x2-noios-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_restart-1x4-ios2-2t | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_restart-1x4-ios2-2t_nrun | succeeded |\r\n| atmos-azspice_gnu_um_high_omp-n48_restart-1x4-ios2-2t_nrun2 | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-4x2-noios | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-2x4-noios | succeeded |\r\n| atmos-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-4x2-noios | succeeded |\r\n| atmos-ex1a_aocc_um_debug_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_aocc_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-2x1-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_orograin-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_rigorous_omp-n48_orograin-2x1-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48-1x2-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48-2x1-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8-noios_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8-noios_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8-noios_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8-noios_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-8x4-noios | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x8-noios-1t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x8-noios-1t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-8x4-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-mogreps_uk_exp-16x12-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-mogreps_uk_exp-8x24-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_nrun_for_short_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_short_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-2x1-ios2-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48-2x1-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_dyn-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_dyn-2x1-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x8-noios-4t_nrun2 | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x8-noios-4t_nrun2 | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun2 | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-16x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-16x8-noios-1t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-16x8-noios-1t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-8x16-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-16x8-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-16x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-8x16-noios-1t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_multigrid-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_multigrid-2x1-ios2-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_restart-1x2-ios4-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_restart-1x2-ios4-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-n48_restart-1x2-ios4-4t_nrun2 | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf3-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf3-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf4-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf4-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t_crun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t_nrun | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_cce_um_safe_omp-seukv_noda-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_gnu_um_rigorous_omp-n48-1x2-ios2-4t | succeeded |\r\n| atmos-ex1a_gnu_um_safe_noomp-n48_ukca-4x4-noios | succeeded |\r\n| atmos-ex1a_gnu_um_safe_noomp-n48_ukca-8x4-noios | succeeded |\r\n| atmos-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-4x4-noios | succeeded |\r\n| atmos-ex1a_gnu_um_safe_omp-n48_ukca-1x1-noios-8t | succeeded |\r\n| atmos-ex1a_gnu_um_safe_omp-n48_ukca-4x4-noios-8t | succeeded |\r\n| atmos-ex1a_gnu_um_safe_omp-n48_ukca-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_gnu_um_safe_omp-n48_ukca-8x4-noios-4t | succeeded |\r\n| atmos-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-4x4-noios-8t | succeeded |\r\n| atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-1t | succeeded |\r\n| atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t | succeeded |\r\n| atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-8t | succeeded |\r\n| atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-8x4-noios-4t | succeeded |\r\n| azspice_install_ctldata | succeeded |\r\n| coupled-ex1a_cce_coupled_um_safe_omp-n96_orca025_mct_technical_gc4-8x16-1t-noios | succeeded |\r\n| createbc-azspice_gnu_createbc_high_omp-global_eg_fixed_nd_0dust0-4t | succeeded |\r\n| createbc-ex1a_cce_createbc_rigorous_noomp-global_eg_varres_eg_2dust6 | succeeded |\r\n| ex1a_install_ctldata | succeeded |\r\n| extract_source | succeeded |\r\n| extract_source_azspice | succeeded |\r\n| extract_source_ex1a | succeeded |\r\n| fcm_make2_ex1a_install_ctldata | succeeded |\r\n| fcm_make_azspice_gnu_createbc_high_omp | succeeded |\r\n| fcm_make_azspice_gnu_recon_serial_high_omp | succeeded |\r\n| fcm_make_azspice_gnu_scm_rigorous_noomp | succeeded |\r\n| fcm_make_azspice_gnu_scm_rigorous_omp | succeeded |\r\n| fcm_make_azspice_gnu_um_high_noomp | succeeded |\r\n| fcm_make_azspice_gnu_um_high_omp | succeeded |\r\n| fcm_make_azspice_gnu_um_rigorous_noomp | succeeded |\r\n| fcm_make_azspice_gnu_utils_serial_high_noomp | succeeded |\r\n| fcm_make_azspice_install_ctldata | succeeded |\r\n| fcm_make_drivers | succeeded |\r\n| fcm_make_ex1a_aocc_um_debug_omp | succeeded |\r\n| fcm_make_ex1a_aocc_um_rigorous_omp | succeeded |\r\n| fcm_make_ex1a_aocc_um_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_coupled_ocean_orca025_mct_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_coupled_um_n96_gc4_mct_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_createbc_rigorous_noomp | succeeded |\r\n| fcm_make_ex1a_cce_recon_serial_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_scm_rigorous_omp | succeeded |\r\n| fcm_make_ex1a_cce_um_rigorous_omp | succeeded |\r\n| fcm_make_ex1a_cce_um_safe_noomp | succeeded |\r\n| fcm_make_ex1a_cce_um_safe_omp | succeeded |\r\n| fcm_make_ex1a_cce_utils_serial_safe_omp | succeeded |\r\n| fcm_make_ex1a_gnu_um_rigorous_omp | succeeded |\r\n| fcm_make_ex1a_gnu_um_safe_noomp | succeeded |\r\n| fcm_make_ex1a_gnu_um_safe_omp | succeeded |\r\n| fcm_make_ex1a_gnu_um_sp_physics_safe_omp | succeeded |\r\n| fcm_make_ex1a_install_ctldata | succeeded |\r\n| fcm_make_ex1a_nvidia_um_safe_omp | succeeded |\r\n| housekeep_azspice | succeeded |\r\n| housekeep_ex1a | succeeded |\r\n| pptoanc-azspice_gnu_utils_serial_high_noomp_basic_test | succeeded |\r\n| pptoanc-ex1a_cce_utils_serial_safe_omp_basic_test | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48-1x1 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48-1x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48-4x1 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4 | succeeded |\r\n| recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2 | succeeded |\r\n| recon-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-1x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-4x1-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48-1x1-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48-1x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48-4x1-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf3-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4_32b-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf3-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4_32b-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-2x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-4x2-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_restart-1x4-1t | succeeded |\r\n| recon-azspice_gnu_um_high_omp-n48_restart-1x4-1t_from_atmos_1x4-ios2-2t | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-4x2 | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-2x4 | succeeded |\r\n| recon-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-4x2 | succeeded |\r\n| recon-ex1a_aocc_um_debug_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_aocc_um_rigorous_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t | succeeded |\r\n| recon-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_coupled_um_safe_omp-n96_orca025_mct_technical_gc4-1x1-1t | succeeded |\r\n| recon-ex1a_cce_um_rigorous_omp-n48-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_rigorous_omp-n48_orograin-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48-1x2 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48-2x1 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x2 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x2 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x2 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4 | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-1x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x1-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-mogreps_uk_exp-4x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48-2x1-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_dyn-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x2-1t_from_atmos_4x8-noios-4t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x2-1t_from_atmos_4x8-noios-4t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t_from_atmos_4x8-noios-4t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_glomap_clim-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_glomap_clim-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-2x4-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-4x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_multigrid-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-n48_restart-1x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-seukv-2x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-seukv_netcdf3-2x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-seukv_netcdf4-2x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-2x2-1t | succeeded |\r\n| recon-ex1a_cce_um_safe_omp-seukv_noda-2x2-1t | succeeded |\r\n| recon-ex1a_gnu_um_rigorous_omp-n48-1x2-1t | succeeded |\r\n| recon-ex1a_gnu_um_safe_noomp-n48_ukca-1x2 | succeeded |\r\n| recon-ex1a_gnu_um_safe_noomp-n48_ukca-2x1 | succeeded |\r\n| recon-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-1x2 | succeeded |\r\n| recon-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-2x1 | succeeded |\r\n| recon-ex1a_gnu_um_safe_omp-n48_ukca-1x2-1t | succeeded |\r\n| recon-ex1a_gnu_um_safe_omp-n48_ukca-2x1-1t | succeeded |\r\n| recon-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-1x2-1t | succeeded |\r\n| recon-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-2x1-1t | succeeded |\r\n| recon-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t | succeeded |\r\n| recon-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x2-1t | succeeded |\r\n| remote_init_azspice | succeeded |\r\n| remote_init_ex1a | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48-1x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48-1x4-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48-1x4-noios_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48-1x4_vs_4x1 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-2x8-noios-1t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-2x8-noios-1t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-noios-1t-2x8_vs_4x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48-1x4-2t-ios2_vs_ios0 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48-1x4-ios2-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48-ios2-2t-1x4_vs_4x1 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf3-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4_32b-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf3-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4_32b-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t_vs_1t | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-4x2-noios-2t_vs_noomp | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-noios-2t-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-2x4-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-noios-2t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-2x4-noios-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-noios-2t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_restart-1x4-ios2-2t-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_high_omp-n48_restart-1x4-ios2-2t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-4x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-4x2_vs_2x4 | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_debug_omp-n48_ga_amip_exp_2day-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_rigorous_omp-n48_ga_amip_exp_2day-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-ios2-4t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_orograin-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_rigorous_omp-n48_orograin-ios2-4t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48-1x2-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8-noios_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8-noios_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8-noios_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x8-noios-1t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-4x8-noios-1t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-noios-1t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-mogreps_uk_exp-8x24-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-mogreps_uk_exp-noios-4t-8x24_vs_16x12 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_nrun_short_crun_kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-1x2-ios2-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-ios2-1x2_vs_2x1-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48-ios2-4t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_dyn-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_dyn-ios2-4t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x8-noios-4t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x8-noios-4t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-8x4-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x8-noios-4t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-4x8-noios-4t_vs_noomp | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-16x8-noios-1t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-16x8-noios-1t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim-noios-1t-16x8_vs_8x16 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-16x8-noios-1t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-16x8-noios-1t_vs_4t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-noios-1t-16x8_vs_8x16 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_multigrid-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_multigrid-ios2-4t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_restart-1x2-ios4-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-n48_restart-1x2-ios4-4t_nrun_vs_nrun_nrun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf3-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf3-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf4-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf4-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t_nrun_vs_nrun_crun | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_noda-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_cce_um_safe_omp-seukv_noda-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_rigorous_omp-n48-1x2-ios2-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_noomp-n48_ukca-4x4-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_noomp-n48_ukca-4x4_vs_8x4 | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-4x4-noios-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_omp-n48_ukca-4x4-noios-8t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_omp-n48_ukca-noios-4x4_vs_4x8-8t_vs_4t | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_omp-n48_ukca-noios-4x4_vs_8x4-8t_vs_4t | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_omp-n48_ukca-noios-8t-4x4_vs_1x1 | succeeded |\r\n| rose_ana_atmos-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-4x4-noios-8t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t-kgo | succeeded |\r\n| rose_ana_atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_1t | succeeded |\r\n| rose_ana_atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-4x8-noios-4t_vs_8t | succeeded |\r\n| rose_ana_atmos-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-noios-4t-4x8_vs_8x4 | succeeded |\r\n| rose_ana_coupled-ex1a_cce_coupled_um_safe_omp-n96_orca025_mct_technical_gc4-8x16-1t-noios-kgo | succeeded |\r\n| rose_ana_createbc-azspice_gnu_createbc_high_omp-global_eg_fixed_nd_0dust0-4t-kgo | succeeded |\r\n| rose_ana_createbc-ex1a_cce_createbc_rigorous_noomp-global_eg_varres_eg_2dust6-kgo | succeeded |\r\n| rose_ana_pptoanc-azspice_gnu_utils_serial_high_noomp_basic_test-kgo | succeeded |\r\n| rose_ana_pptoanc-ex1a_cce_utils_serial_safe_omp_basic_test-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48-1x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48-1x4_vs_1x1 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48-1x4_vs_4x1 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga7_amip_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga8_amip_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_allmodes-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_dust_twomodes-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_jaegle-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_primss_smith-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_noomp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-1t-1x4_vs_4x1 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-idealised_bicyclic_lam_rce-1x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48-1t-1x4_vs_1x1 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48-1t-1x4_vs_4x1 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48-1x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48-1x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf3-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga7_amip_12hr_netcdf4_32b-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf3-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga8_amip_12hr_netcdf4_32b-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_allmodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_dust_twomodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf3-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_netcdf4_32b-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_jaegle-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_primss_smith-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_no_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_ga_amip_exp_12hr_solinsol_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_glomap_clim_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_glomap_clim_jones_12hr-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_restart-1x4-1t-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_high_omp-n48_restart-1x4-1t_from_atmos_1x4-ios2-2t_kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga7_amip_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-2x4-kgo | succeeded |\r\n| rose_ana_recon-azspice_gnu_um_rigorous_noomp-n48_ga8_amip_12hr-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_aocc_um_debug_omp-n48_ga_amip_exp_2day-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_aocc_um_rigorous_omp-n48_ga_amip_exp_2day-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_aocc_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_rigorous_omp-n48-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_rigorous_omp-n48_gwdmoistn-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_rigorous_omp-n48_orograin-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48-1x2-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga7_amip_2day-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga8_amip_2day-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_allmodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_dust_twomodes-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_jaegle-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_primss_smith-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_noomp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-1t-1x4_vs_4x1 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-idealised_bicyclic_lam_rce-1x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-mogreps_uk_exp-4x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48-1t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48-1x2-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_dyn-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_mrphys-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf3-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_netcdf4_32b-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga7_amip_2day_restart-4x2-1t_from_atmos_4x8-noios-4t_kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_mrphys-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf3-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_netcdf4_32b-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_restart-4x2-1t_from_atmos_4x8-noios-4t_kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga8_amip_2day_wtrac-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_allmodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_dust_twomodes-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_mrphys-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf3-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_netcdf4_32b-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_jaegle-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_primss_smith-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_restart-4x2-1t_from_atmos_4x8-noios-4t_kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_no_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_ga_amip_exp_2day_solinsol_prescssa-2x4-1t_vs_noomp | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_glomap_clim-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_glomap_clim-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_glomap_clim_jones-2x4-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_multigrid-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-n48_restart-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-seukv-2x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-seukv_netcdf3-2x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-seukv_netcdf4-2x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-seukv_netcdf4_32b-2x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_cce_um_safe_omp-seukv_noda-2x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_rigorous_omp-n48-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_noomp-n48_ukca-1x2-kgo | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_noomp-n48_ukca-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-1x2-kgo | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_noomp-n48_ukca_full_domain-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_omp-n48_ukca-1t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_omp-n48_ukca-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-1t-1x2_vs_2x1 | succeeded |\r\n| rose_ana_recon-ex1a_gnu_um_safe_omp-n48_ukca_full_domain-1x2-1t-kgo | succeeded |\r\n| rose_ana_recon-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-1t-2x4_vs_4x2 | succeeded |\r\n| rose_ana_recon-ex1a_nvidia_um_safe_omp-n48_ga_amip_exp_2day-2x4-1t-kgo | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_noomp-gabls3_ga6-kgo | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_noomp-togacoare_ga6-kgo | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_omp-gabls3_ga6-1t-kgo | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_omp-gabls3_ga6-1t_vs_noomp | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_omp-togacoare_ga6-1t-kgo | succeeded |\r\n| rose_ana_scm-azspice_gnu_scm_rigorous_omp-togacoare_ga6-1t_vs_noomp | succeeded |\r\n| rose_ana_scm-ex1a_cce_scm_rigorous_omp-gabls3_ga6-1t-kgo | succeeded |\r\n| rose_ana_scm-ex1a_cce_scm_rigorous_omp-gabls3_ga6-1t_vs_2t | succeeded |\r\n| rose_ana_scm-ex1a_cce_scm_rigorous_omp-togacoare_ga6-1t-kgo | succeeded |\r\n| rose_ana_scm-ex1a_cce_scm_rigorous_omp-togacoare_ga6-1t_vs_2t | succeeded |\r\n| scm-azspice_gnu_scm_rigorous_noomp-gabls3_ga6 | succeeded |\r\n| scm-azspice_gnu_scm_rigorous_noomp-togacoare_ga6 | succeeded |\r\n| scm-azspice_gnu_scm_rigorous_omp-gabls3_ga6-1t | succeeded |\r\n| scm-azspice_gnu_scm_rigorous_omp-togacoare_ga6-1t | succeeded |\r\n| scm-ex1a_cce_scm_rigorous_omp-gabls3_ga6-1t | succeeded |\r\n| scm-ex1a_cce_scm_rigorous_omp-gabls3_ga6-2t | succeeded |\r\n| scm-ex1a_cce_scm_rigorous_omp-togacoare_ga6-1t | succeeded |\r\n| scm-ex1a_cce_scm_rigorous_omp-togacoare_ga6-2t | succeeded |\r\n| script_azspice_check_groups_coverage | succeeded |\r\n| script_azspice_compiler_warning_checker | succeeded |\r\n| script_azspice_copyright_checker | succeeded |\r\n| script_azspice_drhook_checker | succeeded |\r\n| script_azspice_metadata_check_missing_macro | succeeded |\r\n| script_azspice_metadata_check_validate | succeeded |\r\n| script_azspice_nl_bcast_checker | succeeded |\r\n| script_azspice_run_cppcheck | succeeded |\r\n| script_azspice_site_validator | succeeded |\r\n| script_azspice_umdp3_fixer | succeeded |\r\n
\r\n", - "number": 6, + "number": 22, "repository": "MetOffice/um", - "title": "rename rc to cylc", + "title": "Gm consolidate nudging", "type": "PullRequest", - "url": "https://github.com/MetOffice/um/pull/6" + "url": "https://github.com/MetOffice/um/pull/22" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghgYL0", + "id": "PVTI_lADOAGrG5M4A_OAXzgjlVRc", "repository": "https://github.com/MetOffice/um", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "rename rc to cylc" + "status": "SciTech Review", + "title": "Gm consolidate nudging" }, { - "assignees": ["james-bruten-mo"], + "assignees": [ + "james-bruten-mo" + ], + "code Review": "jennyhickson", "content": { - "body": "We need to ignore errors when fetching main from the origin if main already exists in the clone", - "number": 136, + "number": 162, "repository": "MetOffice/SimSys_Scripts", - "title": "ignore fetch errors", + "title": "bump timeout", "type": "PullRequest", - "url": "https://github.com/MetOffice/SimSys_Scripts/pull/136" + "url": "https://github.com/MetOffice/SimSys_Scripts/pull/162" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghgdCA", + "id": "PVTI_lADOAGrG5M4A_OAXzgjmHNM", "repository": "https://github.com/MetOffice/SimSys_Scripts", - "reviewers": ["t00sa"], - "status": "Done", - "title": "ignore fetch errors" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "Updating/replacing the single instance of graphviz diagram with mermaid version.\r\n\r\nGitHub Action runner does not come with `graphviz` pre-installed, so the doc build work flow fails to produce the graph. Instead of updating package index (often slow) and installing graphviz on the runner, it is worthwhile just write the code in mermaid and python dependencies.\r\n\r\n", - "number": 498, - "repository": "MetOffice/simulation-systems", - "title": "Dot to mermaid", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/498" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghg9pw", - "labels": [":blue_book:Documentation"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "james-bruten-mo"], - "status": "Done", - "title": "Dot to mermaid" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "Closes #499 \r\n\r\nNote: GitHub explicitly blocks access to private workflows from public forks. This PR is to demonstrate that.\r\n\r\nSolutions: \r\nConvert\r\n- growss to _public_, or\r\n- simulation-systems to _internal_", - "number": 500, - "repository": "MetOffice/simulation-systems", - "title": "Use reusable workflow to build and deploy sphinx docs", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/500" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghhhQo", - "labels": [":blue_book:Documentation"], - "repository": "https://github.com/MetOffice/simulation-systems", - "status": "SciTech Review", - "title": "Use reusable workflow to build and deploy sphinx docs" - }, - { - "assignees": ["yaswant"], - "content": { - "body": "Pushing back built HTML from Sphinx docs back to the repository is unnecessary. This PR removes that step and adds a few optimisation to the working practices Build and Deployment action.\r\n\r\nOnce this PR is merged, the `gh-pages` branch can be safely removed from the repository.", - "number": 502, - "repository": "MetOffice/simulation-systems", - "title": "Optimise gh-pages deployment action", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/502" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghhnz4", - "labels": [":blue_book:Documentation"], - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo", "james-bruten-mo"], - "status": "Done", - "title": "Optimise gh-pages deployment action" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Small formatting fix for a link", - "number": 503, - "repository": "MetOffice/simulation-systems", - "title": "formatting fix", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/503" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghieAc", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "formatting fix" - }, - { - "content": { - "body": "Makes more clear that the merging in of main should only come towards the end of the process.", - "number": 505, - "repository": "MetOffice/simulation-systems", - "title": "tweak diagram", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/505" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghjohk", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson"], - "status": "Done", - "title": "tweak diagram" - }, - { - "content": { - "body": "I've grepped through the codebase, so this should be all of them.\r\n\r\nFixes https://github.com/MetOffice/simulation-systems/issues/506", - "number": 507, - "repository": "MetOffice/simulation-systems", - "title": "Remove zero width spaces (U+200B)", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/507" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghjpDg", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["james-bruten-mo"], - "status": "Done", - "title": "Remove zero width spaces (U+200B)" - }, - { - "assignees": ["james-bruten-mo"], - "content": { - "body": "Remove some non-ascii characters in the code", - "number": 508, - "repository": "MetOffice/simulation-systems", - "title": "remove non-standard chars", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/508" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghjx_A", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["yaswant"], - "status": "Done", - "title": "remove non-standard chars" - }, - { - "assignees": ["yaswant"], - "code Review": "james-bruten-mo", - "content": { - "body": "Based on an offline discussion, I've tried to merge the sphinx documentation build and deployment in a single job so that the checks in PR does not show the skipped deployment step (should still be visible in Action log though).\r\n\r\nAlso, an attempt to run the post build steps only for upstream push because we don't want the deployment to happen on user space (currently prohibited via settings on upstream repository)", - "number": 509, - "repository": "MetOffice/simulation-systems", - "title": "Run build and deployment in a single job", - "type": "PullRequest", - "url": "https://github.com/MetOffice/simulation-systems/pull/509" - }, - "id": "PVTI_lADOAGrG5M4A_OAXzghj-MQ", - "repository": "https://github.com/MetOffice/simulation-systems", - "reviewers": ["jennyhickson", "james-bruten-mo"], - "sciTech Review": "jennyhickson", + "reviewers": [ + "jennyhickson" + ], "status": "Code Review", - "title": "Run build and deployment in a single job" + "title": "bump timeout" }, { - "assignees": ["yaswant"], - "code Review": "cameronbateman-mo", "content": { - "body": "This PR attempts to:\r\n- unify build and deploy jobs\r\n- add criteria so that the deployment to GitHub Pages only happens on upstream main branch pushes/merges\r\n- update install_texlive script to clean-up package cache/tmp files to help reduce GA cache.", - "number": 4, - "repository": "MetOffice/um_doc", - "title": "Improve umdp action", + "number": 120, + "repository": "MetOffice/lfric_apps", + "title": "S20 Diags: snow prob", "type": "PullRequest", - "url": "https://github.com/MetOffice/um_doc/pull/4" + "url": "https://github.com/MetOffice/lfric_apps/pull/120" }, - "id": "PVTI_lADOAGrG5M4A_OAXzghk1D4", - "labels": ["bug", "CI"], - "repository": "https://github.com/MetOffice/um_doc", - "reviewers": ["james-bruten-mo"], - "sciTech Review": "james-bruten-mo", + "id": "PVTI_lADOAGrG5M4A_OAXzgjmOns", + "labels": [ + "cla-signed" + ], + "repository": "https://github.com/MetOffice/lfric_apps", "status": "SciTech Review", - "title": "Improve umdp action" + "title": "S20 Diags: snow prob" } ], - "totalCount": 191 + "totalCount": 131 }