|
10 | 10 |
|
11 | 11 | ## Prerequisites |
12 | 12 |
|
13 | | -### General prerequisites |
14 | | - |
15 | | -Before running {{ model }}, you need to [Set Up your NCI Account](/getting_started/set_up_nci_account). |
16 | | - |
17 | | -If you are unsure whether {{ model }} is the right choice for your experiment, take a look at the overview of [ACCESS Models](/models). |
18 | | - |
19 | | -### Model-specific prerequisites |
| 13 | +- **NCI Account**<br> |
| 14 | + Before running {{ model }}, you need to [Set Up your NCI Account](/getting_started/set_up_nci_account). |
20 | 15 |
|
21 | 16 | - **_MOSRS_ account**<br> |
22 | 17 | The [Met Office Science Repository Service (MOSRS)](https://code.metoffice.gov.uk) is a server run by the UK Met Office (UKMO) to support collaborative development with other partners organisations. MOSRS contains the source code and configurations for some model components in {{ model }} (e.g., the [UM](/models/model_components/atmosphere/#unified-model-um)).<br> |
23 | 18 | To apply for a _MOSRS_ account, please contact your [local institutional sponsor](https://opus.nci.org.au/display/DAE/Prerequisites). |
| 19 | + {: #mosrs-account} |
24 | 20 |
|
25 | | -- **Join the _access_, _hr22_, _ki32_ and _ki32\_mosrs_ projects at NCI**<br> |
26 | | - To join these projects, request membership on the respective [access](https://my.nci.org.au/mancini/project/access/join), [hr22](https://my.nci.org.au/mancini/project/hr22/join), [ki32](https://my.nci.org.au/mancini/project/ki32/join) and [ki32_mosrs](https://my.nci.org.au/mancini/project/ki32_mosrs/join) NCI project pages. |
| 21 | +- **Join NCI projects**<br> |
| 22 | + Join the following projects by requesting membership on their respective NCI project pages: |
27 | 23 |
|
28 | | - !!! tip |
29 | | - To request membership for the _ki32_mosrs_ subproject you need to have a MOSRS account and be member of the _ki32_ project. |
| 24 | + - [access](https://my.nci.org.au/mancini/project/access/join) |
| 25 | + - [hr22](https://my.nci.org.au/mancini/project/hr22/join) |
| 26 | + - [ki32](https://my.nci.org.au/mancini/project/ki32/join) |
| 27 | + - [ki32_mosrs](https://my.nci.org.au/mancini/project/ki32_mosrs/join) |
30 | 28 |
|
31 | | - For more information on how to join specific NCI projects, refer to [How to connect to a project](https://opus.nci.org.au/display/Help/How+to+connect+to+a+project). |
| 29 | + !!! tip |
| 30 | + To request membership for the _ki32_mosrs_ subproject, you need to: |
| 31 | + |
| 32 | + - already be member of the _ki32_ project |
| 33 | + {: style="list-style-type: disc"} |
| 34 | + - have a [MOSRS account](#mosrs-account) |
| 35 | + {: style="list-style-type: disc"} |
| 36 | + |
| 37 | + 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). |
32 | 38 |
|
33 | 39 | - **Connection to an ARE VDI Desktop (optional)**<br> |
34 | 40 | To run {{ model }}, start an [Australian Research Environment (ARE) VDI Desktop](https://are.nci.org.au/pun/sys/dashboard/batch_connect/sys/desktop_vnc/ncigadi/session_contexts/new) session.<br> |
@@ -380,13 +386,13 @@ rose suite-gcontrol |
380 | 386 | It is quite common, especially during the first few runs, to experience errors and job failures. Running an {{ model }} suite involves the execution of several tasks, and any of these tasks could fail. When a task fails, the suite is halted and a red icon appears next to the respective task name in the _Cylc_ GUI.<br> |
381 | 387 | To investigate the cause of a failure, we need to look at the logs `job.err` and `job.out` from the suite run. There are two main ways to do so: |
382 | 388 |
|
383 | | -#### Using the _Cylc_ GUI |
| 389 | +#### Using the _Cylc_ GUI {: .no-toc } |
384 | 390 | Right-click on the task that failed and click on _View Job Logs (Viewer) → job.err_ (or _job.out_).<br> |
385 | 391 | To access a specific task, click on the arrow next to the task to extend the drop-down menu with all the subtasks. |
386 | 392 |
|
387 | 393 | {: class="example-img" loading="lazy"} |
388 | 394 | |
389 | | -#### Through the suite directory |
| 395 | +#### Through the suite directory {: .no-toc } |
390 | 396 | The suite's log directories are stored in `~/cylc-run/<suite-ID>` as `log.<TIMESTAMP>`, and the latest set of logs are also symlinked in the `~/cylc-run/<suite-ID>/log` directory.<br> |
391 | 397 | The logs for the main job can be found in the `~/cylc-run/<suite-ID>/log/job` directory.<br> |
392 | 398 | Logs are separated into simulation cycles according to their starting dates, then divided into subdirectories according to the task name. They are then further separated into "attempts" (consecutive failed/successful tasks), where `NN` is a symlink to the most recent attempt. |
@@ -457,7 +463,7 @@ qdel <job-ID> |
457 | 463 | ### RESTART a suite |
458 | 464 | There are two main ways to restart a suite: |
459 | 465 |
|
460 | | -#### _SOFT_ restart |
| 466 | +#### _SOFT_ restart {: .no-toc } |
461 | 467 | To reinstall the suite and reopen _Cylc_ in the same state it was prior to being stopped, run the following command from within the suite directory: |
462 | 468 | ``` |
463 | 469 | rose suite-run --restart |
@@ -504,7 +510,7 @@ rose suite-run --restart |
504 | 510 | <img src="/assets/run_access_cm/Cylc_GUI_are.png" alt="Cylc GUI" imageTime="inf" loading="lazy"> |
505 | 511 | </terminal-window> |
506 | 512 |
|
507 | | -#### _HARD_ restart |
| 513 | +#### _HARD_ restart {: .no-toc } |
508 | 514 | To overwrite any previous runs of the suite and start afresh, run the following command from within the suite directory: |
509 | 515 | ``` |
510 | 516 | rose suite-run --new |
|
0 commit comments