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)
problems in matlab 2012b
-
- Posts: 13
- Joined: Tue Aug 04, 2015 4:42 pm
- Location: Universidad Del Mar
Re: problems in matlab 2012b
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?
-
- Posts: 13
- Joined: Tue Aug 04, 2015 4:42 pm
- Location: Universidad Del Mar
Re: problems in matlab 2012b
thnks, i don't know why because i do the same with other user and work, can be problems with my roms_agrif files