Ignore:
Timestamp:
02/07/22 04:44:59 (3 years ago)
Author:
bdef
Message:

NEW: export netcdf from matlab and associated nightly testing procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/io/loadmodel.py

    r25455 r26857  
    99
    1010
    11 def loadmodel(path, onlylast=False):
     11def loadmodel(path, singletime=None):
    1212    """LOADMODEL - load a model
    1313
     
    3131    #       try:
    3232    #recover model on file and name it md
    33     struc = loadvars(path, onlylast=onlylast)
     33    struc = loadvars(path, singletime=singletime)
    3434    name = [key for key in list(struc.keys())]
    3535    if len(name) > 1:
Note: See TracChangeset for help on using the changeset viewer.