Changeset 3518
- Timestamp:
- Nov 14, 2024, 2:03:11 PM (7 days ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3517 r3518 488 488 489 489 == 14/11/2024 == JBC 490 Committing the right correction in previous commit (r3 3516) would have been better...490 Committing the right correction in previous commit (r3516) would have been better... -
trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
r3495 r3518 25 25 26 26 # Execution command: 27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} "27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $exePCM" 28 28 ######################################################################## 29 29 … … 35 35 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt 36 36 cp run_PCM.def run.def 37 eval "$exe_cmd $exePCM> out_runPCM${iPCM} 2>&1"37 eval "$exe_cmd > out_runPCM${iPCM} 2>&1" 38 38 if [ ! -f "restartfi.nc" ] || ! (tail -n 100 out_runPCM${iPCM} | grep -iq "everything is cool!"); then # Check if it ended abnormally 39 39 echo "Error: the run PCM $iPCM crashed!" -
trunk/LMDZ.COMMON/libf/evolution/deftank/lib_launchPEM.sh
r3517 r3518 187 187 fi 188 188 ((iPCM++)) 189 i_myear = $(echo "$i_myear + 1." | bc -l)189 i_myear=$(echo "$i_myear + 1." | bc -l) 190 190 ((ii++)) 191 191 else … … 209 209 fi 210 210 ((iPCM++)) 211 i_myear = $(echo "$i_myear + 1." | bc -l)211 i_myear=$(echo "$i_myear + 1." | bc -l) 212 212 else 213 213 endlaunch
Note: See TracChangeset
for help on using the changeset viewer.