You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ ACCESS-ESM1.6 is built and deployed automatically to `gadi` on NCI (see below).
18
18
Then clone this repository and run the following commands on `gadi`:
19
19
20
20
```bash
21
-
spack env create access-esm1.6 spack.yaml
22
-
spack env activate access-esm1.6
21
+
spack env create access-esm1p6 spack.yaml
22
+
spack env activate -p access-esm1p6
23
23
spack install
24
24
```
25
25
@@ -38,10 +38,8 @@ The deployment process also creates a GitHub release with the same tag. All rele
38
38
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:
39
39
40
40
```bash
41
-
module use /g/data/vk83/apps/spack/0.22/release/modules/linux-rocky8-x86_64
42
-
module avail access-esm1.6
41
+
module use /g/data/vk83/modules
42
+
module avail access-esm1p6
43
43
```
44
44
45
45
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.
46
-
47
-
For information on contributing your own fixes to the ACCESS-ESM1.6 `spack.yaml`, see the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
0 commit comments