Skip to content

Build infrastructure

Most users of ACCESS-ESM1.6 will not need to build the model. Released versions of the model are deployed by ACCESS-NRI to Gadi and available to users. Check the Deployment page to learn about available deployments. If you require your own build of the model, typically because you need to modify one or several model components, you will find the required information on this Builing page.

ACCESS-NRI is using Spack, a build from source package manager designed for use with high performance computing.

Software structure

ACCESS-ESM1.6 being a Earth System model, it is constituted of several model components, each residing in its own repository on GitHub. In addition, some model components need other utilities at compilation time that are stored in separate repositories. This results in a complex software structure involving a large number of repositories:

Note

The UM7 and GCOM4 repositories are private because these software are not open-source. They are covered by the UKMO's Momentum Partnership licence. To gain access to these repositories, please request an invitation via this ACCESS-Hive forum topic.

Building ACCESS-ESM1.6 using the deployment infrastructure

This is the recommended method to build ad-hoc versions of ACCESS-ESM1.6 because it does not require users to have access to all the repositories, it handles the build automatically and it provides traceability and shareability of the deployment.

This method is explained on the ACCESS-Hive page for creating pre-releases and releases of ACCESS models. For ACCESS-ESM1.6, you will need write permissions on the ESM1.6 deployment repository and on any model component you need to modify. Request these permissions via this ACCESS-Hive forum topic.

Warning

This method to build the model only works if your modifications are committed in branches of the model repositories on GitHub listed in the software structure. This method can not be used if your modifications sit in a fork of one of the repositories or a local clone.

Local build of ACCESS-ESM1.6

The Spack infrastructure allows you to create your own local build on Gadi for ACCESS-ESM1.6. Once setup, this might be faster than using the deployment infrastructure, especially when you want a lot of small incremental builds during development.

However, this method has several drawbacks. It requires users to install the Spack software which can make it harder for ACCESS-NRI to provide support. It requires users to have at least read permissions on all the repositories required by ACCESS-ESM1.6 (see Software structure). It builds the model in the user space on Gadi thus potentially exposing licensed source code to unlicensed users, limiting the shareability of the build and consuming a potentially non-insignificant amount of inodes. Finally, contrary to the deployment infrastructure, it does not provide an easy way to access several test builds from the same model component branch at the same time.

This method is explained on the ACCESS-Hive page for modifying an ACCESS model's source code.