Conran_family(3NCARG) | NCAR GRAPHICS | Conran_family(3NCARG) |
Conran_family - is a set of two dimensional contour mapping routines for irregularly distributed data.
There are three Conran_family entries, CONRAN, CONRAQ, and CONRAS. CONRAN can be invoked in two ways. One generates smoothed contours, the other does not. CONRAQ is a quick version of the package which has a more limited set of options than the other entries. CONRAS is the super version of the package.
The Conran_family is approaching obsolescence. If you have available an interpolation package which can do a random to gridded interpolation equal to that built into the Conran_family, then we recommend that you grid your dataset and use the Conpack utility instead. Refer to the conpack and conpack_params man pages as well as the NCAR Graphics Contouring and Mapping Tutorial.
CONRAN - Provides the standard and smooth versions for contouring of irregularly gridded data.
CONRAQ - Provides the quick form of the package. It does not have as many available options as the other entries.
CONRAS - This is the super version of the package. Not only does it smooth and label contour lines, it can also reduce line crowding.
CONOP1 - Sets values of internal parameters of type logical. Specifically, CONOP1 is used to turn options "OFF", or "ON".
CONOP2 - Sets values of internal parameters of type integer.
CONOP3 - Sets values of internal parameters of type real.
CONOP4 - Sets values of internal parameters of type character.
There are three entries in the Conran_family which create contour plots: CONRAQ (quick), CONRAS (super), and CONRAN (standard and smooth.)
To use standard CONRAN, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order. To run any of the other three options (quick, super, or smooth), one or more additional libraries is needed as follows:
quick -- additionally load the conraq library.
smooth -- additionally load the dashsmth library.
super -- additionally load the conras and dashsupr libraries.
These libraries can also be implicitly loaded by using the -quick, -smooth, or -super option of the ncargf77 command. For example, to run a code called mycode.f which has one or more calls to a Conran_family entry, issue one of the commands:
mycode.f has one or more calls to entry CONRAQ.
mycode.f has one or more calls to entry CONRAN.
mycode.f has one or more calls to entry CONRAN.
mycode.f has one or more calls to entry CONRAS.
Warning: mycode.f can only call one of the three entries, CONRAQ, CONRAN, or CONRAS.
Error messages generated by CONRAN routines include:
The errors listed above are defined as recoverable errors should the user wish to use them in that fashion. The documentation on the ERPRT77 package explains how to recover from an error.
Online: conran, conraq, conras, conran_family_params, conop1, conop2, conop3, conop4, conpack, conpack_params, cpcnrc, bivar, dashline_family, ncargf77
Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics Fundamentals, UNIX Version; User's Guide for NCAR GKS-0A Graphics
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
March 1993 | UNIX |