Ignore:
Timestamp:
08/01/11 17:33:41 (13 years ago)
Author:
jbrlod
Message:

make kt the effective time step

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sbcgyre_utau_vtau.h

    r9 r64  
    1919    //      !accumulates days of previous months of this year 
    2020    //      ! day (in hours) since january the 1st 
    21     double  ztime = float(Yt-TU)*rdt/(rmmss*rhhmm)//  ! incrementation in hour 
     21    /*    double  ztime = float(Yt-TU)*rdt/(rmmss*rhhmm)//  ! incrementation in hour 
     22          - (nyear - 1) * rjjhh * raajj;//         !  - nber of hours the precedent years */ 
     23    double  ztime =  kt*rdt/(rmmss*rhhmm)//  ! incrementation in hour 
    2224      - (nyear - 1) * rjjhh * raajj;//         !  - nber of hours the precedent years 
    2325    double  ztimemax = ((5.*30.)+21.)* 24.;//               ! 21th june     in hours 
Note: See TracChangeset for help on using the changeset viewer.