Changeset 4180 for trunk/LMDZ.COMMON/libf/evolution/orbit.F90
- Timestamp:
- Apr 10, 2026, 7:17:55 PM (6 hours ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/orbit.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/orbit.F90
r4170 r4180 15 15 ! DEPENDENCIES 16 16 ! ------------ 17 use numerics, only: dp, di, k4, largest_nb, minieps17 use numerics, only: dp, di, k4, largest_nb, eps 18 18 19 19 ! DECLARATION … … 477 477 call print_msg('Obl. (current|accepted min|accepted max): '//real2str(obliquity)//' | '//real2str(min_obl)//real2str(max_obl),LVL_NFO) 478 478 479 max_ecc = min(eccentricity + max_change_ecc,1. - minieps) ! ecc < 1.479 max_ecc = min(eccentricity + max_change_ecc,1. - eps) ! ecc < 1. 480 480 min_ecc = max(eccentricity - max_change_ecc,0._dp) ! ecc >= 0. 481 481 call print_msg('Ecc. (current|accepted min|accepted max): '//real2str(eccentricity)//' | '//real2str(min_ecc)//' | '//real2str(max_ecc),LVL_NFO)
Note: See TracChangeset
for help on using the changeset viewer.
