Ignore:
Timestamp:
04/29/13 18:23:28 (12 years ago)
Author:
bdef
Message:

CHG: Hydrologydc have now several ways of fixing the inefficient laer upper limit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/objects/Loads/Pengrid.cpp ΒΆ

    r14769 r14796  
    707707        /*Get sediment water head h*/
    708708        element->GetInputValue(&h,node,SedimentHeadEnum);
    709         h_max=10000;
     709        element->GetHydrologyDCInefficientHmax(&h_max,node);
     710        /*printf("hmax %i \n",h_max);*/
    710711
    711712        if (h>h_max)
Note: See TracChangeset for help on using the changeset viewer.