MPIPAN(3) Given the area identifier of one of the areas defined by whatever

SYNOPSIS

IPRT=MPIPAN(IAIN,ANME)

C-BINDING SYNOPSIS

#include <ncarg/ncargC.h>

int c_mpipan (int iain, char *anme)

DESCRIPTION

IAIN
is an input expression of type INTEGER, specifying the area identifier of a particular area of interest.
ANME
is an input expression of type CHARACTER, specifying a name of interest.

C-BINDING DESCRIPTION

The C-binding argument description is the same as the FORTRAN argument description.

USAGE

The statement "IPRT=MPIPAN(IAIN,ANME)" sets IPRT non-zero if and only if the area having area identifier IAIN is a part of some area having the name ANME. For example, if IMAD is the area identifier of the little island in Lake Superior called "Lake Madeline", then MPIPAN(IMAD,'Conterminous US') has a non-zero value, but MPIPAN(IMAD,'Russia') does not.

EXAMPLES

None.

ACCESS

To use MPIPAN or c_mpipan, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.