Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Jan 23, 2025
1 parent f03bbf0 commit 39dd46c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions modules/35_natveg/pot_forest_may24/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,10 @@
*' other land stocks.

q35_min_forest(j2) .. sum(land_forest, vm_land(j2,land_forest))
=g=
=g=
sum(ct, p35_min_forest(ct,j2)) ;

q35_min_other(j2) .. vm_land(j2,"other")
=g= sum(ct, p35_min_other(ct,j2));
q35_min_other(j2) .. vm_land(j2,"other") =g= sum(ct, p35_min_other(ct,j2));

q35_natforest_reduction(j2) .. vm_natforest_reduction(j2) =e=
v35_primforest_reduction(j2) + sum(ac_sub, v35_secdforest_reduction(j2,ac_sub));
Expand Down
9 changes: 5 additions & 4 deletions modules/56_ghg_policy/price_aug22/input.gms
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* Set-switch for countries affected by regional ghg policy
* Default: all iso countries selected
sets
policy_countries56(iso) countries to be affected by ghg policy / ABW,AFG,AGO,AIA,ALA,ALB,AND,ARE,ARG,ARM,
policy_countries56(iso) countries to be affected by ghg policy /
ABW,AFG,AGO,AIA,ALA,ALB,AND,ARE,ARG,ARM,
ASM,ATA,ATF,ATG,AUS,AUT,AZE,BDI,BEL,BEN,
BES,BFA,BGD,BGR,BHR,BHS,BIH,BLM,BLR,BLZ,
BMU,BOL,BRA,BRB,BRN,BTN,BVT,BWA,CAF,CAN,
Expand All @@ -34,7 +35,8 @@ sets
UGA,UKR,UMI,URY,USA,UZB,VAT,VCT,VEN,VGB,
VIR,VNM,VUT,WLF,WSM,YEM,ZAF,ZMB,ZWE /

fader_countries56(iso) countries to be affected by ghg policy fader / ABW,AFG,AGO,AIA,ALA,AND,ARE,ARG,ARM,ASM,ATA,
fader_countries56(iso) countries to be affected by ghg policy fader /
ABW,AFG,AGO,AIA,ALA,AND,ARE,ARG,ARM,ASM,ATA,
ATF,ATG,AZE,BDI,BEN,BES,BFA,BGD,BHR,BHS,BLM,
BLR,BLZ,BMU,BOL,BRA,BRB,BRN,BTN,BVT,BWA,CAF,
CCK,CHN,CHL,CIV,CMR,COD,COG,COK,COL,COM,CPV,
Expand All @@ -54,8 +56,7 @@ sets
TWN,TZA,UGA,UKR,UMI,URY,UZB,VAT,VCT,VEN,VGB,
VIR,VNM,VUT,WLF,WSM,YEM,ZAF,ZMB,ZWE /

pollutants_fader(pollutants) pollutants affected by GHG policy fader / co2_c, ch4, n2o_n_direct, n2o_n_indirect, nh3_n,
no2_n, no3_n /
pollutants_fader(pollutants) pollutants affected by GHG policy fader / co2_c, ch4, n2o_n_direct, n2o_n_indirect, nh3_n, no2_n, no3_n /

;

Expand Down

0 comments on commit 39dd46c

Please sign in to comment.