Opened 17 years ago
Last modified 17 years ago
#122 closed bug
Not enough ANALYTICAL checks in globaldefs.h — at Initial Version
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description
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:
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.
Note:
See TracTickets
for help on using tickets.