Ignore:
Timestamp:
08/30/11 16:40:09 (13 years ago)
Author:
berrada
Message:

fusion tronc dans mb-branche

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branche-mb/src/sbcgyre_qsr_qns.h

    r1 r69  
    2424  else{ 
    2525    //      ! current day (in hours) since january the 1st of the current year 
    26     double  ztime = double(Yt-TU) * rdt / (rmmss * rhhmm)  //       !  total incrementation (in hours) 
     26    /*    double  ztime = double(Yt-TU) * rdt / (rmmss * rhhmm)  //       !  total incrementation (in hours) 
     27          - (nyear  - 1) * rjjhh * raajj;  //           !  minus years since beginning of experiment (in hours) 
     28    */ 
     29    double  ztime = kt * rdt / (rmmss * rhhmm)  //       !  total incrementation (in hours) 
    2730      - (nyear  - 1) * rjjhh * raajj;  //           !  minus years since beginning of experiment (in hours) 
    28      
    2931    double  ztimemax1 = ((5.*30.)+21.)* 24.;//                     ! 21th june     at 24h in hours 
    3032    double  ztimemin1 = ztimemax1 + rjjhh * raajj / 2.;//            ! 21th december        in hours 
Note: See TracChangeset for help on using the changeset viewer.