Ignore:
Timestamp:
07/13/18 13:01:36 (7 years ago)
Author:
tpelle
Message:

CHG: Adding buoyant plume basal melt-rate parameterization to ISSM, adapted from Lazeroms et al. (2018)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Seg.h

    r22828 r22918  
    132132                void        PicoUpdateBoxid(int* pmax_boxid_basin){_error_("not implemented yet");};
    133133                void                    PicoUpdateBox(int loopboxid){_error_("not implemented yet");};
     134                void                    PicoComputeBaseSlope(void){_error_("not implemented yet");};
     135                void                    PicoComputeGroundingLineDepth(void){_error_("not implemented yet");};
     136                void                    PicoComputeBasalMelt(void){_error_("not implemented yet");};
    134137                void        PotentialUngrounding(Vector<IssmDouble>* potential_sheet_ungrounding){_error_("not implemented yet");};
    135138                int         PressureInterpolation(void){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.