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: docs/models/run_a_model/run-access-issm.md
+30-12Lines changed: 30 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,27 +20,44 @@
20
20
21
21
## 1 About
22
22
23
-
{{ model }} couples the **Ice-Sheet and Sea-Level System Model (ISSM)** to the ACCESS infrastructure, enabling fully parallel Antarctic and Greenland ice‑sheet simulations on the [NCI _Gadi_ supercomputer][gadi].
23
+
{{ model }} integrates the **Ice-sheet and Sea-level System Model (ISSM)** to the ACCESS climate modelling framework, enabling fully parallel ice‑sheet simulations on the [NCI _Gadi_ supercomputer][gadi].
24
24
25
25
It is maintained and supported by **ACCESS‑NRI**.
26
-
A high‑level description of model components—including the ISSM core, pre‑processing utilities, climate forcings, and coupling hooks—is available in the [{{ model }} overview]({{ model_configurations }}/#{{ model }}).
26
+
A high‑level description of model componentsincluding the ISSM core, pre‑processing utilitiesand forcing data are available in the [{{ model }} overview]({{ model_configurations }}/#{{ model }}).
27
27
28
-
The example below reproduces the *MISMIP+* benchmark. Adjust the variables to suit your experiment.
28
+
The example below reproduces the ISSM controbution to the third [Marine Ice Sheet Model Intercomparison Project](https://tc.copernicus.org/articles/14/2283/2020/) (MISMIP+) benchmark for ice flow models.
29
29
30
30
## 2 Prerequisites
31
31
32
-
1.**NCI login + Gadi project** – request `access` and `vk83` memberships if you do not already have them.
33
-
2.**Spack ISSM environment** – follow the build recipe in [https://github.com/ACCESS-NRI/access-issm](https://github.com/ACCESS-NRI/access-issm). You should end up with `ISSM_DIR` and a Spack `issm-env`.
34
-
3.**Modules** – at minimum:
32
+
!!! warning
33
+
To run {{ model }}, you need to be a member of a project with allocated _Service Units (SU)_. For more information, check [how to join relevant NCI projects](/getting_started/set_up_nci_account#join-relevant-nci-projects).
34
+
35
+
-**NCI Account**<br>
36
+
Before running {{ model }}, you need to [Set Up your NCI Account](/getting_started/set_up_nci_account).
37
+
38
+
-**Join NCI projects**<br>
39
+
Join the following projects by requesting membership on their respective NCI project pages:
For more information on joining specific NCI projects, refer to [How to connect to a project](https://opus.nci.org.au/display/Help/How+to+connect+to+a+project).
45
+
46
+
-**Modules**
47
+
48
+
Load the following modules:
49
+
35
50
```bash
36
-
module load python3/3.10.4 # matches the version used for ISSM Python API
51
+
module load python3/3.9.2 #3.10.4
37
52
module load git
38
53
```
39
54
40
55
---
41
56
42
57
## 3 Quick‑start (Gadi login node)
43
58
59
+
To run he model, a NCI project code with available compute allocation is required.
0 commit comments