Changeset 24279
- Timestamp:
 - 10/25/19 13:36:55 (6 years ago)
 - Location:
 - issm/trunk-jpl
 - Files:
 - 
      
- 4 edited
 
- 
          
  src/c/modules/SurfaceMassBalancex/Gembx.cpp (modified) (2 diffs)
 - 
          
  test/Archives/Archive243.arch (modified) ( previous)
 - 
          
  test/Archives/Archive244.arch (modified) ( previous)
 - 
          
  test/Archives/Archive252.arch (modified) ( previous)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp
r24222 r24279 1198 1198 dfall = min(max(1.29 - 0.17*V,0.20),1.0); 1199 1199 sfall = min(max(0.08*V + 0.38,0.5),0.9); 1200 refall = (0.1 + (1.0-dfall)*0.25 + (0.5-sfall)*0.1)/2.0;1200 refall = max((0.1 + (1.0-dfall)*0.25 + (0.5-sfall)*0.1)/2.0,Gdntol); 1201 1201 1202 1202 // if snow depth is greater than specified min dz, new cell created … … 1228 1228 gdn[0] = (dfall * P + gdn[0] * mInit[0])/mass; 1229 1229 gsp[0] = (sfall * P + gsp[0] * mInit[0])/mass; 1230 re fall = (0.1 + (1.0-dfall)*0.25 + (0.5-sfall)*0.1)/2.0;1230 re[0] = max((0.1 + (1.0-gdn[0])*0.25 + (0.5-gsp[0])*0.1)/2.0,Gdntol); 1231 1231 } 1232 1232 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)