Opened 13 years ago

#76 new defect

pb ncdf_quickwrite

Reported by: pinsard Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: netcdf Cc:

Description

Am I the only one to have problem with ncdf_quickwrite ?

Here is the simpliest example I wrote :

nlat=73
nlon=96
latitude=findgen(nlat)
longitude=findgen(nlon)
pressure2d=findgen(nlon,nlat)
ncfile='my1.nc'
ncfields='latitude[];longitude[];pressure2d[longitude,latitude]'
@ncdf_quickwrite

Here is the output on loholt1.ipsl.polytechnique.fr (climserv) running IDL 8.0.1

Writing fields: latitude[];longitude[];pressure2d[longitude,latitude]
% Loaded DLM: NCDF.
% NCDF_DIMDEF: 0 is not a valid cdfid.
% Stop encountered: $MAIN$          
% Prematurely closing batch file: /home/pinsard/SAXO_DIR/SRC/ReadWrite/idl-NetC
  DF/ncdf_quickwrite/ncdf_quickwrite.pro.

my1.nc is created but :

[pinsard@loholt1 ~]$ ncdump my1.nc 
ncdump: my1.nc: NetCDF: Unknown file format

No such trouble on the same plateform running IDL 6.4
No such trouble on cratos running IDL 7.0

Any idea of how to investigate this issue ...

Change History (0)

Note: See TracTickets for help on using tickets.