README 764 B

12345678910111213141516171819202122
  1. **BROKEN: TOO TIED TO OLD CCA LOADLEVELLER**
  2. This was an alternative approach to testing, based on:
  3. tm5_test.py
  4. as a script:
  5. tm5_test.py -h file1.rc file2.rc
  6. or as a module (see test_tm6.py for an example). You had to link these
  7. files into your TM5 top directory, and call them from there.
  8. This approach gives you the option to use Unix's cmp and ncks (from NCO)
  9. to compare restart files, instead of ttb/bin/ttb_compare.py (which
  10. relies on not-always available 'numpy', 'netCDF4', 'pycdf', and 'pyhdf'
  11. python modules). See "method" variable in the comp_restart function.
  12. Also, it does not introduce new rc files, but uses command line
  13. arguments instead.