Changeset 21891 for issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
- Timestamp:
- 07/28/17 06:58:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r21890 r21891 521 521 if(migration_style==SubelementMigrationEnum){ 522 522 if (phi>0.999999999) mb=gmb; 523 else{ 524 mb=(1-phi)*fmb+phi*gmb; // phi is the fraction of grounded ice so (1-phi) is floating 525 printf("mg %g \n",mb); 526 printf("phi %g \n",phi); 527 printf("fmb%g \n",fmb); 528 printf("gmb%g \n",gmb); 529 printf("\n"); 530 } 523 else mb=(1-phi)*fmb+phi*gmb; // phi is the fraction of grounded ice so (1-phi) is floating 531 524 } 532 525 else if(migration_style==SubelementMigration2Enum){
Note:
See TracChangeset
for help on using the changeset viewer.