Skip to content

Commit 9d99d45

Browse files
committed
Merge branch 'wrf' of github.com:bcumming/cscs-docs into wrf
2 parents 8534df0 + f43ef3c commit 9d99d45

File tree

1 file changed

+3
-3
lines changed
  • docs/build-install/applications

1 file changed

+3
-3
lines changed

docs/build-install/applications/wrf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ uenv-spack/uenv-spack $PWD/build --uarch=zen2 [email protected] +chem
4141
```
4242

4343
!!! note
44-
See the wrf Spack [package documentation](https://packages.spack.io/package.html?name=wrf) for information about options that can be enabled disabled.
44+
See the wrf Spack [package documentation](https://packages.spack.io/package.html?name=wrf) for information about options that can be enabled or disabled.
4545

4646
Finally, it is time to build the software:
4747

@@ -55,7 +55,7 @@ This will take 30-60 minutes, while Spack builds some dependencies then WRF.
5555
### Using the Spack installation
5656

5757
The installation creates a module file in the `wrf/build` path, that you created.
58-
Let's assume you have installed it in the `$STORE` path for your project, add the following to the top of your sbatch script:
58+
Assuming you have installed it in the `$STORE` path for your project, add the following to the top of your sbatch script:
5959

6060
```bash
6161
#SBATCH --uenv=prgenv-gnu/24.11:v2
@@ -65,7 +65,7 @@ module load wrf
6565
```
6666

6767
!!! example "Modules installed by Spack"
68-
Spack creates a module for ever
68+
Spack creates a module for every installed package:
6969
```console
7070
$ module use $STORE/wrf/build/modules
7171
$ module avail

0 commit comments

Comments
 (0)