ACCESS-NRI / ACCESS-OM2

ACCESS-OM2: ACCESS Ocean-Sea Ice Model
Apache License 2.0
5 stars 0 forks source link

Packaging and deploying ACCESS-OM #11

Closed aidanheerdegen closed 1 year ago

aidanheerdegen commented 1 year ago

One method to package and deploy ACCESS-OM is to make a simple bundle spack package

https://spack.readthedocs.io/en/latest/build_systems/bundlepackage.html

Then the this repo could contain a spack.yaml file defining an environment with a specific version of the access-om package.

Alternatively the spack.yaml could just contain all the individual packages that make up access-om2. The advantage of making it a bundle is that it could be installed independently for development purposes.

aidanheerdegen commented 1 year ago

Should have just added to existing issue. Closing