Changes between Initial Version and Version 1 of Ticket #267


Ignore:
Timestamp:
01/13/09 01:16:25 (16 years ago)
Author:
arango
Comment:

Yes, we need to add the CPP conditionals here. It turns out that my test have four open boundaries so I didn't catch this bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #267

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #267 – Description

    initial v1  
    1 Set_tides fails to compile because mod_boundary has tests on NORTH_FSOBC for the definition of zeta_north, but set_tides doesn't have this test. I have a NORTHERN_WALL, so get:
     1'''set_tides''' fails to compile because '''mod_boundary''' has tests on '''NORTH_FSOBC''' for the definition of '''zeta_north''', but '''set_tides''' doesn't have this test. I have a '''NORTHERN_WALL''', so get:
    22
     3{{{
    34 PGF90-S-0142-zeta_north is not a member of this RECORD (set_tides.f90: 60)
    45 PGF90-S-0142-ubar_north is not a member of this RECORD (set_tides.f90: 60)
    56 PGF90-S-0142-vbar_north is not a member of this RECORD (set_tides.f90: 60)
     7}}}