Ignore:
Timestamp:
Nov 28, 2025, 5:38:44 PM (2 days ago)
Author:
jbclement
Message:

PEM:
Renaming the file "info_PEM.txt" into "launchPEM.info".
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/PEMrun.job

    r3977 r3980  
    3131
    3232# Running the PEM
    33 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
     33read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < launchPEM.info
    3434echo "Run \"PEM $iPEM\" is starting."
    3535cp run_PEM.def run.def
     
    6161
    6262# Launch the next cycle
    63 #if [ "$(awk 'END{print $NF}' info_PEM.txt)" -eq 7 ]; then
    64 #    read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
     63#if [ "$(awk 'END{print $NF}' launchPEM.info)" -eq 7 ]; then
     64#    read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < launchPEM.info
    6565#    ./launchPEM.sh cont # Continue the PEM run if it stopped because of job time limit
    6666#else
Note: See TracChangeset for help on using the changeset viewer.