hydroframe / Subsetting

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

Add memory leak fix from Parflowio #21

Closed arezaii closed 3 years ago

arezaii commented 3 years ago

a memory leak in the underlying ParflowIO library has been fixed. Update the io.read_file method to properly move the data from c++ to python and delete the PFData object that opened the pfb file.