README.md 728 Bytes
Newer Older
Alba Vilanova's avatar
Alba Vilanova committed
# About
Carles Tena's avatar
Carles Tena committed

Alba Vilanova's avatar
Alba Vilanova committed
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.
Carles Tena's avatar
Carles Tena committed

Alba Vilanova's avatar
Alba Vilanova committed
# How to clone

Use the following command to get a copy of the repository:

```
git clone https://earth.bsc.es/gitlab/es/NES.git
```

Alba Vilanova's avatar
Alba Vilanova committed
You can use the latest stable version of NES
Alba Vilanova's avatar
Alba Vilanova committed
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
```

Alba Vilanova's avatar
Alba Vilanova committed
# How to run
Alba Vilanova's avatar
Alba Vilanova committed

For running NES, please follow the instruction in 
Alba Vilanova's avatar
Alba Vilanova committed
the [wiki](https://earth.bsc.es/gitlab/es/NES/-/wikis/home).