csdms / pymt

A Python toolkit for running and coupling Earth surface models
https://pymt.readthedocs.io
MIT License
52 stars 20 forks source link

pymt_rafem package not available #80

Closed katmratliff closed 5 years ago

katmratliff commented 5 years ago

Looks like pymt_rafem isn't conda-forge. Is the plan to add it? Or should we continue to use it just as part of the software stack?

katmratliff commented 5 years ago

I should add that I'm also having trouble getting rafem from csdms-stack to play nicely with Cem and Waves. When I import it, I get this warning/output:

>>> import pymt.models
✓ BmiRiverModule
/Users/kmratliff/anaconda3/envs/pymt/lib/python3.6/site-packages/model_metadata/modelmetadata.py:62: UserWarning: _name: ignoring private attribute in parameters section
  name=name
✓ FrostNumber
✓ Ku
✓ Hydrotrend
✓ Cem
/Users/kmratliff/anaconda3/envs/pymt/lib/python3.6/site-packages/model_metadata/modelmetadata.py:62: UserWarning: _name: ignoring private attribute in parameters section
  name=name
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pymt.models'

And then I can't import any of the models. Happy to open this issue in the csdms-stack repo if that's more appropriate.