Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
620 B

netcdf test {
dimensions:
maxStrlen64 = 64 ;
variables:
byte types.integers.b ;
int types.integers.i32 ;
int types.integers.ui32 ;
short types.integers.i16 ;
short types.integers.ui16 ;
float types.floats.f32 ;
double types.floats.f64 ;
char types.strings.s(maxStrlen64) ;
char types.strings.u(maxStrlen64) ;
data:
types.integers.b = 0 ;
types.integers.i32 = 1 ;
types.integers.ui32 = 0 ;
types.integers.i16 = 0 ;
types.integers.ui16 = 0 ;
types.floats.f32 = 0 ;
types.floats.f64 = 1000 ;
types.strings.s = "This is a data test string (pass 0)." ;
types.strings.u = "http://www.dods.org" ;
}