 |
vlmput_env
NAME
vlmput_env - Writes environment data to a
NetCDF ParVox environment file.
SYNOPSIS
#include <vlmeta.h>
int vlmput_env(char *name, vlmeta_environ *environ);
DESCRIPTION
Vlmput_env writes a vlmeta_environ data structure
to a ParVox environment file. The information in the vlmeta_environ
structure environ is written to the file name. ParVox
environment files are in NetCDF format.
SEE ALSO
vlmeta_environ,
ParVox Tutorial: Input Data Format
DIAGNOSTICS
Upon successful completion, a value of 0 is returned.
Otherwise, a value of -1 is returned.
|
 |