Changeset 1244 for CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR
- Timestamp:
- 01/14/11 11:12:20 (14 years ago)
- 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 20 20 IGCM_debug_PushStack "ATM_Initialize" 21 21 22 RESOL_ATM=$( echo $RESOL | awk "-F- " '{print $1}')22 RESOL_ATM=$( echo $RESOL | awk "-F-L" '{print $1}') 23 23 24 24 [ -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 38 38 JobRunOptions='"-np "${NUM_PROC_ATM}" -max_np "${NUM_PROC_ATM}' 39 39 #-- for vargas 40 #JobRunOptions=' "-pgmmodel MPMD -cmdfile"'40 #JobRunOptions='' 41 41 #============================ 42 42 # config.card configuration options :
Note: See TracChangeset
for help on using the changeset viewer.