Changeset 1244 for CONFIG/LMDZOR


Ignore:
Timestamp:
01/14/11 11:12:20 (13 years ago)
Author:
jgipsl
Message:

Modified JobRunOptions? to be decommented at vargas.
Bug in RESOL_ATM in case of resolution with zoom.

Location:
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver

    r1211 r1244  
    2020    IGCM_debug_PushStack "ATM_Initialize" 
    2121 
    22     RESOL_ATM=$( echo $RESOL | awk "-F-" '{print $1}') 
     22    RESOL_ATM=$( echo $RESOL | awk "-F-L" '{print $1}') 
    2323 
    2424    [ -f ${SUBMIT_DIR}/../.resol ] && eval $(grep RESOL_ATM_3D ${SUBMIT_DIR}/../.resol) || RESOL_ATM_3D=96x95x19 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/config.card

    r1095 r1244  
    3838JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' 
    3939#-- for vargas 
    40 #JobRunOptions='"-pgmmodel MPMD -cmdfile"' 
     40#JobRunOptions='' 
    4141#============================ 
    4242# config.card configuration options : 
Note: See TracChangeset for help on using the changeset viewer.