Changes between Initial Version and Version 1 of Ticket #244


Ignore:
Timestamp:
11/23/08 16:13:57 (16 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #244

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

    initial v1  
    1 ROMS/Nonlinear/sed_bed.F
    2 needs the ifdef SUSPLOAD around the ero_flux and settling_flux vars for argument list, such as:
     1'''ROMS/Nonlinear/sed_bed.F''' needs the '''ifdef SUSPLOAD''' around the '''ero_flux''' and '''settling_flux''' pointers for argument list, such as:
     2
     3{{{
    34# ifdef SUSPLOAD
    45     &                   OCEAN(ng) % ero_flux,                          &
    56     &                   OCEAN(ng) % settling_flux,                     &
    67# endif
     8}}}
    79(this is needed at 4 places at the top of the file, in the argument list).