From 7dde1a5ca44fd8430e1baa9384b399afdb4e9559 Mon Sep 17 00:00:00 2001 From: JessicaGarrett-NOAA <30940444+madMatchstick@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:02:42 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1c58b8d..05fccf2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -110,7 +110,7 @@ The following pre-process step needs to be completed before running the below ex Run: `python ./extern/SoilFreezeThaw/SoilFreezeThaw/tests/test_standalone_ngen.py` (from the sft directory) to compare Example 1 results against the benchmark. #### Example 2 ``` - ../cmake_build/ngen data/catchment_data.geojson cat-27 data/nexus_data.geojson nex-26 realizations/realization_multi.json + ../cmake_build/ngen data/catchment_data.geojson cat-27 data/nexus_data.geojson nex-26 realizations/realization_coupled.json ``` #### Example 3 Detailed instructions for running this example along with realization and model config files are provided in the [examples](https://github.com/NOAA-OWP/SoilFreezeThaw/tree/master/examples) directory.