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_NMHC/COMP/lmdz.driver

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