source: issm/trunk-jpl/src/m/inversions/supportedcontrols.py

Last change on this file was 25806, checked in by jdquinn, 4 years ago

CHG: Python implementation of frictionschoof

File size: 373 bytes
Line 
1def supportedcontrols():
2 return [
3 'BalancethicknessThickeningRate',
4 'FrictionCoefficient',
5 'FrictionC',
6 'FrictionAs',
7 'MaterialsRheologyBbar',
8 'DamageDbar',
9 'Vx',
10 'Vy',
11 'Thickness',
12 'BalancethicknessOmega',
13 'BalancethicknessApparentMassbalance',
14 'MaterialsRheologyB'
15 ]
Note: See TracBrowser for help on using the repository browser.