Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/models/icon/probtest.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export EXP=c2sm_clm_r13b03_seaice
```

## 3. Run perturbed ensemble on CPU
To run a perturbed ensemble, please allocate compute nodes interactively to *not* use your login nodes. Therefore, run the following:
To run a perturbed ensemble, please allocate compute nodes interactively to *not* use your login nodes. Therefore, run the following (replace `<project account>`):
```console
salloc -p normal --time=01:00:00
salloc -A <project account> -p normal --time=01:00:00
```

!!! warning "Compute account"
Expand All @@ -61,7 +61,7 @@ Then navigate to your CPU build directory and generate and run a 10-member ensem
```console
cd nvhpc_cpu
./make_runscripts $EXP
uenv run ${UENV_VERSION},${SQFS_PATH}/py_icon_ci.squashfs:${EDF_PATH}/.venv --view modules,default -- bash -c 'source ${SQFS_PATH}/.venv/bin/activate python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXP --build-dir $(pwd) --member-ids $(seq -s, 1 10)'
uenv run ${UENV_VERSION},${SQFS_PATH}/py_icon_ci.squashfs:${EDF_PATH}/.venv --view modules,default -- bash -c 'source ${SQFS_PATH}/.venv/bin/activate && python3 scripts/cscs_ci/probtest_container_wrapper.py ensemble $EXP --build-dir $(pwd) --member-ids $(seq -s, 1 10)'
```

This generates:
Expand Down
Loading