Ignore:
Timestamp:
Jun 3, 2025, 5:22:03 PM (3 weeks ago)
Author:
jbclement
Message:

PEM:
Correction of a small bug for the launching script when restarting the simulation from an initial PCM run + renaming of variables in the visualization scripts for the layering structure.
JBC

File:
1 edited

Legend:

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

    r3666 r3790  
    333333        cleanfiles starts/restartpem .nc $(($iPEM - 1))
    334334        rm -f startpem.nc
     335        if [ -f "starts/startpem.nc" ]; then
     336            cp starts/startpem.nc .
     337        fi
    335338        if [ $irelaunch -eq $(($nPCM_ini - 1)) ]; then
    336339            cp diags/data2reshape${irelaunch}.nc data2reshape_Y1.nc
Note: See TracChangeset for help on using the changeset viewer.