https://github.com/access-nri/access-am3
Atmosphere-land only version of ACCESS3 model
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 (12.9%) to scientific vocabulary
Keywords
Repository
Atmosphere-land only version of ACCESS3 model
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
model-deployment-template
A template repository for the deployment of spack-based models.
[!NOTE] Feel free to replace this README with information on the model once the TODOs have been ticked off.
Things TODO to get your model deployed
Settings
Repository Settings
Branch protections should be set up on main and the special backport/*.* branches, which are used for backporting of fixes to major releases (the YEAR.MONTH portion of the YEAR.MONTH.MINOR version) of models.
Repository Secrets/Variables
There are a few secrets and variables that must be set at the repository level.
Repository Secrets
BUILD_DB_CONNECTION_STR: A postgresql connection url to the release provenance databaseGH_COMMIT_CHECK_TOKEN: GitHub Token that allows workflows to run based on workflow-authored commits (in the case where a user uses!bumpcommands in PRs that bumps the version of the model)
Repository Variables
BUILD_DB_PACKAGES: List ofspackpackages that are model components that will be uploaded to the release provenance databaseNAME: which corresponds to the model name - which is usually the repository nameCONFIG_VERSIONS_SCHEMA_VERSION: Version of theconfig/versions.jsonschema used in this repositorySPACK_YAML_SCHEMA_VERSION: Version of the ACCESS-NRI-stylespack.yamlschema used in this repository
Environment Secrets/Variables
GitHub Environments are sets of variables and secrets that are used specifically to deploy software, and hence have more security requirements for their use.
Currently, we have two Environments per deployment target - one for Release and one for Prerelease. Our current list of deployment targets and Environments can be found in this deployment configuration file in build-cd.
In order to deploy to a given deployment target:
- Environments with the name of the deployment target must be created in this repository and have the associated secrets/variables set (see below)
- There must be a
PrereleaseEnvironment associated with theReleaseEnvironment. For example, if we are deploying toSUPERCOMPUTER, we require Environments with the namesSUPERCOMPUTER,SUPERCOMPUTER Prerelease.
When setting the environment up, remember to require sign off by a member of ACCESS-NRI when deploying as a Release.
Regarding the secrets and variables that must be created:
Environment Secrets
HOST: The deployment location SSH HostHOST_DATA: The deployment location SSH Host for data transfer (may be the same asHOST)SSH_KEY: A SSH Key that allows access to the aboveHOST/HOST_DATAUSER: A Username to login to the aboveHOST/HOST_DATA
Environment Variables
DEPLOYMENT_TARGET: Name of the deployment target for logging purposesSPACK_INSTALLS_ROOT_LOCATION: Path to the directory that contains all versions of a deployment ofspack. For example, if/some/apps/spackis theSPACK_INSTALLS_ROOT_LOCATION, that directory will contain directories like0.20,0.21,0.22, which in turn contain an install ofspack,spack-packagesandspack-configSPACK_YAML_LOCATION: Path to a directory that will contain thespack.yamlfrom this repository during deployment- (Optional)
SPACK_INSTALL_PARALLEL_JOBS: Explicit number of parallel jobs for the installation of the given model. Must be either of the form--jobs Nor unset (for the default--jobs 16).
File Modifications
In .github/workflows
- Reminder that these workflows use
vars.NAME(as well as inherit the above environment secrets) and hence these must be set. - If the name of the root SBD for the model (in
spack-packages) is different from the model name (for example,ACCESS-ESM1.5s root SBD isaccess-esm1p5), you must uncomment and set thejobs.[pr-ci|pr-comment].with.root-sbdline to the appropriate SBD name.
In config/versions.json
.spackmust be given a version. For example, it will clone the associatedreleases/VERSIONbranch ofACCESS-NRI/spackif you give itVERSION..spack-packagesshould also have a CalVer-compliant tag as the version. See the associated repo for a list of available tags.
In spack.yaml
There are a few TODOs for the spack.yaml:
spack.specs: Set the root SBD as the only element ofspack.specs. This must also have an@git.YEAR.MONTH.MINORversion as it is the version of the entire deployment (and indeed will be a tag in this repository).spack.packages.*: In this section, you can specify the versions and variants of dependencies. Note that the first element of thespack.packages.*.requiremust be only a version. Variants and other configuration can be done on subsequent lines.spack.packages.all: Can set configuration for all packages. For example, the compiler used, or the target architecture.spack.modules.default.tcl.include: List of package names that will be explicitly included and available tomodule load.spack.modules.default.tcl.projections: For included modules, you must set the name of the module to be the same as thespack.packages.*.require[0]version, without the@git..
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
GitHub Events
Total
- Issues event: 3
- Delete event: 1
- Member event: 1
- Issue comment event: 41
- Push event: 34
- Pull request review comment event: 6
- Pull request review event: 8
- Pull request event: 7
- Create event: 5
Last Year
- Issues event: 3
- Delete event: 1
- Member event: 1
- Issue comment event: 41
- Push event: 34
- Pull request review comment event: 6
- Pull request review event: 8
- Pull request event: 7
- Create event: 5
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 16 days
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 14.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 16 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 14.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ccarouge (2)
Pull Request Authors
- CodeGat (3)
- ccarouge (1)