Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Stripping Wavefunctions from Jacapo .nc Files

To strip wavefunctions from all subdirectories of the current directory (".", in the find command):

Code Block
source /afs/slac/g/suncat/jacapo/setupenv
find . -name \*nc -exec /nfs/slac/g/suncatfs/sw/jacapov3/ase/ase/calculators/jacapo/tools/stripnetcdf {} \; -print

...