netcdf-c/ncdap_test/expected4/in_v.nc.dmp
2010-06-03 13:24:43 +00:00

17 lines
342 B
Plaintext

netcdf in_v {
dimensions:
time = 10 ;
variables:
float v(time) ;
string v:long_name = "Meridional wind speed" ;
string v:units = "meter second-1" ;
// global attributes:
string :Conventions = "NCAR-CSM" ;
string :history = "History global attribute.\\012" ;
:julian_day = 200000.04 ;
data:
v = 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ;
}