Changeset 22496
- Timestamp:
- 03/02/18 17:59:37 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp
r22482 r22496 611 611 612 612 // if V = 0 goes to infinity therfore if V = 0 change 613 if(V<0.01 +Dtol)V=0.01;613 if(V<0.01-Dtol)V=0.01; 614 614 615 615 // Bulk-transfer coefficient for turbulent fluxes
Note:
See TracChangeset
for help on using the changeset viewer.