Changeset 1195 for CONFIG/LMDZOR


Ignore:
Timestamp:
11/17/10 12:00:08 (13 years ago)
Author:
jgipsl
Message:

config LMDZOR_v4 :

  • desactive filtre fft for resolution 280x280x39 (because of zoom)
  • desactive river_routing for resolution 280x280x39 (because to high resolution)
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/COMP
Files:
2 edited

Legend:

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

    r1095 r1195  
    161161 
    162162    [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 
     163 
     164# No filtre fft in case of zoom, 280x280x39 contains zoom 
     165    filtre_fft=y 
     166    [ ${RESOL_ATM_3D} -eq "280x280x39" ] && filtre_fft=n 
    163167 
    164168    ##-- GHG forcing for the current year 
     
    200204    LMDZ_sed run.def periodav ${LMDZ_periodav} 
    201205    LMDZ_sed run.def adjust   ${LMDZ_adjust} 
     206    LMDZ_sed run.def use_filtre_fft ${filtre_fft} 
    202207 
    203208    ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ] 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/COMP/orchidee.driver

    r1095 r1195  
    2929        esac 
    3030    done 
     31 
     32    [ -f ${SUBMIT_DIR}/../.resol ] && eval $(grep RESOL_SRF_3D ${SUBMIT_DIR}/../.resol) || RESOL_SRF_3D=96x95x19 
    3133 
    3234    IGCM_debug_PopStack "SRF_Initialize" 
     
    141143    fi 
    142144 
     145# Desactivate river routing for high resolution 
     146    if ( [ ${RESOL_SRF_3D} -eq "280x280x39" ] ) ; then 
     147        ORCHIDEE_sed  RIVER_ROUTING n 
     148    fi 
     149 
    143150    #IGCM_sys_Cp ${RUN_DIR}/orchidee.def ${RUN_DIR}/run.def 
    144151    #IGCM_sys_Put_Out ${RUN_DIR}/run.def ${R_SAVE}/${PREFIX}_run.def 
Note: See TracChangeset for help on using the changeset viewer.