comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » netCDF and AIX
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
netCDF and AIX [message #19390] Fri, 17 March 2000 00:00
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Hi,

we have a lot of problems reading netCDF files with idl on AIX.
If I use one of the following commands in an idl session I will get a
coredump
reading a netcdf File by AIX.

I have no problems with Win NT and Linux IDL.



Who else is using netCDF with AIX-Platform and IDL? Am I alone?




One of these commads gives a core dump during ncdf_error
This routine is quite simple: open, close
1)
widget_control,default_font='-adobe-helvetica-medium-r-norma l--12-*-*-*-*-60-*-*'
2) device,decomposed=0
3) window,0,xsize=100,ysize=100,color=256


PRO ncdf_error

widget_control,default_font='-adobe-helvetica-medium-r-norma l--12-*-*-*-*-60-*-*'
device,decomposed=0
window,0,xsize=100,ysize=100,color=256
FOR ii=0,2000 DO BEGIN
PRINT,ii
file_name = 'ncdf_error.nc'
cdfid = NCDF_OPEN(file_name,/NOWRITE) ; OPEN the file
NCDF_CLOSE,cdfid
ENDFOR
END
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: [Q]IDLgrImage Blend_Function
Next Topic: Computing Time

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 09:25:32 PDT 2025

Total time taken to generate the page: 0.80408 seconds