Opened 17 years ago
Closed 17 years ago
#122 closed bug (Fixed)
Not enough ANALYTICAL checks in globaldefs.h
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description (last modified by )
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:
# if defined VISC_GRID || defined DIFF_GRID || defined SPONGE # include <ana_hmixcoef.h> # endif
and
# if defined NUDGING_COFF # include <ana_nudgcoef.h> # endif
These four flags should be added to the tests in globaldefs.h.
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.