@@ -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)