From 93797f24abe00ac34d9f9556cd7681717ac69e88 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Wed, 20 Dec 2023 09:05:10 +0000 Subject: [PATCH] Fixing errors in the docs --- docs/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index deaed72..078e483 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -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):