https://github.com/access-nri/access-esm1.6
The ACCESS Earth System Model (ACCESS-ESM) Version 1.6 is a fully-coupled global climate model that includes atmoshpere, land, ocean, sea ice, ocean biogeochemistry and land biogeochemistry components, linked together by a coupler.
https://github.com/access-nri/access-esm1.6
access-esm1p6 atmosphere atmosphere-team biogeochemistry cable coupler deployment land land-team model-release-team ocean ocean-team sea-ice spack
Last synced: about 1 month ago
JSON representation
The ACCESS Earth System Model (ACCESS-ESM) Version 1.6 is a fully-coupled global climate model that includes atmoshpere, land, ocean, sea ice, ocean biogeochemistry and land biogeochemistry components, linked together by a coupler.
- Host: GitHub
- URL: https://github.com/access-nri/access-esm1.6
- Owner: ACCESS-NRI
- License: apache-2.0
- Created: 2024-08-08T03:06:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-12T05:24:44.000Z (about 2 months ago)
- Last Synced: 2026-02-12T07:20:34.562Z (about 2 months ago)
- Topics: access-esm1p6, atmosphere, atmosphere-team, biogeochemistry, cable, coupler, deployment, land, land-team, model-release-team, ocean, ocean-team, sea-ice, spack
- Homepage:
- Size: 228 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
  )
# ACCESS-ESM1.6
## About the model
The ACCESS Earth System Model (ACCESS-ESM) is a fully-coupled global climate model that includes atmoshpere, land, ocean, sea ice, ocean biogeochemistry and land biogeochemistry components, linked together by a coupler. ACCESS-ESM1.6 is an update to ACCESS-ESM1.5, developed for CMIP7 fast tracks.
## Support
Any questions about ACCESS-NRI releases of ACCESS-ESM1.6 should be done through the [ACCESS-Hive Forum](https://forum.access-hive.org.au/). See the [ACCESS Help and Support topic](https://forum.access-hive.org.au/t/access-help-and-support/908) for details on how to do this.
### Build
ACCESS-NRI is using [spack](https://spack.io), a build from source package manager designed for use with high performance computing. This repository contains a [spack environment](https://spack.readthedocs.io/en/latest/environments.html) definition file ([`spack.yaml`](https://github.com/ACCESS-NRI/ACCESS-ESM1.6/blob/main/spack.yaml)) that defines all the essential components of the ACCESS-ESM1.6 model, including exact versions.
Spack automatically builds all the components and their dependencies, producing model component executables. Spack already contains support for compiling thousands of common software packages. Spack packages for the components in ACCESS-ESM1.6 are defined in the [spack packages repository](https://github.com/ACCESS-NRI/spack_packages/).
ACCESS-ESM1.6 is built and deployed automatically to `gadi` on NCI (see below). However it is possible to use spack to compile the model using the `spack.yaml` environment file in this repository. To do so follow the [instructions on the ACCESS Forum for configuring spack on `gadi`](https://forum.access-hive.org.au/t/how-to-build-access-om2-on-gadi/1545).
Then clone this repository and run the following commands on `gadi`:
```bash
spack env create access-esm1p6 spack.yaml
spack env activate -p access-esm1p6
spack install
```
to create a spack environment called `access-esm1p6` and build all the ACCESS-ESM1.6 components, the locations of which can be found using `spack find --paths`.
### Deployment
ACCESS-ESM1.6 is deployed automatically when a new version of the [`spack.yaml`](https://github.com/ACCESS-NRI/ACCESS-ESM1.6/blob/main/spack.yaml) file is committed to `main` or a dedicated `backport/VERSION` branch. All the ACCESS-ESM1.6 components are built using `spack` on `gadi` and installed under the [`vk83`](https://my.nci.org.au/mancini/project/vk83) project in `/g/data/vk83`. It is necessary to be a member of [`vk83`](https://my.nci.org.au/mancini/project/vk83) project to use ACCESS-NRI deployments of ACCESS-ESM1.6.
The deployment process also creates a GitHub release with the same tag. All releases are available under the [Releases page](https://github.com/ACCESS-NRI/ACCESS-ESM1.6/releases). Each release has a changelog and meta-data with detailed information about the build and deployment, including:
- paths on `gadi` to all executables built in the deployment process (`spack.location`)
- a `spack.lock` file, which is a complete build provenance document, listing all the components that were built and their dependencies, versions, compiler version, build flags and build architecture
- the environment `spack.yaml` file used for deployment
Additionally the deployment creates environment modulefiles, the [standard method for deploying software on `gadi`](https://opus.nci.org.au/display/Help/Environment+Modules). To view available ACCESS-ESM1.6 versions:
```bash
module use /g/data/vk83/modules
module avail access-esm1p6
```
For users of ACCESS-ESM1.6 model configurations released by ACCESS-NRI the exact location of the ACCESS-ESM1.6 model executables is not required. Model configurations will be updated with new model components when necessary.