Changes between Initial Version and Version 1 of Ticket #464


Ignore:
Timestamp:
08/04/10 15:37:37 (14 years ago)
Author:
arango
Comment:

Yes, good catch. I also updated inp_par.F to included SOLVE3D conditionals in the average flags needed when running ROMS in shallow-water set-ups.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #464

    • Property ResolutionFixed
    • Property Status newclosed
  • 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'.
     1Please update the '''LAKE_SIGNELL''' test case to include an additional cpp option that will allow the BBL to compute the bottom orbital velocity:
    62
    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'''.