Ignore:
Timestamp:
10/04/21 06:35:33 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing extraneous lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp

    r23400 r26468  
    3232  IssmDouble Pmax = 0.6;
    3333  IssmDouble inv_twelve=1./12.;
    34  
     34
    3535  sconv=(rho_water/rho_ice);            //rhow_rain/rhoi
    3636
     
    9191         IssmDouble coeff5=3.8e-05;             // polynomial
    9292         IssmDouble coeff6=6.0e-07;             // fit
    93    
     93
    9494         if(tstar>=temp_rain)
    9595          frac_solid = 0.0;
     
    100100                                         +tstar*(coeff3+tstar*(coeff4+tstar*(coeff5+tstar*coeff6))));
    101101         }
    102          
     102
    103103         snowfall=snowfall+precip_star*frac_solid*inv_twelve;
    104104  }
     
    108108  if(snowfall<0.0) snowfall=0.0;   // correction of
    109109  if(rainfall<0.0) rainfall=0.0;   // negative values
    110    
     110
    111111  if(rainfall<=(Pmax*snowfall)){
    112112          if((rainfall+beta1*pdd)<=(Pmax*snowfall)) {
     
    126126          runoff     = smelt+rainfall-Pmax*snowfall;
    127127  }
    128    
     128
    129129  saccu = precip;       
    130130
Note: See TracChangeset for help on using the changeset viewer.