Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CAPICE compute backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFDI4Earth
PilotsIncubatorAndGroups
Pilots
CAPICE
CAPICE compute backend
Commits
e941d3be
Commit
e941d3be
authored
4 months ago
by
Timm
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix in run_issm.py
parent
4d202ee0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1562810
canceled
4 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
capice_compute/run_issm.py
+1
-1
1 addition, 1 deletion
capice_compute/run_issm.py
with
1 addition
and
1 deletion
capice_compute/run_issm.py
+
1
−
1
View file @
e941d3be
...
...
@@ -41,7 +41,7 @@ def create_empty_model():
def
triangle
():
"""
Run ISSM function triangle.
"""
from
capice_comput.issm
import
triangle
from
capice_comput
e
.issm
import
triangle
md
=
read_netCDF
(
MODEL_NAME
,
verbose
=
False
)
md
=
triangle
(
md
,
conf_issm
.
DOMAIN
,
conf_issm
.
RESOLUTION
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment