From d74b77dcbf23928e816d523f9e5682594999128d Mon Sep 17 00:00:00 2001 From: Alba Vilanova Cortezon Date: Mon, 29 Aug 2022 16:08:06 +0200 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95ad6c1..6f3b0f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,30 @@ -# NES +# About -NetCDF for Earth Science +NES (NetCDF for Earth Science) is the Python I/O library used by SNES, the framework that implements the data post-processing pipelines at the Earth Sciences department, to read and write netCDF files. -test local \ No newline at end of file +# How to clone + +Use the following command to get a copy of the repository: + +``` +git clone https://earth.bsc.es/gitlab/es/NES.git +``` + +You can use the latest stable version of Providentia +by accessing the production branch: + +``` +git checkout production +``` + +You can also access the master branch to test new features, +that are to be implemented in the upcoming release: + +``` +git checkout master +``` + +# Run + +For running NES, please follow the instruction in +the [Wiki](https://earth.bsc.es/gitlab/es/NES/-/wikis/home). \ No newline at end of file -- GitLab