Changes between Initial Version and Version 2 of Ticket #24
- Timestamp:
- 05/14/07 18:22:59 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #24 – Description
initial v2 5 5 The error: in ana_wwave.h the following code is specified 6 6 7 8 {{{ 7 9 #if defined BL_TEST 8 10 wdir=210.0_r8*deg2rad … … 15 17 END DO 16 18 #elif ... 19 }}} 17 20 18 21 however Hwave is available only if WAVES_HEIGHT is defined (which it isn't), Dwave is available only if BBL_MODEL or NEARSHORE_MELLOR is defined (which they aren't), and Pwave appears to have been replaced by Pwave_top and Pwave_bot.