Changes between Initial Version and Version 1 of Ticket #122


Ignore:
Timestamp:
01/24/08 20:49:40 (16 years ago)
Author:
arango
Comment:

Yes. These flag were missing in the internal definition of ANALYTICAL.

I also added an example for the initialization of oxygen concentration in ana_biology.h when both BIO_FASHAM and OXYGEN flags are activated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #122

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

    initial v1  
    1 There's a block of checks in globaldefs.h in which ANALYTICAL gets defined if any one of the ANA_ flags is defined. The tests in analytical.F are:
    2 `# if defined VISC_GRID || defined DIFF_GRID || defined SPONGE
     1There's a block of checks in globaldefs.h in which '''ANALYTICAL''' gets defined if any one of the '''ANA_*''' flags is defined. The tests in analytical.F are:
     2{{{
     3# if defined VISC_GRID || defined DIFF_GRID || defined SPONGE
    34#  include <ana_hmixcoef.h>
    4 # endif`
     5# endif
     6}}}
    57and
    6 `# if defined NUDGING_COFF
     8{{{
     9# if defined NUDGING_COFF
    710#  include <ana_nudgcoef.h>
    8 # endif`
    9 These four flags should be added to the tests in globaldefs.h.
     11# endif
     12}}}
     13These four flags should be added to the tests in '''globaldefs.h'''.