You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyEMU.Pst.Write is placing control data keyword "absparmax(1) 5.0" into the bottom of the Pest Control File as "++absparmax(1)(5.0)." This (I think) would prevent PEST_HP from recognizing it (I haven't tested that though). Is this a bug? I would like for it to show up as "absparmax(1)=5.0" in the control data section for input to PEST_HP. I use PyEMU to write my PCF's for PEST_HP.
Thanks,
Steve
The text was updated successfully, but these errors were encountered:
I wanted to follow up that in addition to the above, PyEMU.Pst.Write is changing my PARCHGLIM entries in the parameter data section of my Pest Control File from what I had, "absolute(1), to "relative." This appears to be a bug.
We are in general not keeping up with the changes in the "* control data" section of the control file. Some of the logic that those more recent options and arguments introduce is complicated...
Dear PyEMU Team,
PyEMU.Pst.Write is placing control data keyword "absparmax(1) 5.0" into the bottom of the Pest Control File as "++absparmax(1)(5.0)." This (I think) would prevent PEST_HP from recognizing it (I haven't tested that though). Is this a bug? I would like for it to show up as "absparmax(1)=5.0" in the control data section for input to PEST_HP. I use PyEMU to write my PCF's for PEST_HP.
Thanks,
Steve
The text was updated successfully, but these errors were encountered: