Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
On 12/16/19 10:30 PM, Dave Allured - NOAA Affiliate via netcdfgroup wrote:
cat > bug.cdl << EOF netcdf bug { types: int enum enum1 {A = -1, B = 0, C = 1} ; compound comp1 { enum1 e1; }; dimensions: dim1 = 2 ; variables: enum1 var1(dim1) ; comp1 var2(dim1) ; data: var1 = A, A ; var2 = {A}, {A} ; } EOF
netcdfgroup
archives: