Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/deftank/pem_run.job
- 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_run.job
r4072 r4074 21 21 22 22 # Name of executable for the PEM: 23 exePEM="pem_64x48x32_phymars_seq.e"23 pem_exe="pem_64x48x32_phymars_seq.e" 24 24 25 25 # Argument for the PEM execution ("--auto-exit" for SLURM and PBS/TORQUE | "" when the script is not run as a job): 26 arg_pem="--auto-exit"26 pem_arg="--auto-exit" 27 27 ######################################################################## 28 28 … … 33 33 read n_yr_sim ntot_yr_sim r_plnt2earth_yr i_pcm_run i_pem_run n_pcm_runs n_pcm_runs_ini < pem_workflow.sts 34 34 echo "Run \"PEM $i_pem_run\" is starting." 35 cp run_ PEM.def run.def36 eval "./$ exePEM $arg_pem> run.log 2>&1"35 cp run_pem.def run.def 36 eval "./$pem_exe $pem_arg > run.log 2>&1" 37 37 if [ ! -f "restartfi.nc" ] || ! (tail -n 100 run.log | grep -iq "so far, so good!"); then # Check if it ended abnormally 38 38 echo "Error: the run \"PEM $i_pem_run\" crashed!"
Note: See TracChangeset
for help on using the changeset viewer.
