[Thread Prev][Thread Next][Index]

[ferret_users] MacBook Pro proble in writing netcdf file




Dear Sir

I use MacBook Pro OS X 10.6.4,  Ferret 6.3

I have the problem in running the script below,

ET MODE INTERPOLATE
SET MODE METAFILE
set memory/size=100
set window/aspect=1.3
define axis/modulo/x=-180:180:`360/8192`/units=degree xgrid
define axis/y=-90:90:`180/4096`/units=degree ygrid
define grid/x=xgrid/y=ygrid xygrid
use/order=i-j "http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/1985/198501.s04m1pfv50-bsst-16b.hdf"
show data
let sst=bsst[g=xygrid@asn]
shade sst[x=0:5,y=0:5]
list sst[x=0:5,y=0:5]
save/clobber/file=cam-sst5-198501.nc sst[x=0:5,y=0:5]

at the final line, when execute save/clobber ..........
the result is like below,
save/clobber/file=cam-sst5-198501.nc sst[x=0:5,y=0:5]
 LISTing to file cam-sst5-198501.nc

and it does not go farther any more (stack). Then I did Cntl C or Z to stop the script.
when I do
ls -lt *.nc
the file, cam-sst^1985-1.nc exist
-rw-r--r--  1 root  staff  32 19 déc 23:34 cam-sst5-198501.nc

but only 32 bit and not become more.

I do not have any problem in the case of Mac mini with same OS X and ferret version.
If somebody has the same problem, could you tell me how to solve the problem?

Best Regards,

Takaya Namba











[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement