Ignore:
Timestamp:
Jul 1, 2025, 11:48:51 AM (6 days ago)
Author:
jbclement
Message:

PEM:
Bug correction in the launching script.
JBC

File:
1 edited

Legend:

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

    r3790 r3820  
    149149    if [ -f "start.nc" ]; then
    150150        cp start.nc starts/
    151     elif [ -f "star1D.nc" ]; then
    152         cp star1D.txt starts/
     151    elif [ -f "start1D.txt" ]; then
     152        cp start1D.txt starts/
    153153    fi
    154154    if [ -f "startpem.nc" ]; then
Note: See TracChangeset for help on using the changeset viewer.