Ignore:
Timestamp:
Nov 26, 2025, 5:06:13 PM (5 days ago)
Author:
jbclement
Message:

PEM:

  • All operations computed by the PEM on the PCM data (averages, minima) are now performed by XIOS with two dedicated file. One is for daily operation outputs ("Xoutdaily4pem*.nc") and the other for yearly operation outputs ("Xoutyearly4pem*.nc").
  • Deletion of the reshaping tool "reshape_XIOS_output" used to convert XIOS outputs onto the PCM grid. Thus, the PEM is now able to read directly the format of XIOS outputs.
  • Addition of subroutines to convert data between a lon x lat array and a vector.

JBC

File:
1 edited

Legend:

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

    r3869 r3977  
    2323exePEM="pem_64x48x32_phymars_seq.e"
    2424
    25 # Name of executable for reshaping PCM data with XIOS:
    26 exeReshape="reshape_XIOS_output_64x48x32_phymars_seq.e"
    27 
    2825# Argument for the PEM execution ("--auto-exit" for SLURM and PBS/TORQUE | "" when the script is not run as a job):
    2926arg_pem="--auto-exit"
     
    3229
    3330ulimit -s unlimited
    34 
    35 # Reshaping PCM data with XIOS
    36 echo "Reshaping PCM data with XIOS is starting."
    37 ./$exeReshape
    38 if [ ! -f "data_PCM_Y1.nc" ] || [ ! -f "data_PCM_Y2.nc" ]; then # Check if it ended abnormally
    39     echo "Error: the reshaping executable crashed!"
    40     exit 1
    41 fi
    4231
    4332# Running the PEM
Note: See TracChangeset for help on using the changeset viewer.