Ignore:
Timestamp:
03/02/11 11:31:56 (13 years ago)
Author:
jgipsl
Message:
  • Changed DateEnd? in config.card_Interannuel : this must end with 31 of december because noleap.
  • Corrected drivers for resolution with zoom India which changed from 39 to 19 in earlier commit
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/config.card_Interannuel

    r1288 r1328  
    1919#D-- "YYYY-MM-DD" 
    2020DateBegin=1979-01-01 
    21 DateEnd=2005-12-30 
     21DateEnd=2005-12-31 
    2222#============================ 
    2323#D-- 1Y, 1M, 5D, 1D 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver

    r1287 r1328  
    228228 
    229229# No filtre fft in case of zoom, 280x280x39-ZAf contains zoom 
    230     if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x39-ZIn" ] ; then 
     230    if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ; then 
    231231         LMDZ_sed run.def use_filtre_fft n 
    232232    fi 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver

    r1287 r1328  
    142142 
    143143# Desactaivate river routing for high resolution 
    144     if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x39-ZIn" ] ) ; then 
     144    if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ) ; then 
    145145        ORCHIDEE_sed  RIVER_ROUTING n 
    146146    fi 
Note: See TracChangeset for help on using the changeset viewer.