hydroframe / Subsetting

Subsetting inputs for ParFlow to run in sub-continental watershed
2 stars 3 forks source link

Missing builders module in repo? #25

Closed vineetbansal closed 3 years ago

vineetbansal commented 3 years ago

I'm trying to take the code for a spin, specifically what I understand to be the starting point:

python -m parflow.subset.tools.subset_conus ...

However, the script wants a SolidFileBuilder class that doesn't seem to exist in the codebase. I might be missing something though: https://github.com/hydroframe/Subsetting/blob/e55d57e95e231926f4d28b46428d8007db073b4e/parflow/subset/tools/subset_conus.py#L21

Thanks!

vineetbansal commented 3 years ago

Ah..never mind, I did an editable install of this package (pip install -e . instead of pip install.), which causes a conflict with the pftools package, since both use the same top level package name (parflow). Thanks @arezaii . Closing this..