Michael Long
Michael Long
This is a good idea. CAABA/MECCA does this, though with external scripts, I think. Right now, KPP ignores anything in {} brackets so reactions can be tagged this way. It...
It would be useful to use these tags in place of a generic name in *_Parameters.*, for sure.
I think we'd need to preprocess an index of actual species. Note at the end of the ros_ErrorNorm() function, that Err is divided by N
@yantosca I think you're correct! Alright. This should be an easy fix. Where should it go? Dev? Or would it be better to create a new branch and create a...
So, whether it's a logical vector or integer vector, it makes sense to pre-process it into the code rather than have KPP build it each call. My inclination is to...
Created a new branch, FamilyIndexTesting. As usual, bad with naming things. Made a commit, 7d9c53787ea33f228d5e7f81a20aaa8995af63a9 What's completed is the generation of the vector of non-prod/loss species index values, its declaration...
There's an alternative solution to this issue here: that family terms are weighing down the error norm. We were looking at the error in some detail, and realized that the...
Using CPP to toggle the error norm calculation makes sense. OK. If piling-it-on is the path, here's three approaches to this issue: 1) Do as done already. Create a new...
Wrote a simple program to test IF() statement overhead vs. the cost of FLOPs in computation of the error norm (see below). It executes two do-loops: in the first, a...
I only developed it as far as a successful test of concept. Not sure the best way to proceed. Using the auto-reduce boxmodel wouldn't work since the C() and RCONST()...