- Timestamp:
- Jul 1, 2025, 11:48:51 AM (4 days ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3819 r3820 717 717 == 01/07/2025 == JBC 718 718 Addition 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 721 Bug correction in the launching script. -
trunk/LMDZ.COMMON/libf/evolution/deftank/lib_launchPEM.sh
r3790 r3820 149 149 if [ -f "start.nc" ]; then 150 150 cp start.nc starts/ 151 elif [ -f "star 1D.nc" ]; then152 cp star 1D.txt starts/151 elif [ -f "start1D.txt" ]; then 152 cp start1D.txt starts/ 153 153 fi 154 154 if [ -f "startpem.nc" ]; then
Note: See TracChangeset
for help on using the changeset viewer.