mo_netcdf: support 64bit integer array indices by separate *64 methods
Implemented additive 64-bit mo_netcdf API (supporting huge array indices):
-
NcGroupnow hassetDimension64 -
NcDimensionhasgetLength64 -
NcVariablenow exposesgetShape64,setData64,getData64, andreadInto64 - all backed by the existing wrapper
*64entry points
Tighten the wrapper boundary in mo_netcdf_wrapper:
- rank>0 buffers passed to
c_locbecomecontiguous - validates
start/cnt/stride/mapbefore the netcdf-c call
No changes were made to mo_ncread or mo_ncwrite.
Edited by Sebastian Müller