Skip to content

Commit

Permalink
Update modules/44_biodiversity/bii_target/preloop.gms
Browse files Browse the repository at this point in the history
Co-authored-by: pvjeetze <[email protected]>
  • Loading branch information
flohump and pvjeetze authored Nov 14, 2024
1 parent 6069d07 commit 9d89010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/44_biodiversity/bii_target/preloop.gms
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
i44_biome_share(j,biome44) =
(f44_biome_area(j,biome44) + 1e-10) / sum(biome44_2, f44_biome_area(j,biome44_2) + 1e-10);

* Update i44_biome_area_reg
* Set i44_biome_area_reg
i44_biome_area_reg(i,biome44) =
sum((cell(i,j),land), pcm_land(j,land) * i44_biome_share(j,biome44));

Expand Down

0 comments on commit 9d89010

Please sign in to comment.