All UIO-routines are located in sub-directories of a common directory uio
.
The subdirectories and their contents are
uio/bin/
: shell scripts: uiolook
(Sect.6.2.6.2), uiocat
(Sect.6.2.6.3), uioinfo
(Sect.6.2.6.4)
uio/f90/
: Fortran90 source code, see Tab.6.5
uio/man/man1/
: manual pages for shell scripts: uiolook
, uiocat
, uioinfo
idl/bflib/uio/
: IDL routines (Sect.6.2.7)
To use the UNIX scripts and the Makefile you could set a global system variable UIOPATH pointing to this directory. The path to the shell scripts and to the man pages could be added to your shell path variables e.g. in one of the login scripts:
C-shell (.cshrc
):
Korn-shell (.kshrc
) or bash (.bashrc
):
However, with the UIO configure
script and make
, make install
there is a different method available that adds the path declarations automatically,
see Sect.6.2.6.1.