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/pcm_run.job

    r4072 r4074  
    2424
    2525# Name of executable for the PCM:
    26 exePCM="gcm_64x48x32_phymars_para.e"
     26pcm_exe="gcm_64x48x32_phymars_para.e"
    2727
    2828# Execution command:
    29 exe_cmd="srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$exePCM"
     29exec_cmd="srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$pcm_exe"
    3030########################################################################
    3131
     
    3636read 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
    3737echo "Run \"PCM $i_pcm_run\" is starting."
    38 cp run_PCM.def run.def
    39 eval "$exe_cmd > run.log 2>&1"
     38cp run_pcm.def run.def
     39eval "$exec_cmd > run.log 2>&1"
    4040if [ ! -f "restartfi.nc" ] || ! (tail -n 100 run.log | grep -iq "everything is cool!"); then # Check if it ended abnormally
    4141    echo "Error: the run \"PCM $i_pcm_run\" crashed!"
Note: See TracChangeset for help on using the changeset viewer.