Changes between Version 17 and Version 18 of Documentation/UserGuide/StudyNetCDF


Ignore:
Timestamp:
2020-05-11T17:24:04+02:00 (4 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/StudyNetCDF

    v17 v18  
    227227}}} 
    228228 
     229=== To install a newer version than the default one on asterix/obelix == 
     230 
     231Get files from https://code.zmaw.de/projects/cdo/files 
     232{{{ 
     233./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr 
     234 
     235make clean 
     236make 
     237make install 
     238}}} 
     239 
     240If you installed proj and hdf5 libraries somewhere, their can also be support for these file formats : 
     241 
     242{{{ 
     243./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr --with-proj=/path/to/install --with-hdf5=/path/where/installed 
     244}}} 
     245 
     246