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.
51 lines
858 B
51 lines
858 B
netcdf \123 {
|
|
dimensions:
|
|
i = 2 ;
|
|
j = 3 ;
|
|
l = 3 ;
|
|
maxStrlen64 = 64 ;
|
|
variables:
|
|
short l(l) ;
|
|
char bears(i, j, maxStrlen64) ;
|
|
bears:act = "text string\\012\\011123" ;
|
|
bears:acs = -40s ;
|
|
bears:acl = 17000 ;
|
|
bears:acf = -2.f, 1.f, 0.f ;
|
|
bears:acd = -1., 0.75 ;
|
|
bears:string_length = 3 ;
|
|
short order(i, j) ;
|
|
int shot(i, j) ;
|
|
float aloan(i, j) ;
|
|
double cross(i, j) ;
|
|
|
|
// global attributes:
|
|
:history = "This is an example of a multi-line global\\012attribute. It could be used for representing the\\012processing history of the data, for example." ;
|
|
:DODS_EXTRA.Unlimited_Dimension = "k" ;
|
|
data:
|
|
|
|
l = 10, 9, 8 ;
|
|
|
|
bears =
|
|
"ind",
|
|
"ist",
|
|
"ing",
|
|
"uis",
|
|
"hab",
|
|
"le" ;
|
|
|
|
order =
|
|
1, 2, 3,
|
|
4, 5, 6 ;
|
|
|
|
shot =
|
|
2, 3, 4,
|
|
5, 6, 7 ;
|
|
|
|
aloan =
|
|
3, 4, 5,
|
|
6, 7, 1e+12 ;
|
|
|
|
cross =
|
|
4, 5, 0.000244140625,
|
|
7, 8, 10000000000 ;
|
|
}
|
|
|