diff --git a/README.md b/README.md index 70c514e70958cf52c320848b2015b8ac4f3ce93f..e1d82de4c4fd81790f92d45d3eeaf706d2790656 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ To be udated soon. This work springboards from the [PyNEMO](http://pynemo.readth ## Contribution guidelines ## +## 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. + +- Run PyNEMO using the namelist file in the inputs folder (namelist_remote.bdy) + +- This will create two output files coordinates.bdy.nc and NNA_R12_bdyT_y1979)m11.nc + +- 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) + + + ## Who do I talk to? ## * Repo owner or admin diff --git a/screenshots/example_bdy_coords.png b/screenshots/example_bdy_coords.png new file mode 100644 index 0000000000000000000000000000000000000000..cd83e138a1bc0d264fabd8c3c0e25c2686696aa2 Binary files /dev/null and b/screenshots/example_bdy_coords.png differ