Changeset 12113


Ignore:
Timestamp:
04/24/12 08:45:25 (13 years ago)
Author:
Eric.Larour
Message:

Implemented parameterize routine in python

Location:
issm/trunk-jpl
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/model.py

    r12038 r12113  
    111111                string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("radaroverlay","[%s,%s]" % ("1x1",obj.radaroverlay.__class__.__name__),"radar image for plot overlay"))
    112112                string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("miscellaneous","[%s,%s]" % ("1x1",obj.miscellaneous.__class__.__name__),"miscellaneous fields"))
    113                 string="%s\n%s" % (string,"%19s: %-22s -- %s" % ("miscellaneous","[%s,%s]" % ("1x1",obj.miscellaneous.__class__.__name__),"miscellaneous fields"))
    114113                return string;
    115114                 #}}}
  • issm/trunk-jpl/test/NightlyRun/test102.py

    r12112 r12113  
    22from triangle import *
    33from setmask import *
     4from parameterize import *
    45
    56md=model();
    67md=triangle(md,'../Exp/Square.exp',150000);
    78md=setmask(md,'all','');
     9md=parameterize(md,'../Par/SquareShelfConstrained.par')
Note: See TracChangeset for help on using the changeset viewer.