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_run.job

    r4072 r4074  
    2121
    2222# Name of executable for the PEM:
    23 exePEM="pem_64x48x32_phymars_seq.e"
     23pem_exe="pem_64x48x32_phymars_seq.e"
    2424
    2525# Argument for the PEM execution ("--auto-exit" for SLURM and PBS/TORQUE | "" when the script is not run as a job):
    26 arg_pem="--auto-exit"
     26pem_arg="--auto-exit"
    2727########################################################################
    2828
     
    3333read n_yr_sim ntot_yr_sim r_plnt2earth_yr i_pcm_run i_pem_run n_pcm_runs n_pcm_runs_ini < pem_workflow.sts
    3434echo "Run \"PEM $i_pem_run\" is starting."
    35 cp run_PEM.def run.def
    36 eval "./$exePEM $arg_pem > run.log 2>&1"
     35cp run_pem.def run.def
     36eval "./$pem_exe $pem_arg > run.log 2>&1"
    3737if [ ! -f "restartfi.nc" ] || ! (tail -n 100 run.log | grep -iq "so far, so good!"); then # Check if it ended abnormally
    3838    echo "Error: the run \"PEM $i_pem_run\" crashed!"
Note: See TracChangeset for help on using the changeset viewer.