Changeset 3518


Ignore:
Timestamp:
Nov 14, 2024, 2:03:11 PM (7 days ago)
Author:
jbclement
Message:

PEM:
Committing the right correction in previous commit (r3516) would have been better...
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3517 r3518  
    488488
    489489== 14/11/2024 == JBC
    490 Committing the right correction in previous commit (r33516) would have been better...
     490Committing the right correction in previous commit (r3516) would have been better...
  • trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job

    r3495 r3518  
    2525
    2626# Execution command:
    27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1}"
     27exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $exePCM"
    2828########################################################################
    2929
     
    3535read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
    3636cp run_PCM.def run.def
    37 eval "$exe_cmd $exePCM > out_runPCM${iPCM} 2>&1"
     37eval "$exe_cmd > out_runPCM${iPCM} 2>&1"
    3838if [ ! -f "restartfi.nc" ] || ! (tail -n 100 out_runPCM${iPCM} | grep -iq "everything is cool!"); then # Check if it ended abnormally
    3939    echo "Error: the run PCM $iPCM crashed!"
  • trunk/LMDZ.COMMON/libf/evolution/deftank/lib_launchPEM.sh

    r3517 r3518  
    187187        fi
    188188        ((iPCM++))
    189         i_myear = $(echo "$i_myear + 1." | bc - l)
     189        i_myear=$(echo "$i_myear + 1." | bc -l)
    190190        ((ii++))
    191191    else
     
    209209            fi
    210210            ((iPCM++))
    211             i_myear = $(echo "$i_myear + 1." | bc - l)
     211            i_myear=$(echo "$i_myear + 1." | bc -l)
    212212        else
    213213            endlaunch
Note: See TracChangeset for help on using the changeset viewer.