Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLUM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Land Use Lab
PLUM
Commits
dcec60de
Commit
dcec60de
authored
10 months ago
by
Bart Arendarczyk
Browse files
Options
Downloads
Patches
Plain Diff
Small land abandonment change.
parent
084965d3
No related branches found
No related tags found
3 merge requests
!4
Merging Barts changes into inequality branch
,
!3
Merging changes from master
,
!2
Bringing Bart's recent changes into the inequality branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GAMS/IntExtOpt.gms
+1
-1
1 addition, 1 deletion
GAMS/IntExtOpt.gms
with
1 addition
and
1 deletion
GAMS/IntExtOpt.gms
+
1
−
1
View file @
dcec60de
...
@@ -391,7 +391,7 @@ $gdxin
...
@@ -391,7 +391,7 @@ $gdxin
* Pasture intensity penalty. \Controls how spread out pasture production is.
* Pasture intensity penalty. \Controls how spread out pasture production is.
- sum(location, pastureIntensityPenalty * sum(crop_less_pasture, sqr(cropProduction(crop_less_pasture, location))) / (sum(crop_less_pasture, cropProduction(crop_less_pasture, location)) + 0.01))
- sum(location, pastureIntensityPenalty * sum(crop_less_pasture, sqr(cropProduction(crop_less_pasture, location))) / (sum(crop_less_pasture, cropProduction(crop_less_pasture, location)) + 0.01))
* Small reward for increasing natural area to allow land abandonment
* Small reward for increasing natural area to allow land abandonment
+ sum((protection, location), 0.0001 * landCover
Area(
'natural', protection, location))
+ sum((
land_cover,
protection, location)
$(not sameAs(land_cover, 'natural'))
, 0.
0
0001 * landCover
Change(land_cover,
'natural', protection, location))
* Feed diversity penalty
* Feed diversity penalty
- sum(animal, feedDiversityCost(animal) * sum(feed_crop, sqr(feedAmount(animal, feed_crop) * cropDM(feed_crop))) / (sum(feed_crop, feedAmount(animal, feed_crop) * cropDM(feed_crop)) + 0.01))
- sum(animal, feedDiversityCost(animal) * sum(feed_crop, sqr(feedAmount(animal, feed_crop) * cropDM(feed_crop))) / (sum(feed_crop, feedAmount(animal, feed_crop) * cropDM(feed_crop)) + 0.01))
* Net import change cost
* Net import change cost
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment