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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/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.