mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-27 08:49:16 +08:00
8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
netcdf synth8 {
|
||
|
dimensions:
|
||
|
unlimited = UNLIMITED ; // (0 currently)
|
||
|
variables:
|
||
|
float Q1.Q2.v4(unlimited) ;
|
||
|
data:
|
||
|
}
|