comments: | Copied T2,XLONG,XLAT from src NetCDF file using NCO. Added versions of XLONG using different creation permutations using pydap. XLONG variables below include a variable attribute, success, equal to 0,1,2, or -1 to indicate that both pydap and Ferret, only pydap, only Ferret, and neither pydap or Ferret were successful in reading from the dataset via OPeNDAP using the code referenced below. |
references: | http://ak.aoos.org:8080/opendap/tmp/tmp/nc/test.py, http://ak.aoos.org:8080/opendap/tmp/tmp/nc/test.jnl |
Unlimited_Dimension: | Time |
T2: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] |
XLAT: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] |
XLONG: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] comments: original success: -1 |
testname: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] comments: changed name success: -1 |
XLONG2: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] comments: explicity cast to Float32 success: -1 |
XLONG3: | Array of 64 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] comments: changed datatype to Float64 success: 0 |
XLONG4: | Array of 32 bit Reals [Time = 0..0][south_north = 0..71][west_east = 0..89] comments: explicit cast to Float64 then back to Float32 success: -1 |
XLONG5: | Array of 32 bit Reals [south_north = 0..71][west_east = 0..89] success: -1 comments: removed singleton dimension |