And run Beguela tutorial from the ROMMSTOOLS User's Guide by pierrick Peven...
And i see that it's not possible to run make_grid
After checking ncmex i force the fcn variable by fcn = 'mexcdf53';??? Undefined function or variable "fcn".
Error in ==> ncmex at 110
[varargout{:}] = feval(fcn, varargin{:});
Error in ==> netcdf.create at 13
[theNCid, status] = ncmex('create', name(self), thePermission);
Error in ==> netcdf.netcdf at 413
result = create(result, thePermission);
Error in ==> create_grid at 37
nw = netcdf(grdname, 'clobber');
Error in ==> make_grid at 75
create_grid(L,M,grdname,ROMS_title)
This lead to a new error like
I feel if i try to modifies all the file it would not give a proper solution. So what should i do my matlab version is 7.12.0 2011a??? Undefined function or method 'finite' for input arguments of type 'double'.
Error in ==> ncdim.ncdim at 70
if ~finite(theDimsize), theDimsize = 0; end
Error in ==> netcdf.subsasgn at 91
result = ncdim(theDimname, other, self);
Error in ==> create_grid at 44
nw('xi_u') = L;
Error in ==> make_grid at 75
create_grid(L,M,grdname,ROMS_title)
Should i use an older version of matlab?
If someone could help me