Changes between Initial Version and Version 2 of Ticket #24


Ignore:
Timestamp:
05/14/07 18:22:59 (17 years ago)
Author:
arango
Comment:

We need to activate CPP option SG_CALC_UB in bl_test.h and nj_bight.h to resolve the problem with Hwave. The variable Pwave was renamed to Pwave_bot to diffentiate between bottom and surface forcing.

The formatting of Fortran source needs to be included with code block (fifth bottom menu) syntax.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #24 – Description

    initial v2  
    55The error: in ana_wwave.h the following code is specified
    66
     7
     8{{{
    79#if defined BL_TEST
    810      wdir=210.0_r8*deg2rad
     
    1517      END DO
    1618#elif ...
     19}}}
    1720
    1821however 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.