Changeset 3851 for trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
- Timestamp:
- Jul 16, 2025, 3:25:48 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
r3639 r3851 48 48 # Starting from scratch 49 49 echo "The launching script is starting!" 50 echo "The output file is \"l og_launchPEM.txt\"."51 exec > l og_launchPEM.txt2>&150 echo "The output file is \"launchPEM.log\"." 51 exec > launchPEM.log 2>&1 52 52 echo "Beginning of the launching script for the PEM simulation." 53 53 date … … 59 59 # Starting a new cycle 60 60 if [ $1 = "new" ]; then 61 exec >> l og_launchPEM.txt2>&161 exec >> launchPEM.log 2>&1 62 62 echo 63 63 echo "This is a new cycle for the PEM simulation." … … 111 111 fi 112 112 done 113 exec >> l og_launchPEM.txt2>&1113 exec >> launchPEM.log 2>&1 114 114 echo 115 115 echo "This is a relaunch for the PEM simulation from the run \"$relaunch $irelaunch\"." … … 138 138 # Continuing the PEM run 139 139 elif [ $1 = "cont" ]; then 140 exec >> l og_launchPEM.txt2>&1140 exec >> launchPEM.log 2>&1 141 141 echo 142 142 echo "This is a continuation of the previous PEM run."
Note: See TracChangeset
for help on using the changeset viewer.