Changeset 3792 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Jun 4, 2025, 6:28:47 PM (2 weeks ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.COMMON/libf/evolution/changelog.txt ¶
r3791 r3792 701 701 == 04/06/2025 == JBC 702 702 Correction 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 705 Updates in the Python scripts to visualize the layering structure. -
TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py ¶
r3790 r3792 417 417 prop_names = ['co2_ice', 'h2o_ice', 'dust', 'pore'] 418 418 titles = ["CO2 ice", "H2O ice", "Dust", "Pore"] 419 cmap = plt.get_cmap(' hot_r').copy()419 cmap = plt.get_cmap('turbo').copy() 420 420 cmap.set_under('white') 421 421 vmin, vmax = 0.0, 1.0 -
TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/visu_layering.py ¶
r3790 r3792 161 161 for idx, ax in enumerate(axes): 162 162 ax.step(contents[idx, :], height, where='post', color=colors[idx]) 163 ax.set_xlim(0, 1) 163 164 ax.set_xlabel('Volume Fraction [m^3/m^3]') 164 165 ax.set_title(labels[idx])
Note: See TracChangeset
for help on using the changeset viewer.