netcdf-c/ncdap_test/expected3/in_v.nc.dmp

18 lines
384 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf in_v {
dimensions:
time = UNLIMITED ; // (10 currently)
variables:
float v(time) ;
v:long_name = "Meridional wind speed" ;
v:units = "meter second-1" ;
// global attributes:
:Conventions = "NCAR-CSM" ;
:history = "History global attribute.\\012" ;
2010-06-03 21:24:43 +08:00
:julian_day = 200000.04 ;
:DODS_EXTRA.Unlimited_Dimension = "time" ;
2010-06-03 21:24:43 +08:00
data:
v = 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ;
}