ncl_mplnri (3) - Linux Manuals
ncl_mplnri: Reads information from a specified EZMAP database.
NAME
MPLNRI - Reads information from a specified EZMAP database.
SYNOPSIS
CALL MPLNRI (FLNM)C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>DESCRIPTION
- FLNM
- (an input expression of type CHARACTER) specifies the name of the database to be used. MPLNRI will first look for the files of the specified database in the current working directory; if the files are not found there, MPLNRI will look for them in the NCAR Graphics database directory. The database created in 1998 and provided as part of Version 4.1 of NCAR Graphics is named "Earth..1".
C-BINDING DESCRIPTION
The C-binding argument description is the same as the FORTRAN argument description.USAGE
Calling MPLNRI causes information about the database whose name is specified by FLNM to be read into EZMAPB common blocks. Subsequent references to functions like MPIOAR, MPISCI, and so on make use of this data.EXAMPLES
Use the ncargex command to see the following relevant example: mpex12.ACCESS
To use MPLNRI or c_mplnri, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.