Changeset 23536
- Timestamp:
- 12/11/18 19:04:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/friction.py
r23534 r23536 29 29 string="%s\n%s"%(string,fielddisplay(self,"p","p exponent")) 30 30 string="%s\n%s"%(string,fielddisplay(self,"q","q exponent")) 31 31 string="%s\n%s"%(string,fielddisplay(self,'coupling','Coupling flag 0: uniform sheet (negative pressure ok, default), 1: ice pressure only, 2: water pressure assuming uniform sheet (no negative pressure), 3: use provided effective_pressure, 4: used coupled model (not implemented yet)')) 32 32 string="%s\n%s"%(string,fielddisplay(self,'effective_pressure','Effective Pressure for the forcing if not coupled [Pa]')) 33 33 return string
Note:
See TracChangeset
for help on using the changeset viewer.