Changeset 24990


Ignore:
Timestamp:
06/09/20 03:06:44 (5 years ago)
Author:
bdef
Message:

CHG:removing setallnull which is a clone of deactivateall

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

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

    r24213 r24990  
    6060            return []
    6161
    62     #}}}
    63 
    64     def setallnullparameters(self):  # {{{
    65         #Nothing done
    66         self.issmb = False
    67         self.ismasstransport = False
    68         self.isstressbalance = False
    69         self.isthermal = False
    70         self.isgroundingline = False
    71         self.isgia = False
    72         self.isesa = False
    73         self.isdamageevolution = False
    74         self.ismovingfront = False
    75         self.ishydrology = False
    76         self.isoceancoupling = False
    77         self.isslr = False
    78         self.iscoupler = False
    79         self.amr_frequency = 0
    80 
    81     #default output
    82         self.requested_outputs = []
    83         return self
    8462    #}}}
    8563
  • issm/trunk-jpl/test/NightlyRun/test3300.py

    r24261 r24990  
    1515md = setmask(md, '', '')
    1616md = parameterize(md, '../Par/SquareSheetConstrained.py')
    17 md.transient = transient.setallnullparameters(md.transient)
     17md.transient = transient.deactivateall(md.transient)
    1818md.transient.ishydrology = True
    1919md.transient.issmb = True
  • issm/trunk-jpl/test/Par/SquareNoDyn.py

    r24862 r24990  
    4848md.groundingline.migration = 'None'
    4949
    50 md.transient = transient.setallnullparameters(md.transient)
     50md.transient = transient.deactivateall(md.transient)
    5151
    5252#Change name so that no test have the same name
Note: See TracChangeset for help on using the changeset viewer.