Garrett Barter

Results 86 comments of Garrett Barter

I don't think this is a WEIS issue. It looks like your WSL is having network connectivity issues with the outside world. Maybe try some basic `ping` tests from the...

@fronterapp - That is a great tip to add the `-nodefaults` to the yaml-file. I will try to make that change on the backend. Here at NREL, we are moving...

Small comment that you shouldn't assume `git` is present already, especially on windows. That is one reason to start with the conda environment.

Thank you for this! The change has been made here and in WISDEM.

Perhaps there was a point in the development cycle where the WISDEM & CCBlade repos were out of sync, but I just did a `diff` on the Fortran and Python...

Hi Matt- Sorry if this took you a lot of time to iterate on as I could have saved you some pain. This recipe is pretty much the core set...

How did you install pyHAMS? From source? Once recent change is that it is conda-installable if that helps.

I'm not immediately sure what the issue is. It reads like pyHAMS cannot find or open the windows executable that it currently ships [with](https://github.com/WISDEM/pyHAMS/tree/main/pyhams/bin). Since it looks like pyHAMS is...

Hi all, I have [migrated](https://github.com/WISDEM/pyHAMS/pull/4) pyHAMS to a more current build system (`meson` with `ninja`), which seems to be the way that SciPy and other major python numerical tools are...

The environment variable yaml-file and install instructions were mistakenly Windows-only. Please try these install instructions instead: https://github.com/WISDEM/RAFT/blob/install_readme/README.md