ckcastillo@purdue_edu
Member
Sorry, it's just I've been going over this module line by line for a month now and I have been referring to the tech des and dev guide as well to trace what's going on in the module as well as how it interfaces with other modules. I have write statements in as well to debug and I do think I understand what this module does, except for that question about fpc_total_new.
My question was not so much about what this is for but about how the concept translates to code and the logic behind it - the tech description says that trees should not exceed 95% of a veg land unit. Yet, in the code, the check for this, fpc_total_new(g)>0.95 uses an fpc_total_new that was computed by adding the new fpcgrid's within the loop that adds new saplings. From my reading of the code, this loop does not include the units where they are trees in conditions enough for survival but not for establishment. So I don't think fpc_total_new really is the total of all trees when it is being compared against 0.95.
I was hoping you would remember why the code was written this way but if this is all actually is beyond the user support that can be offered as per NCAR's policy, I understand.
My question was not so much about what this is for but about how the concept translates to code and the logic behind it - the tech description says that trees should not exceed 95% of a veg land unit. Yet, in the code, the check for this, fpc_total_new(g)>0.95 uses an fpc_total_new that was computed by adding the new fpcgrid's within the loop that adds new saplings. From my reading of the code, this loop does not include the units where they are trees in conditions enough for survival but not for establishment. So I don't think fpc_total_new really is the total of all trees when it is being compared against 0.95.
I was hoping you would remember why the code was written this way but if this is all actually is beyond the user support that can be offered as per NCAR's policy, I understand.