mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
|
netcdf file {
|
||
|
variables:
|
||
|
int data;
|
||
|
data : _FillValue = 0;
|
||
|
|
||
|
data:
|
||
|
|
||
|
data = 177;
|
||
|
}
|