Ignore:
Timestamp:
Jul 16, 2025, 3:25:48 PM (4 days ago)
Author:
jbclement
Message:

PEM:

  • Making the computation of CO2 mass balance more robust, especially regarding 'CO2cond_ps'.
  • Small correction about the dust tendency management for the layering algorithm.
  • Small improvement of the visualization in "visu_evol_layering.py".
  • File "log_launchPEM.txt" renamed into "launchPEM.log".

JBC

File:
1 edited

Legend:

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

    r3639 r3851  
    4848    # Starting from scratch
    4949    echo "The launching script is starting!"
    50     echo "The output file is \"log_launchPEM.txt\"."
    51     exec > log_launchPEM.txt 2>&1
     50    echo "The output file is \"launchPEM.log\"."
     51    exec > launchPEM.log 2>&1
    5252    echo "Beginning of the launching script for the PEM simulation."
    5353    date
     
    5959    # Starting a new cycle
    6060    if [ $1 = "new" ]; then
    61         exec >> log_launchPEM.txt 2>&1
     61        exec >> launchPEM.log 2>&1
    6262        echo
    6363        echo "This is a new cycle for the PEM simulation."
     
    111111            fi
    112112        done
    113         exec >> log_launchPEM.txt 2>&1
     113        exec >> launchPEM.log 2>&1
    114114        echo
    115115        echo "This is a relaunch for the PEM simulation from the run \"$relaunch $irelaunch\"."
     
    138138    # Continuing the PEM run
    139139    elif [ $1 = "cont" ]; then
    140         exec >> log_launchPEM.txt 2>&1
     140        exec >> launchPEM.log 2>&1
    141141        echo
    142142        echo "This is a continuation of the previous PEM run."
Note: See TracChangeset for help on using the changeset viewer.