Changes between Initial Version and Version 2 of Ticket #403


Ignore:
Timestamp:
01/26/10 21:46:48 (14 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #403

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

    initial v2  
    1 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.
     1The 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).
    22
    3 The routine '''ini_hmixcoef.F''' was introduced recently.  I took me awhile to hunt this one.  A very stupid typo!  I waist a lot of time looking for this one.
     3The 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.