id summary reporter owner description type status priority milestone component version resolution keywords cc 61 trouble with xxx pinsard somebody "I would like to plot data from a file condmag.nc with following netcdf attributes {{{ dimensions: la = 180 ; lo = 360 ; variables: double la(la) ; double lo(lo) ; double cond_sed(la, lo) ; cond_sed:units = ""siemens"" ; double cond_oc(la, lo) ; cond_oc:units = ""siemens"" ; double cond_tot(la, lo) ; cond_tot:units = ""siemens"" ; double Br(la, lo) ; Br:units = ""tesla"" ; // global attributes: :description = ""Conductance and magnetic field (from Rob)"" ; :author = ""Frederic Vivier"" ; :date = ""July 9, 2003"" ; }}} When I do {{{ IDL> xxx,'condmag.nc' }}} I have the following error message : {{{ the xaxis was not found, check the use of XAXISNAME keyword % Stop encountered: INITNCDF 131 /Users/fplod/SAXO_DIR_ws/SRC/ToBeReviewed/INIT/initncdf.pro }}} Can you give me some advice either on xxx usage or on changes that I can made in condmag.nc to make it plotable xxx ? " enhancement reopened blocker provide usefull and beautifull documentations component1 netcdf xxx