python interface to GSI binary diagnostic files.
to install (numpy and fortran compiler (preferably gfortran) required):
python setup.py build
- If you change the fortran compiler, you may have to add the
flags
config_fc --fcompiler=<compiler name>
whensetup.py
is run (see docs for numpy.distutils).
- If you change the fortran compiler, you may have to add the
flags
python setup.py install
Probably will not work on Windows!