https://github.com/access-community-hub/access-esm1.6-dev-experiments
Archive for tracking ACCESS-ESM1.6 development experiments. Refer to the readme for instructions on pushing experiments to this repository
https://github.com/access-community-hub/access-esm1.6-dev-experiments
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 (11.7%) to scientific vocabulary
Keywords
Repository
Archive for tracking ACCESS-ESM1.6 development experiments. Refer to the readme for instructions on pushing experiments to this repository
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
- Releases: 0
Topics
Metadata Files
README.md
Archive of ACCESS-ESM1.6 development experiments
The purpose of this repository is to archive and document payu experiments run during development of ACCESS-ESM1.6. These will include records of the the configurations, executables, input files, parameter values, and run histories from these experiments.
Each branch in this repository will correspond to a separate experiment.
Branch name conventions
Branches in this repository use the following naming convention:
<GH-user-name>-<dev/test>-<YYYYMMDD>-<counter>
where:
- <GH-user-name> is the GitHub user name of the person running the experiment
- <dev/test> is the type of experiment, where:
- dev refers to experiments which are anticipated to make their way into the final model, e.g. spin-up simulations
- test refers experiments used for testing different features or model changes, e.g. a parameter perturbation experiment
- <YYYYMMDD> is the date that the experiment started running.
- <number> is used to distinguish experiments run on the same date.
For example, MartinDix-test-20250305-3 would refer to the third "test" experiment run by Martin on 2025/03/05.
Pushing an experiment to this repository
To complete the following you need write access to this repository. To get write access, you need to create an issue and request access.
The steps below can be followed to push an experiment to this repository. Note that github ssh keys will need to have previously been set up
1. Navigate to the experiment's payu control directory
2. Add the experiment archive repository as a second remote:
git remote add esm1p6_dev_archive git@github.com:ACCESS-Community-Hub/access-esm1.6-dev-experiments
3. Check the branch name used in the local repository:
```
git branch
other-branch-1 other-branch-2 ``` - Push the experiment to this archive, assigning a branch name that matching the conventions:
git push esm1p6_dev_archive <current-branch-name>:<user-name>-<dev/test>-<YYYYMMDD>-<counter>
Updating an archived experiment
If an experiment is updated (e.g if it's run for more time) after it has been pushed to this repository, the updates can be added to this repository with the following steps:
1. Check which branch name was previously used when pushing to esm1p6_dev_archive
git branch -a
> * <current-branch-name>
> remotes/esm1p6_dev_archive/<remote-branch-name>
2. Push to the previously used remote branch:
git push esm1p6_dev_archive <current-branch-name>:<remote-branch-name>
Describing experiments
The branch naming conventions are set up to organise the archive and prevent naming clashes, however they don't contain descriptive information on the experiments. It's recomended to add a github issues to provide a brief description of each archived experiment, including: - The branch name used - The purpose of the experiment - Main changes to the configuration It's recommended to give the issue a short descriptive name, as these may be useful for finding archived experiments.
Owner
- Name: ACCESS Community Hub
- Login: ACCESS-Community-Hub
- Kind: organization
- Email: access.nri@anu.edu.au
- Location: Australia
- Website: https://www.access-nri.org.au/
- Twitter: ACCESS_NRI
- Repositories: 1
- Profile: https://github.com/ACCESS-Community-Hub
Australian Earth System Simulator Community
GitHub Events
Total
- Issues event: 12
- Delete event: 7
- Issue comment event: 99
- Member event: 2
- Push event: 13
- Pull request review event: 6
- Pull request review comment event: 2
- Pull request event: 7
- Fork event: 1
- Create event: 18
Last Year
- Issues event: 12
- Delete event: 7
- Issue comment event: 99
- Member event: 2
- Push event: 13
- Pull request review event: 6
- Pull request review comment event: 2
- Pull request event: 7
- Fork event: 1
- Create event: 18
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 9
- Total pull requests: 4
- Average time to close issues: 2 days
- Average time to close pull requests: 6 days
- Total issue authors: 7
- Total pull request authors: 2
- Average comments per issue: 1.89
- Average comments per pull request: 3.25
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 4
- Average time to close issues: 2 days
- Average time to close pull requests: 6 days
- Issue authors: 7
- Pull request authors: 2
- Average comments per issue: 1.89
- Average comments per pull request: 3.25
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JhanSrbinovsky (3)
- penguian (1)
- har917 (1)
- MartinDix (1)
- ccarouge (1)
- Whyborn (1)
- blimlim (1)
Pull Request Authors
- chrisb13 (2)
- blimlim (2)