Ignore:
Timestamp:
01/27/11 16:44:08 (13 years ago)
Author:
jgipsl
Message:

LMDZOR_v4 :

  • Added new resolution 360x180x39-ZIn with zoom over India.
  • Corrected bug for resolution 280x280x39-ZAf in orchidee.driver
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver

    r1244 r1287  
    228228 
    229229# No filtre fft in case of zoom, 280x280x39-ZAf contains zoom 
    230     [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] && LMDZ_sed run.def use_filtre_fft n 
     230    if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x39-ZIn" ] ; then 
     231         LMDZ_sed run.def use_filtre_fft n 
     232    fi 
    231233 
    232234    ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver

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