Changeset 799 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Oct 1, 2012, 7:17:50 PM (12 years ago)
Author:
tnavarro
Message:

small bug if running a fraction of sol. Physical day and dynamical day were not the same if the sol fraction was not a divisor of 1 sol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dyn3d/gcm.F

    r798 r799  
    396396         CALL exner_hyb(  ip1jmp1, ps, p,beta,pks, pk, pkf )
    397397
    398            rdaym_ini  = itau * dtvr / daysec
     398           rdaym_ini  = itau * dtvr / daysec + time_0
    399399           rdayvrai   = rdaym_ini  + day_ini
    400400
Note: See TracChangeset for help on using the changeset viewer.