You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ParFlow
Hi all, I am getting following error while trying to run parflow .ipynb script model.Solver.OverlandFlowSpinUp = 1
Solver: Field OverlandFlowSpinUp is not part of the expected schema <class 'parflow.tools.database.generated.Solver'>
Could you kindly assist me in diagnosing and fixing this issue?
Thank you for your time and help
Georgios Artavanis
unread,
Mar 1, 2025, 9:07:52 PMMar 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ParFlow
Hi Kelli,
when you call the run() method you can set the skip_validation option:
model.run(skip_validation=True)
This should take care of this error. Let us know if you encounter any other issues.