In Revision 737, matlab/initial/d_mercator2roms.m, line 265 is
Code: Select all
[status]=nc_write(INIname, 'spherical', 'T');
Code: Select all
[status]=nc_write(INIname, 'spherical', 1);
At least for me, the d_mercator2roms.m will not run sucessfully until I change this line.