kevinwolz / hisafer

An R toolbox for the Hi-sAFe biophysical agroforestry model
6 stars 4 forks source link

paramShape1 from the .pld file is not referenced in hip_params() #139

Closed kevinwolz closed 4 years ago

kevinwolz commented 4 years ago

Noticed by @mariegosme.

kevinwolz commented 4 years ago

paramShape1, 2, and 3 are all in the input_defs.txt file that hisafer reads from. And if you just search for "Shape", all of those parameters come up as suggestions!

hip_params("Shape", TRUE)

So then why isn't it being providing when calling it directly!?!? hip_params("paramShape1")

kevinwolz commented 4 years ago

Okay so it turns out that none of the input parameters that were housed within tables in the input files were findable by hip_params(). I could have sworn that I had dealt with this already in the past. I feel like I have Ire-built this function so many times! Oh well....I just re-built it again, and it should all work now in v1.4.20.