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.
 
 
 
 
 
 

59 lines
2.3 KiB

netcdf test {
dimensions:
CS01 = 5 ;
CS01.data.f_1 = 2 ;
CS01.data.f_2 = 5 ;
depth = 10 ;
variables:
double CS01.profile(CS01, depth) ;
int CS01.data.i(CS01) ;
double CS01.data.f(CS01, CS01.data.f_1, CS01.data.f_2) ;
float CS01.lat(CS01) ;
float CS01.lng(CS01) ;
data:
CS01.profile =
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
0.99755100025328, 0.996801706302619, 0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
0.99755100025328, 0.996801706302619, 0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
0.99755100025328, 0.996801706302619, 0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
0.99755100025328, 0.996801706302619, 0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978, 0.998750260394966, 0.998200539935204,
0.99755100025328, 0.996801706302619, 0.995952733011994 ;
CS01.data.i = 1, 2, 3, 5, 8 ;
CS01.data.f =
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978,
0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619,
0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978,
0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619,
0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978,
0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619,
0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978,
0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619,
0.995952733011994,
1, 0.999950000416665, 0.999800006666578, 0.999550033748988,
0.999200106660978,
0.998750260394966, 0.998200539935204, 0.99755100025328, 0.996801706302619,
0.995952733011994 ;
CS01.lat = 0, 0.9999833, 1.999867, 2.99955, 3.998933 ;
CS01.lng = 0, 0.9999833, 1.999867, 2.99955, 3.998933 ;
}