Ignore:
Timestamp:
03/27/09 09:41:41 (15 years ago)
Author:
acosce
Message:

In LMDZINCA_v3 config : add copy of the BandsResol? file in lmdz.card

Location:
CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.card

    r207 r591  
    2020        (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 
    2121        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    22         (${SUBMIT_DIR}/PARAM/traceur.def, .)  
     22        (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 
     23        (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .)  
    2324 
    2425[RestartFiles] 
     
    2728 
    2829[OutputText] 
    29 List=   () 
     30List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    3031 
    3132 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_GES/COMP/lmdz.driver

    r267 r591  
    77 
    88    RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 
     9    case ${RESOL_ATM} in 
     10        LMD7245)   BandsResol=72x45x19   ;; 
     11        LMD9671)   BandsResol=96x71x19   ;; 
     12        LMD9672)   BandsResol=96x72x19   ;; 
     13        LMD14496)  BandsResol=144x96x19  ;; 
     14        LMD144142) BandsResol=144x142x19 ;; 
     15    esac 
    916 
     17    ##- Default number of processor for lmdz 
     18    NUM_PROC_ATM=1 
     19    if [ X"${BATCH_NUM_PROC_TOT}" != X ] ; then 
     20        NUM_PROC_ATM=${BATCH_NUM_PROC_TOT} 
     21    fi 
    1022 
    1123    ##--Frequency purpose .... 
Note: See TracChangeset for help on using the changeset viewer.