Changeset 3820 for trunk


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

PEM:
Bug correction in the launching script.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3819 r3820  
    717717== 01/07/2025 == JBC
    718718Addition of 2 figures in the outputs of "visu_evol_layering.py": (i) the stratification over time colored using RGB ternary mix of H2O ice, CO2 ice and dust; (ii) the dust-to-ice ratio in the stratification over time.
     719
     720== 01/07/2025 == JBC
     721Bug correction in the launching script.
  • 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.