underworld2 icon indicating copy to clipboard operation
underworld2 copied to clipboard

Model.init() give type error when include pressure="lithostatic"

Open HanyMKhalil opened this issue 2 years ago • 7 comments

Dear all,

I am trying to run a convergence code however I got the following error when i define the pressure of the base to be lithostatic:

Model.init_model(temperature="steady-state", pressure="lithostatic")

TypeError: init_model() got an unexpected keyword argument 'pressure'

HanyMKhalil avatar Dec 28 '22 20:12 HanyMKhalil