From 941d3092be5171739a8cd7a1349d67977fc06d43 Mon Sep 17 00:00:00 2001 From: vleguenn <valegu@noc.ac.uk> Date: Wed, 14 Jul 2021 19:20:13 +0100 Subject: [PATCH] Updating README with copy of NCML out Copying output_NCML is a necessary step in order to run pynemo and adding a step in the README helps figuring out the missing data, imo. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 92c4b43..01e6042 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,7 @@ To reactivate, the following needs to be typed:: To use PyNEMO, the following command is entered: (the example will run an benchmarking test):: + $ cp /path/to/PyNEMO/pynemo/output_NCML/* /path/to/ncml_out/ -r $ pynemo -s /path/to/namelist/file (e.g. PyNEMO/inputs/namelist_remote.bdy) Other commands include -d which downloads the specified CMEMS data in the namelist bdy file.:: -- GitLab