-
Notifications
You must be signed in to change notification settings - Fork 8
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
Let simulate_day do Pre-Columbian calculation. #37
Let simulate_day do Pre-Columbian calculation. #37
Conversation
I didn't anticipate the previous use of any but water/wetlands being converted to mixed forest. I'll clarify the approach with Stroud and see if they really would rather have only built use types converted instead. |
Okay, sounds good. |
Barry recommends:
|
The simulate_year function already had this ability. The definition of "Pre-Columbian" has also been changed: previously, anything other than "water", "herbaceous wetland", or "woody wetland" would be transformed into "mixed forest". Now, only built-types are transformed into "mixed forest". Connects #36
Okay, I made a change to implement Barry's recommendation. I have also moved the |
Looks good, can you add a section to the README that describes the parameter and the technical meaning of it in our implementation? Update: Looks like it exists, but we just need to update the technical description which is now outdated. |
+1 |
Let simulate_day do Pre-Columbian calculation.
The simulate_year function already had this ability. The definition of "Pre-Columbian" has also been changed: previously, anything other than "water", "herbaceous wetland", or "woody wetland" would be transformed into "mixed forest". Now, only built-types are transformed into "mixed forest".
My interpretation of earlier instructions was that anything other than the three types mentioned was to be turned into mixed forest. However, the statement of card #36 lists a number of built-types and says that all of them should be transformed into mixed forest -- I took the liberty of generalizing this to all built types.
Connects #36