The following list summarizes the examples:
All of the example codes isolate the drawing of graphics into single calls to procedures for drawing surface plots, vector plots, or contour plots. The supporting plotting procedures themselves are collected into a single file and use NCAR Graphics to draw the plots. If you are not using NCAR Graphics and want to draw the plots, you will have to substitute appropriate calls from the graphics package you are using.
Both C and Fortran versions of the plotting procedures are provided that are used by the examples. These are listed in the modules:
If you are using NCAR Graphics and the C interface to Natgrid and you are compiling using ncargcc, then function prototypes for all Natgrid C functions are contained in a C header file. This can be accessed by inserting the line:
#include <ncarg/ngmath.h>into your code.
If you do not have access to NCAR Graphics, replace the calls for drawing the plots with calls to the appropriate procedures at your site.