TNC-NMFO / NWLAND

carbon accounting model
0 stars 0 forks source link

write_caland_inputs "initial year burn area" #101

Closed sbassett closed 2 years ago

sbassett commented 2 years ago

what the heck is this on approx line 444?

# the years to average for the initial year burn area
initial_fire_start = 2001
initial_fire_end = 2015
num_initial_fire_years = initial_fire_end - initial_fire_start + 1

will hard code to the first decade of the simulation. I hope this draws from the annual burned area projections files...

# the years to average for the initial year burn area
initial_fire_start = 2021
initial_fire_end = 2031
num_initial_fire_years = initial_fire_end - initial_fire_start + 1
sbassett commented 2 years ago

hopefully this solves #97