Changeset 3977 for trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
- Timestamp:
- Nov 26, 2025, 5:06:13 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job
r3869 r3977 23 23 exePEM="pem_64x48x32_phymars_seq.e" 24 24 25 # Name of executable for reshaping PCM data with XIOS:26 exeReshape="reshape_XIOS_output_64x48x32_phymars_seq.e"27 28 25 # Argument for the PEM execution ("--auto-exit" for SLURM and PBS/TORQUE | "" when the script is not run as a job): 29 26 arg_pem="--auto-exit" … … 32 29 33 30 ulimit -s unlimited 34 35 # Reshaping PCM data with XIOS36 echo "Reshaping PCM data with XIOS is starting."37 ./$exeReshape38 if [ ! -f "data_PCM_Y1.nc" ] || [ ! -f "data_PCM_Y2.nc" ]; then # Check if it ended abnormally39 echo "Error: the reshaping executable crashed!"40 exit 141 fi42 31 43 32 # Running the PEM
Note: See TracChangeset
for help on using the changeset viewer.
