Opened 17 years ago

Closed 17 years ago

#19 closed bug (Fixed)

Errors in CPP logic in set_vbc.F

Reported by: m.hadfield Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.1
Component: Nonlinear Version: 3.1
Keywords: Cc:

Description

The WEDDELL case uncovers some more errors. Throughout set_vbc.F there are preprocessor conditions of the form:

#if !(defined BBL_MODEL
defined ICESHELF)

that should be

#if !defined BBL_MODEL
defined ICESHELF

Corrected file attached.

Attachments (1)

set_vbc.F (23.4 KB ) - added by m.hadfield 17 years ago.

Download all attachments as: .zip

Change History (2)

by m.hadfield, 17 years ago

Attachment: set_vbc.F added

comment:1 by arango, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.