Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Humpenöder <[email protected]>
  • Loading branch information
jansteinhauser and flohump authored Apr 19, 2024
1 parent 59d2520 commit 6119eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/30_crop/endo_apr21/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
*' regional cropland area is calculated for the cropland growth constraint
q30_crop_reg(i2) .. v30_crop_area(i2)
=e=
sum(cell(i2,j2), vm_land(j2,"crop"));
sum((cell(i2,j2), kcr, w), vm_area(j2,kcr,w));
2 changes: 1 addition & 1 deletion modules/30_crop/penalty_apr22/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ q30_rotation_penalty(i2) ..
*' regional cropland area is calculated for the cropland growth constraint
q30_crop_reg(i2) .. v30_crop_area(i2)
=e=
sum(cell(i2,j2), vm_land(j2,"crop"));
sum((cell(i2,j2), kcr, w), vm_area(j2,kcr,w));
2 changes: 1 addition & 1 deletion modules/30_crop/rotation_apr22/equations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@
*' regional cropland area is calculated for the cropland growth constraint
q30_crop_reg(i2) .. v30_crop_area(i2)
=e=
sum(cell(i2,j2), vm_land(j2,"crop"));
sum((cell(i2,j2), kcr, w), vm_area(j2,kcr,w));

0 comments on commit 6119eea

Please sign in to comment.