Ignore:
Timestamp:
06/23/20 21:34:00 (5 years ago)
Author:
jdquinn
Message:

CHG: Saving progress on MATLAB to Python translations (still need to track down marshalling bug on Python side)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/parameterization/parameterize.py

    r24213 r25129  
    44
    55def parameterize(md, parametername):
    6     """
     6    '''
    77    PARAMETERIZE - parameterize a model
    88
    9        from a parameter python file, start filling in all the model fields that were not
    10        filled in by the mesh.py and mask.py model methods.
    11        Warning: the parameter file must be able to be run in Python
     9        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
    1212
    13        Usage:
    14           md = parameterize(md, parametername)
     13        Usage:
     14            md = parameterize(md, parametername)
    1515
    16        Example:
    17           md = parameterize(md, 'Square.par')
    18     """
     16        Example:
     17            md = parameterize(md, 'Square.par')
     18    '''
    1919
    2020    #some checks
Note: See TracChangeset for help on using the changeset viewer.