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/moyzon2.F

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