Changeset 23337


Ignore:
Timestamp:
09/25/18 11:23:10 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: need melting rates for vz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/stressbalance_core.cpp

    r23221 r23337  
    7575        /*Compute vertical velocities*/
    7676        if (domaintype==Domain3DEnum && (isSIA || isSSA || isL1L2 || isHO)){
     77
     78                /*We need basal melt rates for vertical velocity*/
     79                bmb_core(femmodel);
     80
    7781                analysis = new StressbalanceVerticalAnalysis();
    7882                analysis->Core(femmodel);
Note: See TracChangeset for help on using the changeset viewer.