Opened 16 years ago

Closed 16 years ago

#244 closed bug (Fixed)

suspload ifdef missing for bedload only simulation in sed_bed.F

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

Description (last modified by arango)

ROMS/Nonlinear/sed_bed.F needs the ifdef SUSPLOAD around the ero_flux and settling_flux pointers for argument list, such as:

# ifdef SUSPLOAD
     &                   OCEAN(ng) % ero_flux,                          &
     &                   OCEAN(ng) % settling_flux,                     &
# endif

(this is needed at 4 places at the top of the file, in the argument list).

Attachments (1)

sed_bed.F (19.6 KB ) - added by jcwarner 16 years ago.

Download all attachments as: .zip

Change History (2)

by jcwarner, 16 years ago

Attachment: sed_bed.F added

comment:1 by arango, 16 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.