Ignore:
Timestamp:
10/19/07 15:38:59 (17 years ago)
Author:
acosce
Message:

ACo : take into account resolution for asking the compilation

ex : CH4xLMD9671 in place of CH4
change AA_make and all the card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/lmdz.driver

    r119 r184  
    1 #- $Id: lmdz.driver 70 2007-06-21 14:20:42Z acosce $ 
     1#- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 
    22#!/bin/ksh 
    33 
     
    1010    IGCM_debug_PushStack "ATM_Initialize" 
    1111 
    12     RESOL_ATM=${RESOL} 
     12    RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 
     13 
    1314 
    1415    ##--Frequency purpose .... 
Note: See TracChangeset for help on using the changeset viewer.