LoadDistributedPlugin(‘ParFlow’) #works
You probably need ns=globals() like this:
LoadDistributedPlugin("ParFlow", ns=globals())
LoadDistributedPlugin(‘ParFlow’) #works
You probably need ns=globals() like this:
LoadDistributedPlugin("ParFlow", ns=globals())