Ignore:
Timestamp:
Jun 4, 2025, 6:28:47 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:
Updates in the Python scripts to visualize the layering structure.
JBC

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

Legend:

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

    r3791 r3792  
    701701== 04/06/2025 == JBC
    702702Correction and simplification to compute the maximum number of years according to the changes in Lsp + update of "run_PEM.def".
     703
     704== 04/06/2025 == JBC
     705Updates in the Python scripts to visualize the layering structure.
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py

    r3790 r3792  
    417417    prop_names = ['co2_ice', 'h2o_ice', 'dust', 'pore']
    418418    titles = ["CO2 ice", "H2O ice", "Dust", "Pore"]
    419     cmap = plt.get_cmap('hot_r').copy()
     419    cmap = plt.get_cmap('turbo').copy()
    420420    cmap.set_under('white')
    421421    vmin, vmax = 0.0, 1.0
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/visu_layering.py

    r3790 r3792  
    161161    for idx, ax in enumerate(axes):
    162162        ax.step(contents[idx, :], height, where='post', color=colors[idx])
     163        ax.set_xlim(0, 1)
    163164        ax.set_xlabel('Volume Fraction [m^3/m^3]')
    164165        ax.set_title(labels[idx])
Note: See TracChangeset for help on using the changeset viewer.