Skip to content

Commit

Permalink
remove i44_biome_area_reg from presolve
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Nov 14, 2024
1 parent ad9bc11 commit 01af64c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions modules/44_biodiversity/bii_target/presolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
*** | MAgPIE License Exception, version 1.0 (see LICENSE file).
*** | Contact: [email protected]

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

* Update v44_bii.l based on vm_bv.l
loop(i,
loop(biome44,
Expand Down
4 changes: 0 additions & 4 deletions modules/44_biodiversity/bii_target_apr24/presolve.gms
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
*** | MAgPIE License Exception, version 1.0 (see LICENSE file).
*** | Contact: [email protected]

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

* Update v44_bii.l based on vm_bv.l
loop(i,
loop(biome44,
Expand Down

0 comments on commit 01af64c

Please sign in to comment.