Changeset 25129 for issm/trunk-jpl/src/m/parameterization/parameterize.py
- Timestamp:
- 06/23/20 21:34:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/parameterization/parameterize.py
r24213 r25129 4 4 5 5 def parameterize(md, parametername): 6 """6 ''' 7 7 PARAMETERIZE - parameterize a model 8 8 9 from a parameter python file, start filling in all the model fields that were not10 filled in by the mesh.py and mask.py model methods.11 Warning: the parameter file must be able to be run in Python9 From a parameter Python file, start filling in all the model fields 10 that were not filled in by the mesh.py and mask.py model methods. 11 Warning: the parameter file must be able to be run in Python 12 12 13 Usage:14 md = parameterize(md, parametername)13 Usage: 14 md = parameterize(md, parametername) 15 15 16 Example:17 md = parameterize(md, 'Square.par')18 """16 Example: 17 md = parameterize(md, 'Square.par') 18 ''' 19 19 20 20 #some checks
Note:
See TracChangeset
for help on using the changeset viewer.