problems in matlab 2012b

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
HugoMichel
Posts: 13
Joined: Tue Aug 04, 2015 4:42 pm
Location: Universidad Del Mar

problems in matlab 2012b

#1 Unread post by HugoMichel »

why start.m doesn't work in matlab2012b, when i use make_gris result that
>> start
Add the paths of the different toolboxes
>> make_grid
mkdir: no se puede crear el directorio «/home/michel/Roms_tools/Run/ROMS_FILES/»: El fichero ya existe

Making the grid: /home/michel/Roms_tools/Run/ROMS_FILES/roms_grd.nc

Title: East_Pacific

Resolution: 1/12 deg

Create the grid file...
LLm = 455
MMm = 267
Undefined function 'netcdf' for input arguments of type 'char'.

Error in create_grid (line 37)
nw = netcdf(grdname, 'clobber');


Error in make_grid (line 75)
create_grid(L,M,grdname,ROMS_title)

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: problems in matlab 2012b

#2 Unread post by kate »

I'm sure others know the timing of this better than I do, but Matlab added native support for NetCDF at some point and the ROMS tools were changed to use that rather than all the old scaffolding. Can you get access to a newer Matlab? Or else dig through the svn logs to get the old stuff back?

HugoMichel
Posts: 13
Joined: Tue Aug 04, 2015 4:42 pm
Location: Universidad Del Mar

Re: problems in matlab 2012b

#3 Unread post by HugoMichel »

thnks, i don't know why because i do the same with other user and work, can be problems with my roms_agrif files

Post Reply