- Timestamp:
- 08/22/07 17:42:22 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/IPSLCM4_v2/EXP00/COMP/lmdz.driver
r41 r130 85 85 86 86 if ( [ "${config_Restarts_OverRule}" = "n" ] && [ "${config_ATM_Restart}" = "n" ] ); then 87 IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/. 88 ./create_etat0_limit.e 87 if [ ${DRYRUN} -le 2 ] ; then 88 IGCM_sys_Cp ${R_EXE}/create_etat0_limit.e ${RUN_DIR}/. 89 if [ ${DRYRUN} -le 1 ] ; then 90 ./create_etat0_limit.e 91 fi 92 else 93 echo "EXECUTION of ./create_etat0_limit.e simulated" 94 echo "EXECUTION of ./create_etat0_limit.e simulated for DRYRUN = " $DRYRUN >> stack 95 fi 89 96 fi 90 97
Note: See TracChangeset
for help on using the changeset viewer.