csdms / wmt-exe

The Web Modeling Tool execution server.
MIT License
0 stars 1 forks source link

Add opt/models/lib to LD_LIBRARY_PATH #2

Closed mdpiper closed 9 years ago

mdpiper commented 9 years ago

With this change, I can now instantiate Hydrotrend:

In [1]: from cmt.components import Hydrotrend
In [2]: h = Hydrotrend()
In [3]: