Ignore:
Timestamp:
07/04/16 15:46:50 (8 years ago)
Author:
npipsl
Message:

Mise a jour données disponibles et dates menu deroulant pour OHP, Reunion et DDU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_ndacc/trunk/web/src/com/ether/Controller.java

    r840 r843  
    203203                rep = "./resources/visu/ohp/ecc"; 
    204204                station = "OHP"; 
    205                 if( year.compareTo( "1970" ) == 0 ) year = "2014"; 
     205                if( year.compareTo( "1970" ) == 0 ) year = "2015"; 
    206206            } 
    207207            else if( station.compareTo( "REU" ) == 0 || station.compareTo( "reu" ) == 0 || station.compareTo( "reunion" ) == 0 || station.compareTo( "LA REUNION" ) == 0 || station.compareTo( "REUNION" ) == 0 ) 
     
    218218                //rep="./resources/visu/ohp/lidar/o3_strato"; 
    219219                station = "DDU"; 
    220                 if( year.compareTo( "1970" ) == 0 ) year = "2015"; 
     220                if( year.compareTo( "1970" ) == 0 ) year = "2016"; 
    221221                //year="2006"; 
    222222            } 
     
    376376                { 
    377377 
    378                     year = "2014"; 
     378                    year = "2016"; 
    379379                } 
    380380            } 
     
    568568                if( year.compareTo( "1970" ) == 0 ) 
    569569                { 
    570                     year = "2013"; 
     570                    year = "2015"; 
    571571                    month = "01"; 
    572572                } 
     
    579579                if( year.compareTo( "1970" ) == 0 ) 
    580580                { 
    581                     year = "1994"; 
    582                     month = "05"; 
     581                    year = "2008"; 
     582                    month = "12"; 
    583583                } 
    584584            } 
Note: See TracChangeset for help on using the changeset viewer.