NEVADA (NetCDF Explorer and Visualizer for Atmospheric Data Analysis) is a small software that allows to open and display bidimensionnal variables from NetCDF files.
This soft was designed to handle files up to 300 Mo.
This project is all under GNU General Public Licence v3.0. Please read LICENCE for more informations.
To build and use NEVADA, you will need the following:
- netcdf >= 4.9.0
- gtk3
- SDL2
- gnuplot
To install NEVADA, just follow these steps:
$ git clone https://github.com/antoine-royer/NEVADA.git
$ cd NEVADA
$ make
$ make install
If you want to delete the objects files from the compilation you can make clean
.
To update NEVADA:
$ cd NEVADA
$ make uninstall
$ git pull
$ make
$ make install
Note that make uninstall
isn't necessary (actually it removes NEVADA from your system).
To remove NEVADA from your system:
$ cd NEVADA
$ make uninstall
$ cd ../
$ rm -rf NEVADA