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
Files:
12 edited

Legend:

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

    r207 r591  
    2121        (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 
    2222        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    23         (${SUBMIT_DIR}/PARAM/traceur.def, .)  
     23        (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 
     24        (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 
     25  
    2426 
    2527[RestartFiles] 
     
    2830 
    2931[OutputText] 
    30 List=   () 
     32List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    3133 
    3234 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_AER/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 .... 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/COMP/lmdz.card

    r207 r591  
    1919        (${SUBMIT_DIR}/PARAM/gcm.def, gcm.def), \ 
    2020        (${SUBMIT_DIR}/PARAM/run.def, .), \ 
    21         (${SUBMIT_DIR}/PARAM/traceur.def, .)  
     21        (${SUBMIT_DIR}/PARAM/traceur.def, .), \ 
     22        (${SUBMIT_DIR}/PARAM/Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, .) 
     23  
    2224 
    2325[RestartFiles] 
     
    2628 
    2729[OutputText] 
    28 List=   () 
     30List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    2931 
    3032 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4/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 .... 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_CH4_AER/COMP/lmdz.card

    r212 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, .) 
     24  
    2325 
    2426[RestartFiles] 
     
    2729 
    2830[OutputText] 
    29 List=   () 
     31List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    3032 
    3133 
  • 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 .... 
  • 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 .... 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC/COMP/lmdz.card

    r184 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_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 .... 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_AER/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, .) 
     24  
    2325 
    2426[RestartFiles] 
     
    2729 
    2830[OutputText] 
    29 List=   () 
     31List=   (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat) 
    3032 
    3133 
  • CONFIG/LMDZINCA/branches/LMDZINCA_v3_1/EXP_NMHC_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 
     22  
    1023 
    1124    ##--Frequency purpose .... 
Note: See TracChangeset for help on using the changeset viewer.