README.md 806 Bytes
Newer Older
Alba Vilanova's avatar
Alba Vilanova committed
[![Version](https://earth.bsc.es/gitlab/es/NES/-/badges/release.svg?key_text=Latest+release&value_width=80)](https://earth.bsc.es/gitlab/es/NES/-/tags)
Alba Vilanova's avatar
Alba Vilanova committed

# About

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.

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

Alba Vilanova's avatar
Alba Vilanova committed
You must have an MPI implementation to be able to run NES. We recommend using Open MPI, you can read their installation guide [here](https://docs.open-mpi.org/en/v5.0.x/installing-open-mpi/quickstart.html).

When you are ready, use the following command to install NES:
Alba Vilanova's avatar
Alba Vilanova committed

```
pip install NES
Alba Vilanova's avatar
Alba Vilanova committed
```

## How to run

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