README 644 B

123456789101112131415
  1. CDO (Climate Data Operators)
  2. CDO is a collection of command line Operators to manipulate and analyse
  3. Climate and NWP model Data.
  4. Supported data formats are GRIB 1/2, netCDF 3/4, SERVICE, EXTRA and
  5. IEG. There are more than 600 operators available.
  6. By default, the script does not build nor run the tests. You can use the
  7. option TESTBUILD=YES to build and run the tests before the make install
  8. part. Note that the hdf5 slackbuild builds the library in a
  9. non-thread-safe manner so one of the test will fail with a note in the
  10. test log about requiring the use of the -L flag to compensate, but the
  11. tests themself to not use that flag so fails.