Note 1: Mapped projections (such as polar stereographic) are handled through the contouring routine hops/prog/trishade.c, which may be compiled as a dynamical library using the C-shell script hops/prog/make_trishade.csh. The two calls to the IDL function CALL_EXTERNAL in hops/plot/fcont.pro must also be modified to properly load this dynamical library.
Note 2: EOF computations are done using an external Fortran program hops/prog/eofcompute.F. It should be compiled and linked with the public domain LINPAK library, and the executable should be named eofcompute0. The EOF operator hops/tops/tseof uses the C-shell script hops/bin/eofcompute to invoke the program eofcompute0. This script may need to be modified.
Note 3: To convert CCM3 history files to netCDF, you can use the ccm2nc utility.