Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/deftank/pem_workflow.sh
- Timestamp:
- Feb 17, 2026, 2:45:53 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/pem_workflow.sh
r4072 r4074 68 68 submit_cycle $exec_mode $n_pcm_runs 69 69 70 # Starting a resum e70 # Starting a resumption of the workflow 71 71 elif [ $1 = "re" ]; then 72 72 if [ ! -f "pem_workflow.sts" ]; then … … 132 132 fi 133 133 134 # Continuing the PEM run 135 elif [ $1 = "cont" ]; then 136 exec >> pem_workflow.log 2>&1 137 echo 138 echo "This is a continuation of the previous PEM run." 139 date 140 submit_pem_phase $exec_mode 134 # Continuing a PEM run 135 # CANNOT BE DONE FOR NOW BECAUSE THE PEM DOES NOT SAVE ITS STATE TO BE ABLE TO RECOVER 136 #elif [ $1 = "cont" ]; then 137 # exec >> pem_workflow.log 2>&1 138 # echo 139 # echo "This is a continuation of the previous PEM run." 140 # date 141 # submit_pem_phase $exec_mode 141 142 142 143 # Default case: error
Note: See TracChangeset
for help on using the changeset viewer.
