Guys, if anyone from the forum has used the roms2roms codes for offline nesting, please help me to know what’s wrong with the error below. I have used these routines in the past and no problems, but now I don’t understand anything. I even went back to using a R2R routines, which are as they come by default.
It happens when I do “make_r2r”.
Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second matrix. To operate on each element of
the matrix individually, use TIMES (.*) for elementwise multiplication.
Error in r2r_hv (line 216)
var = reshape(Areshape(double(var),NpMp*Lp,1),Nc,Mc,Lc);
Error in make_r2r (line 142)
r2r_hv(parentgrid, par_data, par_tind, …
Related documentation
best regards,
César.