Hi all,
I am trying to run matlab 4dvars routines (https://www.myroms.org/svn/src/matlab/4dvar/) using Octave. I had sucess until line '[status]=c_observations(S)' ( a function from c_observations.m file).
The problem is that this function does not have the option to not use MEXNC like the other ones, which allow native/java/mexnc. And I can't make mexcn to properly work with Octave.
Has anyone used 4dvars routines and c_observations.m with Octave on Ubuntu?
Regards.