aldivi / caland

ca carbon accounting model
Other
7 stars 7 forks source link

afforestation change calculation needs to be fixed #13

Closed aldivi closed 6 years ago

aldivi commented 7 years ago

afforestation input needs to be treated as direct prescribed annual change, rather than a total relative to an initial change value

this means that from lines:
for (i in 1:length(own_names)) {
to

calculate the conversion area matrices by ownership ,

Afforestation needs to be treated the same way as the meadow and marshes, instead of like growth.

msimmond commented 7 years ago

@aldivi Is the only correction to make temp_adjust equal to the current year's afforestation area rather than subtracting the initial afforestation area from it? Or do you also mean to protect this area from land cover change like restoration area in meadow and marshes?

aldivi commented 7 years ago

i think it needs to be protected, like the others

-- Alan Di Vittorio, Ph.D. Lawrence Berkeley National Laboratory Climate and Ecosystem Sciences Division avdivittorio@lbl.gov 510-486-7798

On Jun 9, 2017, at 11:59 AM, Maegen Simmonds notifications@github.com wrote:

@aldivi Is the only correction to make temp_adjust equal to the current year's afforestation area rather than subtracting the initial afforestation area from it? Or do you also mean to protect this area from land cover change like restoration area in meadow and marshes?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.