This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Would either of these work?
1. store the inverse using
int vertex[UNLIMITED]
The contents of vertex[i] is the index of
its cell (assuming 1-1).
2. If not 1-1 then use the netcdf4 model:
types:
int (*) vertex;
vars:
vertex cell[UNLIMITED]
=Dennis Heimbigner
Unidata
Ticket Details
===================
Ticket ID: EFI-536067
Department: Support netCDF
Priority: Normal
Status: Open