Skip to content

Commit 331fd46

Browse files
committed
Merge branch 'v2.17.x' of github.com:underworldcode/underworld2 into v2.17.x
2 parents 5ca921b + ece0bd5 commit 331fd46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/underworld/UWGeodynamics/_model.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2958,11 +2958,14 @@ def restart_badlands(self, step):
29582958
XML = badlands_model.XML
29592959
resolution = badlands_model.resolution
29602960
checkpoint_interval = badlands_model.checkpoint_interval
2961+
aspectRatio2d = badlands_model.aspectRatio2d
2962+
surfElevation = badlands_model.surfElevation
29612963

29622964
Model.surfaceProcesses = surfaceProcesses.Badlands(
29632965
airIndex, sedimentIndex,
29642966
XML, resolution,
29652967
checkpoint_interval,
2968+
surfElevation=surfElevation,aspectRatio2d=aspectRatio2d,
29662969
restartFolder=restartFolder,
29672970
restartStep=restartStep)
29682971

0 commit comments

Comments
 (0)