ContourPlot example 3


This example demonstrates how to create the plot using HLU C and HLU FORTRAN
library calls. The names of the example codes that create this plot are
cn03c.c and cn03f.f.

Discussion
Resources are controlled through a resource file called
cn03.res.
A detailed discussion about how to create the plot appears in the
comments of the source code for the example.
The HLU C program that generates this plot is
called cn03c.c.
The HLU FORTRAN program that generates this plot is
called cn03f.f.
The NCL script to generate this plot has not been created yet.
The data for this plot is defined in the header file (cn03c.h) for the
C example and in an ASCII data file (cn03f.asc) for the FORTRAN example.
This example can be created using a C program (cn03c.c) or a FORTRAN
program (cn03f.f). The examples are installed in the following locations:
- $NCARG_LIB/ncarg/hluex/contourplot/cn03c.c
- $NCARG_LIB/ncarg/hluex/contourplot/cn03f.f
The resource file for this example is located in:
- $NCARG_LIB/ncarg/resfiles/contourplot/cn03.res
You can copy this example and run it by typing
"ng4ex cn03c", or
"ng4ex cn03f". A copy of the source file, and resource file will be placed
in your current working directory. The source code will be compiled and
automatically run for you.
Quick Start Guide Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, QSG Contents, QSG WhereAmI?
$Revision: 1.4 $ $Date: 1995/07/26 23:24:28 $