Hello,
I’m trying to create a nested model domain via Croco nesting tool. My parent grid is ORCA025 and every time I load it, Matlab gives me the traceback:
Error using +
Arrays have incompatible sizes for this operation.
Error in mp_cyl (line 70)
MAP_VAR_LIST.ulongs=MAP_VAR_LIST.clong+[-180 180];
Error in m_proj (line 90)
eval([ projections(k).routine '(''initialize'',projections(k).name,varargin{:});']);
Error in plot_nestgrid (line 67)
m_proj('mercator',...
Error in update_plot (line 63)
plot_nestgrid(h,handles)
Error in get_parentgrdname (line 60)
handles=update_plot(h,handles);
Error in nestgui>parentgrid_Callback (line 58)
handles=get_parentgrdname(h,handles);
Error in nestgui (line 43)
parentgrid_Callback(fig, [], handles, varargin)
Nestgui window at this time:
Nestgiu.png
So, does the Croco nesting tool fit ORCA tripolar grid?
Thanks for your attention!)