Skip to content

Commit

Permalink
Fixing errors in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samharrison7 committed Dec 20, 2023
1 parent d0b9d6b commit 93797f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Test the model with the [test scenario](getting-started/test-scenario.md). Presu

```shell
$ mkdir log output
$ nanofase config.example/test-scenario.nml
$ nanofase config.example/test-scenario.example.nml
```

Or you can use fpm to run the model, without needing to install it first (i.e. omitting the `fpm @install` step above):

```shell
# Debug version
$ fpm @run -- config.example/test-scenario.nml
$ fpm @run -- config.example/test-scenario.example.nml
# Release version with optimisations turned on
$ fpm @release -- config.example/test-scenario.nml
$ fpm @release -- config.example/test-scenario.example.nml
```

Take a look at the NetCDF output file using your software of choice. For example, using Python's `xarray` to plot the pristine NM concentration in rivers at the end of the model run (2015-01-11):
Expand Down

0 comments on commit 93797f2

Please sign in to comment.