Opened 4 years ago

Closed 4 years ago

#872 closed defect (Fixed)

trivial typo in screen output of set_depth.m

Reported by: abarth Owned by:
Priority: trivial Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.9
Keywords: Cc:

Description (last modified by arango)

While translating the code set_depth.m to julia (https://github.com/Alexander-Barth/ROMS.jl), I noticed a small typo in the screen output for igrid=5 (current svn revision 1045):

--- set_depth.m	(Revision 1045)
+++ set_depth.m	(Arbeitskopie)
@@ -164,7 +164,7 @@
             '   at horizontal V-points']);
     case 5
       disp(['   igrid    = ',num2str(igrid),                            ...
-            '   at horizontal RHO-points']);
+            '   at horizontal W-points']);
   end
 end

Thanks for your great work!

Change History (1)

comment:1 by arango, 4 years ago

Component: NonlinearMatlab
Description: modified (diff)
Resolution: Fixed
Status: newclosed
Type: bugdefect

Yes, thank you. The actual horizontal locations of a W-cell is the same as RHO-cell. However, the vertical depth locations are different in the W-cell: top and bottom of the C-grid cell.

https://www.myroms.org/wiki/images/4/41/vertical_grid.png

Note: See TracTickets for help on using tickets.