Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#267 closed bug (Fixed)

boundary condition changes — at Version 1

Reported by: kate Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.2
Component: Nonlinear Version: 3.2
Keywords: Cc:

Description (last modified by arango)

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:

 PGF90-S-0142-zeta_north is not a member of this RECORD (set_tides.f90: 60)
 PGF90-S-0142-ubar_north is not a member of this RECORD (set_tides.f90: 60)
 PGF90-S-0142-vbar_north is not a member of this RECORD (set_tides.f90: 60)

Change History (1)

comment:1 by arango, 16 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.