Ignore:
Timestamp:
Feb 17, 2026, 2:45:53 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:

  • Correct management of H2O ice tendency in 1D when there is not enough ice anymore.
  • Clean initialization of allocatable module arrays (especially needed when no slope)
  • One more renaming for consistency + few small updates thoughout the code.

JBC

File:
1 edited

Legend:

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

    r4072 r4074  
    6868        submit_cycle $exec_mode $n_pcm_runs
    6969
    70     # Starting a resume
     70    # Starting a resumption of the workflow
    7171    elif [ $1 = "re" ]; then
    7272        if [ ! -f "pem_workflow.sts" ]; then
     
    132132        fi
    133133
    134     # Continuing the PEM run
    135     elif [ $1 = "cont" ]; then
    136         exec >> pem_workflow.log 2>&1
    137         echo
    138         echo "This is a continuation of the previous PEM run."
    139         date
    140         submit_pem_phase $exec_mode
     134    # Continuing a PEM run
     135    # CANNOT BE DONE FOR NOW BECAUSE THE PEM DOES NOT SAVE ITS STATE TO BE ABLE TO RECOVER
     136    #elif [ $1 = "cont" ]; then
     137    #    exec >> pem_workflow.log 2>&1
     138    #    echo
     139    #    echo "This is a continuation of the previous PEM run."
     140    #    date
     141    #    submit_pem_phase $exec_mode
    141142
    142143    # Default case: error
Note: See TracChangeset for help on using the changeset viewer.