NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

compile would be nice to have a "make" option for speed... #235

Open jmccreight opened 3 years ago

jmccreight commented 3 years ago

though that's not generally how the API is used.

rcabell commented 3 years ago

Could also use the CMake build system to increase speed / parallel / partial-rebuild capability. I believe there are some Python libraries to interact with CMake beyond just using subprocess