Changeset 1929 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
May 29, 2018, 9:28:17 AM (6 years ago)
Author:
emillour
Message:

Venus-Dynamico interface:
Set default day_length to a value that is a multiple of dt*itau_physics
to avoid roundoff issues in the calendar. Note that a different value of
lenght of day (daysec) is set and used in the physics.
IGL

File:
1 edited

Legend:

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

    r1923 r1929  
    332332    CALL getin('startphy_file',startphy_file)
    333333
    334     day_length=10087000
     334    ! value in physics daysec=10087066.76s, important for solar radiation,
     335    ! for the rest ptime/timeofday is what matters. To well estimate them,
     336    ! day_length must be multiple of dt*itau_physics. Error order:1e-4.
     337    day_length=10080000   
    335338    CALL getin('day_length',day_length)
    336339   
Note: See TracChangeset for help on using the changeset viewer.