csdms / pymt

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

how to update plugins? #101

Closed katmratliff closed 5 years ago

katmratliff commented 5 years ago

If I want to update a plugin (e.g., rafem), where do I push those changes? I found a Python 2/3 compatibility error. I'd also like to update some of the input file defaults but am not sure where that's best done. Thanks!

mcflugen commented 5 years ago

@katmratliff I think the best thing to do would be for you to push your changes to your rafem repository. We'll then build a new version of rafem and bring them into pymt. So long as your changes don't change rafem's bmi, it shouldn't be too hard for us to update.

katmratliff commented 5 years ago

@mcflugen awesome, thanks! and if I want to update some of the default input values, I can fork and submit a PR to pymt-rafem repo?

mdpiper commented 5 years ago

@katmratliff Yup, forking pymt_rafem and sending back a PR is the way to go.

(I'm trying to help cover for @mcflugen since he's in New Zealand (!) for a couple weeks.)

katmratliff commented 5 years ago

@mdpiper thanks!! Wow, I'm jealous of @mcflugen!