mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
16 lines
164 B
Plaintext
16 lines
164 B
Plaintext
netcdf utf8 {
|
|
dimensions:
|
|
xā = 2 ;
|
|
㼿y = 2 ;
|
|
variables:
|
|
int (xā, 㼿y) ;
|
|
|
|
// global attributes:
|
|
:Gā = "ā㼿y" ;
|
|
data:
|
|
|
|
=
|
|
1, 2,
|
|
3, 4 ;
|
|
}
|