The above path for Java Home was valid for a Macbook Pro 2015 with macOS Catalina and Java SDK 13.0.2
however for different java versions, operating systems etc this may be different
The conda environment creation command has not yet been tested. The yml document (can be opened using text editor) gives a list of all the modules and their versions that are required for PyNEMO so a environment can be constructed using this document as reference (or if you use pip!)
The conda environment yaml file has been tested with Miniconda 3.7 and found to install the enironment correctly.
**Update** conda environment yaml file has been tested (and works!) on a Macbook Pro 2015 and iMac 2013 running Anaconda 3.7 and Miniconda 3.7 respectively.
Contribution guidelines
-----------------------
...
...
@@ -101,6 +95,16 @@ The PyNEMO module can be tested using the bench marking namelist bdy file in the
:width: 800
:alt: Example BDY coords output
Unit Tests
-------------------
To test operation of the PyNEMO module, running the PyTest script in the unit tests folder will perform a range tests on different child grids,
checking the interpolation of the source data on to the child grid. To do this the following command is required::
$ pytest -q unit_tests/unit_test.py
The command should be run from the main PyNEMO directory to enable modules to be imported correctly.