Changeset 888 for trunk/UTIL/NCL


Ignore:
Timestamp:
Feb 18, 2013, 2:56:41 PM (12 years ago)
Author:
slebonnois
Message:

SL: small modifications to the tools, to Venus default .def files and to outputs (including forgotten modifications linked to the 1D); + bug corrections in phytitan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/NCL/planeto.ncl

    r808 r888  
    137137; A REVOIR !!!
    138138     ; !! stupid bug, due to precision when time axis in double in file...
    139      ;     if ((ntcutmin.eq.0).and.(ntcutmax.eq.0)) then
    140      ;       mindimval(index)=mindimval(index)*1.000001
    141      ;       maxdimval(index)=maxdimval(index)*1.000001
    142      ;     end if
     139           if ((ntcutmin.eq.0).and.(ntcutmax.eq.0)) then
     140             mindimval(index)=mindimval(index)*0
     141             maxdimval(index)=maxdimval(index)*1.1
     142           end if
    143143     ; !! stupid bug, due to precision when time axis in double in file...
    144144        else
Note: See TracChangeset for help on using the changeset viewer.