Skip to content

Commit

Permalink
Merge pull request #388 from emolinab/develop
Browse files Browse the repository at this point in the history
Disaggregation script from MAgPIE outputs to LUH2-ISIMIP3b
  • Loading branch information
emolinab committed Apr 21, 2022
2 parents 8d2f591 + 1098756 commit 9df3467
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### changed
- **scripts**The disaggregation_LUH2.R was extended to include the changes used to generate ISIMIP3b maps for LUH harmonization. The largest changes are: 1) The convertLUH function now breaks the grid level magpie objects by groups of years, then creates the raster for the groups and aggregates them to create the final map at a quarter of a degree resolution (this speeds up the process). 2) The mapping between LUH and MAgPIE is now defined by country and magpie-LUH types (not 1 to 1 anymore). 3) The split of MAgPIE's pasture land type between pasture and rangeland changed. Rangeland is assumed to stay constant after 2015, and changes in MAgPIE's pasture are due to pasture. 4) IFs were added so if a certain map already exists in the output folder, it will not generate it once again. 5) Flooded land now corresponds to a share of rice cropland, based on historical values. 6) To speed calculations, yields are read at the cell level, the crops are aggregated based on the new MAgPIE-LUH mapping, and then disaggregated to grid level.
- **56_ghg_policy** additional scenarios for c56_emis_policy
- **09_drivers** separation of GDP and population scenarios
- **scripts** added new disaggregation script to provide grid cell level BII
Expand Down
Loading

0 comments on commit 9df3467

Please sign in to comment.