 |
 |
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
vlmopen_env
NAME
vlmopen_env - Opens a NetCDF ParVox environment
file.
SYNOPSIS
#include <vlmeta.h>
int vlmopen_env(char *name);
DESCRIPTION
Vlmopen_env opens a ParVox environment file and returns a handle that
can be used by vlmget_env. The name
parameter can be either the basename of the environment file, or the
complete name, including the .env.nc extension. For example, to
open the file ocean.env.nc, vlmopen_env can be called via
vlmopen_env("ocean") or vlmopen("ocean.env.nc").
SEE ALSO
vlmget_env,
ParVox Tutorial: Input Data Format
DIAGNOSTICS
Upon successful completion, the file handle for the
file is returned. Otherwise, a value of -1 is returned.
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
 |
|
 |
This page,
http://pat.jpl.nasa.gov/public/ParVox/API/vlmopen_env.html,
is maintained by
and was last modified Wednesday, 09-Mar-2005 16:49:30 PST
|
|
 |
 |
 |
 |
 |
 |
 |
|