Opened 17 years ago
Closed 17 years ago
#229 closed bug (Fixed)
SSW_ZORIP discrepancy — at Version 1
Reported by: | nganju | Owned by: | jcwarner |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Sediment | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
It appears that cpp option SSW_ZORIP is written with the letter O within ssw_bbl.h, but written with the number 0 (zero) in cppdefs.h. When I define SSW_Z0RIP (with zero), it appears in the listed options in the output file, but doesn't actually use the requested code. When I define SSW_ZORIP (with the letter O), it doesn't appear in the listed options, but does use the requested code. Is the fix as simple as changing the zero in cppdefs.h?
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, there are typos here in the CPP option to define the different algorithms for roughness from ripples. I changed cppdefs.h and checkdefs.F to be consistent with ssw_bbl.h. This typo was also present for SSW_ZOBL and SSW_ZOBIO. Thank you for reporting this problem.