Changeset 3720 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Apr 11, 2025, 5:26:37 PM (4 months ago)
Author:
emillour
Message:

Pluto PCM:
Some update/cleanup of the "reference" files in deftank/dynamico
and of reference constants at the interface.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/src/phypluto/interface_icosa_lmdz.f90

    r3478 r3720  
    362362    ENDIF
    363363
    364     day_length=86400
     364    day_length=551854.0625 ! Pluto day length (s)
    365365    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
    367368    CALL getin('year_length',year_length)
    368369    ndays=nint(itaumax*(dt/day_length))! number of days to run
Note: See TracChangeset for help on using the changeset viewer.