Opened 5 years ago
Closed 5 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 )
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 , 5 years ago
| Component: | Nonlinear → Matlab |
|---|---|
| Description: | modified (diff) |
| Resolution: | → Fixed |
| Status: | new → closed |
| Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.

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.