Changes between Version 4 and Version 5 of HowTo_cdo_netcdf


Ignore:
Timestamp:
2014-11-21T11:13:06+01:00 (9 years ago)
Author:
zpoussi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo_cdo_netcdf

    v4 v5  
    7474</code> 
    7575 
     76 
    7677instead of : 
     78 
    7779<code> 
    7880  cdo timavg ifile1 tmp1 
     
    8789 
    8890== to install a newer version than the default one on asterix/obelix == 
     91 
    8992<code> 
    90 get files from https://code.zmaw.de/projects/cdo/files 
    91 ./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr 
     93   get files from https://code.zmaw.de/projects/cdo/files 
     94   ./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr 
    9295 
    93 make clean 
    94 make 
    95 make install 
     96   make clean 
     97   make 
     98   make install 
    9699</code> 
    97100 
    98101If you installed proj and hdf5 libraries somewhere, their can also be support for these file formats : 
     102 
    99103<code> 
    100 ./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr --with-proj=/path/to/install --with-hdf5=/path/where/installed 
     104   ./configure --prefix=/home/users/your_ACCOUNT/ --with-netcdf=/usr --with-proj=/path/to/install --with-hdf5=/path/where/installed 
    101105</code> 
     106 
    102107---- 
    103108