Changeset 3213 for trunk/LMDZ.MARS/deftank
- Timestamp:
- Feb 12, 2024, 3:05:15 PM (12 months ago)
- Location:
- trunk/LMDZ.MARS/deftank
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/launch_1Dchained.sh
r3209 r3213 74 74 ./$exePCM > out_runPCM${iPCM} 2>&1 75 75 if [ ! -f "restartfi.nc" ]; then # Check if run ended abnormally 76 echo "Error: the run PCM $iPCM hascrashed!"76 echo "Error: the run PCM $iPCM crashed!" 77 77 exit 1 78 78 fi … … 104 104 105 105 date 106 echo "The launching script has terminated."106 echo "The launching script ended." -
trunk/LMDZ.MARS/deftank/launch_orb_1Dchained.sh
r3209 r3213 159 159 ./$exePCM > out_runPCM${iPCM} 2>&1 160 160 if [ ! -f "restartfi.nc" ]; then # Check if run ended abnormally 161 echo "Error: the run PCM $iPCM hascrashed!"161 echo "Error: the run PCM $iPCM crashed!" 162 162 exit 1 163 163 fi … … 189 189 190 190 date 191 echo "The launching script has terminated."191 echo "The launching script ended."
Note: See TracChangeset
for help on using the changeset viewer.