ggslc / bisicles-uob

Other
2 stars 4 forks source link

Update number of arguments to python basal melt functions #4

Closed tmitcham closed 12 months ago

tmitcham commented 1 year ago

Basal melt function definitions (e.g. in MISMIP+ example) using the Python interface (in shortshallow.py) only provide 5 arguments, whereas the interface now expects 6 arguments to be provided (including the ice fraction).

A temporary fix is to add *etc as a 6th argument to the basal melt function definitions but will need to update these examples eventually.

ggslc commented 12 months ago

example s CalvingRate/plane.py DamageModel/shortshallow.py MISMIP+/shortshallow.py PythonChannel/gaussianChannel.py updated