Ignore:
Timestamp:
Aug 26, 2024, 10:51:28 AM (11 months ago)
Author:
jbclement
Message:

PEM:
Correction for the launching script due to r3403: the job scheduler detection was missing in the case of a new cycle.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh

    r3417 r3419  
    5757        echo "This is a new cycle for the PEM simulation."
    5858        date
     59        if [ $dim -ne 1 ]; then
     60            job_scheduler
     61        fi
    5962        read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
    6063        cyclelaunch $dim $nPCM
     
    115118        fi
    116119        sed -i "1s/.*/$i_myear $n_myear $convert_years $iPCM $iPEM $nPCM $nPCM_ini/" info_PEM.txt
     120        if [ -f "kill_launchPEM.sh" ]; then
     121            ./kill_launchPEM.sh
     122        fi
    117123        if [ $relaunch = "PCM" ]; then
    118124            relaunchPCM $dim
Note: See TracChangeset for help on using the changeset viewer.