[Thread Prev][Thread Next][Index]

Re: [ferret_users] error



Hi,
Sorry about the obscure error message.  This is telling you that the environment is not set up correctly so that the fonts files that Ferret uses aren't being found.

In the Ferret installation procedures, the file ferret_paths is set up; it points to the location of the fonts files. Are you sourcing the file ferret_paths before starting Ferret?

Ansley


On 8/29/2012 7:59 PM, Srinivas Chamarthi wrote:
hello everybody!

I am working on ferret to draw Indian ocean features.
I am getting the following error and  below to that is the
file I am running (work1.jnl).
Can someone demystify this error... and what is dis symbel.f  file??


thanks in advance


yes? go work1
!FOR DRAWING THE Indian Ocean model grid INTERPOLATED DATA
 
set window/aspect=0.75
cancel memory/all
 PERMANENT data cleared from memory
 TEMPORARY data cleared from memory
CANCEL MODE LOGO
SET MEMORY/SIZE=700
 Cached data cleared from memory
 
define axis/x=1:600:1 xindex
define axis/y=1:375:1 yindex
define axis/z=1:52:1/depth/units=meters zdepth
define grid/x=xindex/y=yindex/z=zdepth xyz_grid
file/grid=xyz_grid/var="lon,lat,zdepth,u,v,vel, Temp, Sal "   Jan-mean.dat
set variable/units=degrees_east lon
set variable/units=degrees_north lat
set variable/units="m/s"/bad=-999.000  u
set variable/units="m/s"/bad=-999.000  v
set variable/units="m/s"/bad=-999.000  vel
set variable/units="degree centigrade"/bad=-999.000 Temp
set variable/units="degree centigrade"/bad=-999.000 sal
 
!set region/x=400:600/y=1:200
 
set viewport ul;
FILL/z=1/levels=(13,31,1) temp,lon,lat   ! original
At line 169 of file symbel.F
Fortran runtime error: No such file or directory
[chamarthi@localhost mean]$

---------------------------------------------------------------------------------
work1.jnl
--------------------------
!FOR DRAWING THE Indian Ocean model grid INTERPOLATED DATA

set window/aspect=0.75
cancel memory/all
CANCEL MODE LOGO
SET MEMORY/SIZE=700

define axis/x=1:600:1 xindex
define axis/y=1:375:1 yindex
define axis/z=1:52:1/depth/units=meters zdepth 
define grid/x=xindex/y=yindex/z=zdepth xyz_grid   
file/grid=xyz_grid/var="lon,lat,zdepth,u,v,vel, Temp, Sal "   Jan-mean.dat   
set variable/units=degrees_east lon
set variable/units=degrees_north lat
set variable/units="m/s"/bad=-999.000  u
set variable/units="m/s"/bad=-999.000  v
set variable/units="m/s"/bad=-999.000  vel
set variable/units="degree centigrade"/bad=-999.000 Temp
set variable/units="degree centigrade"/bad=-999.000 sal

!set region/x=400:600/y=1:200

set viewport ul;
FILL/z=1/levels=(13,31,1) temp,lon,lat   ! original
vector/over/z=1/length=2/color=black/xskip=10/yskip=5  u,v,lon,lat
go land

set viewport ur; FILL/z=1/levels=(32,42,.5) sal,lon,lat
vector/over/z=6/length=2/color=black/xskip=10/yskip=5  u,v,lon,lat
go land

!shade/lev=(5,35,1)  temp[x=75:100,y=5], lon,lat    ! sriram sugg for vertical section plot



 8-)


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

Privacy Policy | Disclaimer | Accessibility Statement