https://github.com/access-nri/access-esm1.6-configs
Standard ACCESS-ESM1.6 configurations released and supported by ACCESS-NRI
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Keywords
Repository
Standard ACCESS-ESM1.6 configurations released and supported by ACCESS-NRI
Basic Info
Statistics
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 64
- Releases: 0
Topics
Metadata Files
README-DEV.md
README for Developers
CI Infrastructure
The overall goal for this CI is to compare checksums generated by the model using a particular config branch/tag against a 'ground truth' checksum.
The Reproducibility CI is comprised of two main triggers: on Pull Request and Scheduled Checks.
There is also CI for modifications to the configuration of the above Reproducibility CI itself (found in config/ci.json) and a user-run workflow for creation of checksums on a given branch.
All of these make use of reusable workflows and custom actions in the ACCESS-NRI/model-config-tests repository.
Pull Request
This Pipeline compares configurations modified in a PR (the source branch) against a 'ground truth' checksum, usually the target branch. It also verifies that commons mistakes in configurations are not made. This allows developers to know if the changes they are about to commit lead to valid and reproducible results. Either way, if the PR is merged, the new commit is tagged in such a way that we know how reproducible it is against past configurations. See the Config Tags section in the main README.md.
Scheduled
This Pipeline runs certain configurations defined in config/ci.json against their already established checksums, as a sort of self-check that validates that we have reproducible results.
Generate Initial Checksum
This dispatchable workflow allows developers to generate and commit initial checksums to a given branch, usually used in the case where a release-* config has not yet been created.
CI Configuration
This is the config/ci.json configuration file for specifying different test markers, or test versions based on type of the test to run, and the name of the git branch or tag. The different types of test are defined as:
scheduled: Scheduled monthly reproducibility tests. The keys under these tests represent released config tags to run scheduled checks on.reproducibility: Reproducibility tests that are run as part of pull requests. The keys under these tests represent the target branches into which pull requests are being merged.qa- Quick quality assurance tests that are run as part of pull requests. The keys under these tests represent the target branches into which pull requests are being merged.
The configuration properties needed to run the tests are:
| Name | Type | Description | Example |
| ---- | ---- | ----------- | -------- |
| markers | string | Markers used for the pytest checks, in the python format | checksum |
| model-config-tests-version | string | The version of the model-config-tests | 0.0.1 |
| python-version | string | The python version used to create test virtual environment on Github hosted tests | 3.11.0 |
| payu-version | string | The Payu version used to run the model | 1.1.5 |
As most of the tests use the same test and python versions, and similar markers, there are two levels of defaults. There's a default at test type level which is useful for defining test markers - this selects certain pytests to run in model-config-tests. There is an outer global default, which is used if a property is not defined for a given branch/tag, and it is not defined for the test default. The parse-ci-config action applies the fall-back default logic. For more information on using this action see ACCESS-NRI/model-config-tests.
The CI for this file (in config.yml) validates modifications to the ci.json against it's schema, found in ACCESS-NRI/schema. It does not yet verify that modifications make sense.
Owner
- Name: ACCESS-NRI
- Login: ACCESS-NRI
- Kind: organization
- Email: access.nri@anu.edu.au
- Website: https://www.access-nri.org.au/
- Repositories: 17
- Profile: https://github.com/ACCESS-NRI
Australian Earth System Simulator - National Research Infrastructure
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 91
- Total pull requests: 89
- Average time to close issues: 17 days
- Average time to close pull requests: 7 days
- Total issue authors: 14
- Total pull request authors: 12
- Average comments per issue: 0.65
- Average comments per pull request: 2.18
- Merged pull requests: 61
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 91
- Pull requests: 88
- Average time to close issues: 17 days
- Average time to close pull requests: 7 days
- Issue authors: 14
- Pull request authors: 12
- Average comments per issue: 0.65
- Average comments per pull request: 2.2
- Merged pull requests: 60
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- blimlim (24)
- MartinDix (22)
- JhanSrbinovsky (9)
- anton-seaice (7)
- manodeep (6)
- ccarouge (6)
- rml599gh (5)
- tiloziehn (3)
- CodeGat (2)
- Whyborn (2)
- dougiesquire (2)
- jemmajeffree (1)
- aidanheerdegen (1)
- edoyango (1)
Pull Request Authors
- blimlim (41)
- dougiesquire (12)
- anton-seaice (9)
- CodeGat (8)
- MartinDix (5)
- manodeep (3)
- pearseb (3)
- jo-basevi (2)
- ccarouge (2)
- Whyborn (2)
- JhanSrbinovsky (1)
- chrisb13 (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- access-nri/schema/.github/actions/validate-with-schema main composite
- actions/checkout v4 composite
- access-nri/model-config-tests/.github/actions/parse-ci-config main composite
- access-nri/schema/.github/actions/validate-with-schema main composite
- actions/checkout v4 composite