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.VENUS/Tools/moytim.F

    r816 r1454  
    3333           n = 0
    3434           do t=1,nt
    35               if (x(i,j,l,t).lt.indefini) then
     35              if (x(i,j,l,t).ne.indefini) then
    3636                 xmean(i,j,l) = xmean(i,j,l) + x(i,j,l,t)
    3737                 n = n+1
Note: See TracChangeset for help on using the changeset viewer.