-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for absolute parameters and absparmax(N) #378
Comments
I'm happy for you to have a go at this! Let us know if you get stuck and we can try to help (i don't use these options so might not be very helpful....) |
Sounds good I'll put it on my todo list... it may be a min |
I have recently run into this issue. Any progress? |
Hi wkitlasten, I've been too busy to look up from my own work since I started this... The tricky part is the support for multiple absparmax and pyEMU not reallying being set up for this n dimensionality. It's still on my list to tackle, but it might be a while... The hack I implemented to get my model running was:
|
From what I can see there is no explict support for setting parameter PARCHGLIM to 'absolute(N)'.
You can manually set the PARCHGLIM field in the parameter data as follows:
But it does not look like there is a way to set the absparmax(N) values in the control data or write them on line 6 of the pest control file. (e.g. absparmax(1)=0.1 absparmax(2)=0.2)
If I am mistaken, please correct me and maybe add a note somewhere in the documentation.
If I am not mistaken I would suggest implementing:
I'm happy to take a stab at implementing this, but I thought I would check that you all don't have some plan in the works already or that I missed something.
I'm not super familar with the pest control file version 2 style, so a reference to that would help me not mess up :)
The text was updated successfully, but these errors were encountered: