Changeset 3720 for trunk/ICOSA_LMDZ
- Timestamp:
- Apr 11, 2025, 5:26:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90
r3478 r3720 362 362 ENDIF 363 363 364 day_length= 86400364 day_length=551854.0625 ! Pluto day length (s) 365 365 CALL getin('day_length',day_length) 366 year_length = 31557600 ! 365.25 * 86400 366 ! Pluto year length (s) 14178.3037109375 Pluto days 367 year_length = 7824354502.23969 367 368 CALL getin('year_length',year_length) 368 369 ndays=nint(itaumax*(dt/day_length))! number of days to run
Note: See TracChangeset
for help on using the changeset viewer.