Changeset 3860 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Jul 18, 2025, 6:36:32 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/visu_evol_layering.py
r3851 r3860 969 969 970 970 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) 977 972 978 973 return dates_yr, obliquity, eccentricity, ls_perihelion
Note: See TracChangeset
for help on using the changeset viewer.