problem with test case (Benguela)

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
byju

problem with test case (Benguela)

#1 Unread post by byju »

i am new in ROMS...trying to install ROMS in Linux 32 bit system..
when i am trying to plot the output using roms_gui in matlab (R2007a), the following error comes
>> roms_gui
??? Undefined function or method 'rempoints' for input arguments of type 'double'.

Error in ==> roms_gui>update_listbox at 344
lat=rempoints(readlat(nc),handles.rempts);

Error in ==> roms_gui>hisfile_callback at 160
handles=update_listbox(h, eventdata, handles, varargin);

Error in ==> roms_gui at 46
hisfile_callback(fig, [], handles, varargin)
********
i think the problem is with "rempoints"...its not a matlab inbuilt function
can anybody help me to solve this problem.
what this "rempoints" refers to?

jacopo
Posts: 81
Joined: Fri Nov 21, 2003 9:30 pm
Location: CNR-ISMAR

Re: problem with test case (Benguela)

#2 Unread post by jacopo »

rempoints.m is supposed to be in the roms_tools package.

I have it in

Visualization_tools\rempoints.m

Did you add in the matlab pathdef or startup the Visualization_tools dir along with subdirs?

-J

byju

Re: problem with test case (Benguela)

#3 Unread post by byju »

thanks a lot Mr. Jacopo....
i have rempoints.m in /Preprocessing_tools.. i copy pasted that in /Visualization_tools...
and i set the path in matlab and i could solve some other problems also..
thank you very much

Post Reply