MMME wrote: > Hi > I have group of files and I want to read all of them by one script. Is it possible? > > I have: > > i=1 > while (i < 9) 'sdfopen BlueNILEB-6i-ECMWF.nc' > Hello, this couldn't work, but you may try something like: i=1 while (i < 9) 'sdfopen BlueNILEB-6'i'-ECMWF.nc' Not sure though... Ivan