Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ISSMteam/ISSM
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jan 24, 2025
2 parents 5ebc13b + 73a43a5 commit c8b0855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/m/contrib/inwoo/loadmodel_netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ def loadmodel_netcdf(filename, verbose:bool=0):
md.outputdefinition.definitions = []
else:
md.outputdefinition.definitions = definitions
elif groupName in 'mmemasstransport':
# NOTE: mmemasstransport is not implemented in python.
warnings.warn('WARNING: "mmemasstransport" is not implemented in Python.')
continue
elif (not mclass in ['verbose',
'hpc_simba','fourierlove',
]) & isinstance(gclass,str): # skip specific class..
Expand Down

0 comments on commit c8b0855

Please sign in to comment.