We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ca921b + ece0bd5 commit 331fd46Copy full SHA for 331fd46
src/underworld/UWGeodynamics/_model.py
@@ -2958,11 +2958,14 @@ def restart_badlands(self, step):
2958
XML = badlands_model.XML
2959
resolution = badlands_model.resolution
2960
checkpoint_interval = badlands_model.checkpoint_interval
2961
+ aspectRatio2d = badlands_model.aspectRatio2d
2962
+ surfElevation = badlands_model.surfElevation
2963
2964
Model.surfaceProcesses = surfaceProcesses.Badlands(
2965
airIndex, sedimentIndex,
2966
XML, resolution,
2967
checkpoint_interval,
2968
+ surfElevation=surfElevation,aspectRatio2d=aspectRatio2d,
2969
restartFolder=restartFolder,
2970
restartStep=restartStep)
2971
0 commit comments