Changeset 1287 for CONFIG/LMDZOR


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
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make

    r1217 r1287  
    4545        echo "$(LIB_MPI)" >.libmpi 
    4646 
     47LMD360180-ZIn-L39 : libioipsl liborchidee lmdz360x180x39 verif 
     48        echo "LMD360180-ZIn-L39" >.resol 
     49        echo "RESOL_ATM_3D=360x180x39-ZIn" >>.resol 
     50        echo "$(LIB_MPI)" >.libmpi 
     51 
    4752libioipsl : 
    4853        (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
     
    8994        $(M_K) lmdz RESOL_LMDZ=280x280x39 
    9095 
     96lmdz360x180x39: 
     97        $(M_K) lmdz RESOL_LMDZ=360x180x39 
     98 
    9199lmdz: 
    92100        (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
  • 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.