Skip to content

Commit 8bb9df8

Browse files
authored
Merge pull request #164 from NJSchlegel/main
BUG: GEMB ptol was set to a value too large
2 parents 48c3134 + 01d1b06 commit 8bb9df8

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/c/modules/SurfaceMassBalancex/Gembx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ void accumulation(IssmDouble** pT, IssmDouble** pdz, IssmDouble** pd, IssmDouble
15591559
massinit=0.0;
15601560
for(int i=0;i<m;i++)massinit+=mInit[i];
15611561

1562-
if (P > 0.0+Ptol){
1562+
if (P > 0.0+Dtol){
15631563

15641564
if (T_air <= CtoK+Ttol){ // if snow
15651565

test/Archives/Archive243.arch

0 Bytes
Binary file not shown.

test/Archives/Archive252.arch

0 Bytes
Binary file not shown.

test/Archives/Archive253.arch

0 Bytes
Binary file not shown.

test/Archives/Archive258.arch

0 Bytes
Binary file not shown.

test/Archives/Archive259.arch

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)