Ignore:
Timestamp:
Jun 16, 2015, 7:01:30 PM (9 years ago)
Author:
slebonnois
Message:

SL: corrections in Titan and Venus tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/Tools/moyzon.F

    r816 r1454  
    3232           n = 0
    3333           do i=1,iim
    34               if (x(i,j,l).lt.indefini) then
     34              if (x(i,j,l).ne.indefini) then
    3535                 xbar(j,l) = xbar(j,l) + x(i,j,l)
    3636                 n = n+1
Note: See TracChangeset for help on using the changeset viewer.