Changes between Initial Version and Version 1 of Ticket #464
- Timestamp:
- 08/04/10 15:37:37 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #464
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #464 – Description
initial v1 1 Pls update the LAKE_SIGNELL test case to include an additional cpp option that will allow the BBL to compute the bottom orbital velocity. 2 1) edit ROMS/Include/lake_signell.h and add the option 3 #define SSW_CALC_UB 4 within the ifdef SSW_BBL block (line 51). Leave the other options there, just add that new one. 5 2) for SSW_BBL, there are 2 occurrences of UB_swan, instead of Ub_swan (lower case b). Please modify ssw_bbl to have all occurrences of Ub_swan to have a lower case 'b'. 1 Please update the '''LAKE_SIGNELL''' test case to include an additional cpp option that will allow the BBL to compute the bottom orbital velocity: 6 2 7 thanks 8 -j 3 * Edit '''ROMS/Include/lake_signell.h''' and add the option '''#define SSW_CALC_UB''' within the ifdef '''SSW_BBL''' block (line 51). Leave the other options there, just add that new one. 4 5 * In '''ssw_bbl.h''', there are 2 occurrences of '''UB_swan''', instead of '''Ub_swan''' (lower case '''b'''). Please modify '''ssw_bbl.h''' to have all occurrences of '''Ub_swan''' to have a lower case '''b'''.