NetCDF Assembler documentation 1.0.0
|
The netcdf-assembler is a project from my internship at Seagnal, during my 2nd year in EPITECH Grand Ecole program.
Its purpose is to create in C++ a program for assembling multiple NetCDF (and GRIB) files into one large NetCDF file.
You can run netcdf-assembler like this :
For more information, please see the help section.
NetCDF lib is required to compile the project.
You can compile the project with this command :
If you want to debug the program, you can compile the project with this :
If you want clean the project, you can run this command :
You can clean and compile the project with make re
and for debugging make re_debug
The documentation is accessible here.
You can generate the documentation with this command :
You need multiple package for generate them :
[+]
or [-]
or [~]
followed by a message[+]
: Add feature[-]
: Delete feature[~]
: Edit featureOf course, in exceptional cases, we may depart from these rules.
This project was carried out alone by Nicolas TORO.