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.
 
 
 
 
 
 

34 lines
1.1 KiB

netcdf D1 {
dimensions:
Drifters = 5 ;
maxStrlen64 = 64 ;
variables:
char Drifters.instrument_id(Drifters, maxStrlen64) ;
char Drifters.location(Drifters, maxStrlen64) ;
double Drifters.latitude(Drifters) ;
double Drifters.longitude(Drifters) ;
// global attributes:
:_location.Description = "String describing general location (southern ocean,oregon coast, etc.) of drifter deployment." ;
data:
Drifters.instrument_id =
"This is a data test string (pass 0).",
"This is a data test string (pass 2).",
"This is a data test string (pass 4).",
"This is a data test string (pass 6).",
"This is a data test string (pass 8)." ;
Drifters.location =
"This is a data test string (pass 1).",
"This is a data test string (pass 3).",
"This is a data test string (pass 5).",
"This is a data test string (pass 7).",
"This is a data test string (pass 9)." ;
Drifters.latitude = 1000, 999.800006666578, 999.200106660978,
998.200539935204, 996.801706302619 ;
Drifters.longitude = 999.950000416665, 999.550033748988, 998.750260394966,
997.55100025328, 995.952733011994 ;
}