Opened 15 years ago
Closed 15 years ago
#403 closed bug (Fixed)
Bug in ini_hmixcoef.F
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.4 |
Component: | Nonlinear | Version: | 3.4 |
Keywords: | Cc: |
Description (last modified by )
The horizontal diffusivity arrays diff2 and diff4 were not set correctly to its appropriate values in ini_hmixcoef.F because the C-preprocessing options were misspelled. We need to have TS_DIF2 or TS_DIF4 instead. This caused the diff2 or diff4 arrays to be zero in the horizontal diffusion for tracer (t3dmix*.h routines).
The routine ini_hmixcoef.F was introduced recently. Oops, it took me awhile to hunt this one. I was looking in the advection scheme instead. A very stupid typo! I waist a lot of time looking for this one.
Change History (4)
comment:1 by , 15 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
comment:3 by , 15 years ago
Resolution: | Fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 15 years ago
Resolution: | → Fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Change the logic for updating generic horizontal mixing variables visc2, visc4, tnu2, and tnu4.