Correct name of PFBReader from ParFlow Plugin in pvpython

LoadDistributedPlugin(‘ParFlow’) #works

You probably need ns=globals() like this:

LoadDistributedPlugin("ParFlow", ns=globals())

1 Like