Skip to content
Snippets Groups Projects
Commit e941d3be authored by Timm's avatar Timm
Browse files

Bugfix in run_issm.py

parent 4d202ee0
Branches
Tags
No related merge requests found
Pipeline #1562810 canceled
......@@ -41,7 +41,7 @@ def create_empty_model():
def triangle():
"""Run ISSM function triangle."""
from capice_comput.issm import triangle
from capice_compute.issm import triangle
md = read_netCDF(MODEL_NAME, verbose=False)
md = triangle(md, conf_issm.DOMAIN, conf_issm.RESOLUTION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment