Bug in d_mercator2roms.m

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
ouyuyuan
Posts: 3
Joined: Fri Dec 06, 2013 3:48 am
Location: Institute of Atmospheric Physics, CAS

Bug in d_mercator2roms.m

#1 Unread post by ouyuyuan »

Hi guys,

In Revision 737, matlab/initial/d_mercator2roms.m, line 265 is

Code: Select all

  [status]=nc_write(INIname, 'spherical',   'T');
But I think it should be:

Code: Select all

  [status]=nc_write(INIname, 'spherical',   1);
This is consistent with previous definition of S.spherical.

At least for me, the d_mercator2roms.m will not run sucessfully until I change this line.

Post Reply