mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +08:00
10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
netcdf synth9 {
|
|
dimensions:
|
|
lat = 2 ;
|
|
long = 2 ;
|
|
variables:
|
|
int lat(lat) ;
|
|
int long(long) ;
|
|
float G1(lat, long) ;
|
|
}
|