Ignore:
Timestamp:
Jul 18, 2025, 6:36:32 PM (7 days ago)
Author:
jbclement
Message:

PEM:

  • Correction of "visu_evol_layering.py" to compute Lsp variations.
  • Few cleanings to open files throughout the PEM.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py

    r3851 r3860  
    969969
    970970    eccentricity  = (aphelion - perihelion) / (aphelion + perihelion)
    971     ls_perihelion = mars_ls(
    972         date_peri_day,
    973         date_peri_day,
    974         eccentricity,
    975         year_day
    976     )
     971    ls_perihelion = mars_ls(date_peri_day,0.,eccentricity,year_day)
    977972
    978973    return dates_yr, obliquity, eccentricity, ls_perihelion
Note: See TracChangeset for help on using the changeset viewer.