- Timestamp:
- 06/02/12 08:27:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/PositiveDegreeDayx/PositiveDegreeDayx.cpp
r12296 r12346 64 64 tstar = it*DT-siglim; 65 65 tint = tsint; 66 pddt = 0 ;66 pddt = 0.; 67 67 for ( jj = 0; jj < 600; jj++){ 68 68 if (tint > (tstar+siglim)){break;} … … 90 90 // tstar = REAL(it)*DT-siglimc; 91 91 tint = tsint; // start against upper bound 92 pd = 0 ;92 pd = 0.; 93 93 for (jj = 0; jj < 600; jj++){ 94 94 if (tint<(tstar-siglimc)) {break;} … … 98 98 pds[it] = pd*snormfac; // gaussian integral lookup table for snow fraction 99 99 } 100 pds[itm+1] = 0 ;100 pds[itm+1] = 0.; 101 101 // *******END initialize PDD 102 102
Note:
See TracChangeset
for help on using the changeset viewer.