-
Notifications
You must be signed in to change notification settings - Fork 3
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
pixelGroup table going into the spinup event cannot have ages <3. Hard coded fix for now. Can't figure out why. #1
Comments
The update CBM_vol2Biomass_RIA.R has a new smoothing procedure that uses the Chapman-Richards fnct. This better-smoothing approach has solved this issue. Still need to update the main branch running the SK example to match the RIA approach. |
This issue is not solve. All pixelGoups with ages 0 or 1 are set to 2 for the spinup to happen. They are currently reset to their actual values (sim$realAges) before the annual events (the actual simulations pots spinup). |
Adding a note that when this issue is resolved, Moving some details on this issue here from
|
If this issue cannot be resolved easily: is it feasible to alter the If all ages need to be set to >=3 then this could be easily implemented, however, the above comment from |
I went to check and it seems like RIA has a similar problem and hard fix with a generally similar comment in its
|
@camillegiuliano @suz-estella - it just occurred to me that we have not tested this with the python-based spinup function. Can somebody do a run with actual ages and see if this is still an issue? You will know because the spinup doesn't complete, it gets tuck in a loop. Since our small raster has the problem growth curve id (52), we should be able to test this with our small raster. |
Just tried it commented out these lines in
and this in
cleared my cache and ran, and It ran with no issues! Going to double check now to make sure this age change isn't elsewhere, but it seems the issue might not exist with the python spinup |
from cboisvenue/spadesCBM#34
The text was updated successfully, but these errors were encountered: