mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-09 08:11:38 +08:00
10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
|
netcdf synth7 {
|
||
|
types:
|
||
|
float(*) Q1_t ;
|
||
|
variables:
|
||
|
Q1_t Q1 ;
|
||
|
data:
|
||
|
|
||
|
Q1 = {1320, 2320, 3320, 4320, 5320, 6320, 7320, 8320} ;
|
||
|
}
|