From 22fb5efc61ed0ae796d669fbe0477b73d5415028 Mon Sep 17 00:00:00 2001
From: Thomas Prime <thopri@noc.ac.uk>
Date: Mon, 28 Oct 2019 13:00:35 +0000
Subject: [PATCH] added extra info readme

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e1d82de..771a32d 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,17 @@ To be udated soon. This work springboards from the [PyNEMO](http://pynemo.readth
 
 ## Bench Marking Tests ##
 
-The PyNEMO module can be tested using the bench marking scripts in the inputs folder. To check the outputs of the benchmark test can be visualised using the plotting script within the test_scripts folder.
+The PyNEMO module can be tested using the bench marking namelist bdy file in the inputs folder. To check the outputs of the benchmark test, these can be visualised using the plotting script within the test_scripts folder. The following steps are required,
 
-- Run PyNEMO using the namelist file in the inputs folder (namelist_remote.bdy)
+- Run PyNEMO using the namelist file in the inputs folder (namelist_remote.bdy) e.g.
 
-- This will create two output files coordinates.bdy.nc and NNA_R12_bdyT_y1979)m11.nc
+	-	$ pynemo -s /path/to/namelist/file
 
-- To check the coordinates.bdy.nc has the correct boundary points, the script bdy_coords_plot.py will plot the domain boundaries and shown the different locations of the rim width (increasing number should go inwards)
+- This will create two output files coordinates.bdy.nc and NNA_R12_bdyT_y1979)m11.nc in an outputs folder
+
+- To check the coordinates.bdy.nc has the correct boundary points, the script bdy_coords_plot.py will plot the domain boundaries and shown the different locations of the rim width (increasing number should go inwards) This script is located in the test_scripts folder.
+
+- The result should look like this (if using the current benchmark data)
 
 ![Example BDY coords output](/screenshots/example_bdy_coords.png)
 
-- 
GitLab