Skip to content

Commit

Permalink
Update modules/28_ageclass/oct24/preloop.gms
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Sauer <[email protected]>
  • Loading branch information
flohump and pascal-sauer authored Oct 28, 2024
1 parent 91b5c6e commit e826a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/28_ageclass/oct24/preloop.gms
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*** | Contact: [email protected]

* Two age-classes in `ac` are mapped to one age-class in `ac_gfad`.
* Therefore, each age-class in `ac_gfad` is distributed equally to all beloning age-classes in `ac`.
* Therefore, each age-class in `ac_gfad` is distributed equally to all belonging age-classes in `ac`.
im_forest_ageclass(j,ac) = 0;
im_forest_ageclass(j,ac) = sum(ac_gfad_to_ac(ac_gfad,ac),f28_forestageclasses(j,ac_gfad)) / 2;
* `class15` in GFAD1.1 includes forests that are 150 years or older, also including primary forest.
Expand Down

0 comments on commit e826a09

Please sign in to comment.