error in RNT toolbox

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
mashinde
Posts: 135
Joined: Mon Jun 22, 2009 3:46 pm
Location: Indian Institute of Tropical Meteorology, Pune, INDIA

error in RNT toolbox

#1 Unread post by mashinde »

Hi frds,

I am RNT toolbox. I have following error ...
>> MAIN_createClima
Current Settings:

setng =

nameit: 'medi16'
outputdir: './'

Return to continue ... (CTRL-C to stop)
Creating clim ..
- Time index is > 12, please make sure to put in the times
vclm_time
tclm_time
sclm_time
ssh_time
uclm_time
temp
salt
zeta
ubar
vbar
u
v
Make Clim DONE.
----------STAGE 3 ----------
Doing Levitus Clima ...
HC set from minumum depth WARNING! 10
-- time level 1
-- vert level 1
??? Error using ==> rnt_fillab_mex
Function "MXCREATEFULL" is obsolete.
If your MEX file or Simulink S-function calls this function, replace it with "MXCREATEDOUBLEMATRIX".
If this error originates from a Fortran Simulink S-function that does not call "MXCREATEFULL", recompile the S-function in the current release.


Error in ==> rnt_fill at 47
[datahat,error]=rnt_fillab_mex(x,y,data,xhat,yhat,a,b);

Error in ==> rnc_LevitusClima at 57
temp(:,:,k,it)=rnt_fill(lon,lat,temp(:,:,k,it),3,3);

Error in ==> MAIN_ncfiles_clima_TS at 17
levitus = rnc_LevitusClima(grd,clmfile,updateClima); % LevitusClima.m

Error in ==> MAIN_createClima at 25
MAIN_ncfiles_clima_TS %MAIN_ncfiles_clima_TS.m
-------------------------------------------------------------------------------------------------------------------
I am using matlab R2009b wihout simulink toolbox.

Thanks in advance

Post Reply