Changes between Initial Version and Version 1 of Ticket #155


Ignore:
Timestamp:
05/23/08 04:47:48 (16 years ago)
Author:
arango
Comment:

Yes, good catch. It is better to define these variables in mod_scalars.F. I also converted to a vector (1:Ngrids) to for multiple levels of nesting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #155

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

    initial v1  
    1 The variables maxrho and maxspeed are local to diag.F and therefore not remembered from one tile to the next. Diag will do the wrong thing unless a "save" is added for them, or they are put in a module with avgke and friends.
     1The variables '''maxrho''' and '''maxspeed''' are local to '''diag.F''' and therefore not remembered from one tile to the next. Diag will do the wrong thing unless a ''SAVE'' is added for them, or they are put in a module with '''avgke''' and friends.
    22
    33Also, the reduction on them is wrong. They are being added instead of maxed.