[Thread Prev][Thread Next][Index]

[ferret_users] problem in outputing netcdf file in mac os X‏



Dear Sir

I use the MacBook pro (mac os x 10.6.4) and PC linux (Mandrake).

I have a problem when I run journal script following

SET MODE INTERPOLATE
SET MODE METAFILE
set memory/size=300
set window/aspect=1.3
set data etopo5
region/x=100w:10w/y=20n:60n              ! North Atlantic
let ocean = if rose le 0 then 0 else 1   ! 0 = ocean, 1 = land
spawn rm cam-ocean.nc   ! so the script can be run over and over
SAVE/file=cam-ocean.nc ocean[d=1]

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
!! list bsst[i=0:15,j=0:15]
let sst=bsst[g=xygrid@asn]
show data
pause
list sst[i=0:15,j=0:15]
spawn rm cam-sst.nc   ! so the script can be run over and over
SAVE/file=cam-sst.nc sst[x=0:15,y=0:15]

In Mac book pro, when the last line execute 
SAVE/file=cam-sst.nc sst[x=0:15,y=0:15] 

The message came iwithout error message like
LISTing to file cam-sst5-198501-test.nc
then it suspended (can not finish this execution).

In case of PC linux, it work very well by executing properly.

Could you tell me why this problem happen only in mac os X?

Best Regards,

Takaya Namba


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

Privacy Policy | Disclaimer | Accessibility Statement