Ignore:
Timestamp:
06/02/12 08:27:24 (13 years ago)
Author:
lemorzad
Message:

debug pdd methode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/PositiveDegreeDayx/PositiveDegreeDayx.cpp

    r12296 r12346  
    6464    tstar = it*DT-siglim;
    6565    tint = tsint;
    66     pddt = 0;
     66    pddt = 0.;
    6767    for ( jj = 0; jj < 600; jj++){
    6868      if (tint > (tstar+siglim)){break;}
     
    9090    //    tstar = REAL(it)*DT-siglimc;
    9191    tint = tsint;          // start against upper bound
    92     pd = 0;
     92    pd = 0.;
    9393    for (jj = 0; jj < 600; jj++){
    9494      if (tint<(tstar-siglimc)) {break;}
     
    9898    pds[it] = pd*snormfac;  // gaussian integral lookup table for snow fraction
    9999  }
    100   pds[itm+1] = 0;
     100  pds[itm+1] = 0.;
    101101  //     *******END initialize PDD
    102102 
Note: See TracChangeset for help on using the changeset viewer.