Skip to content

Commit

Permalink
Merge pull request magpiemodel#685 from pvjeetze/f_pForest
Browse files Browse the repository at this point in the history
Bugfix warning disaggregation
  • Loading branch information
flohump authored Jun 11, 2024
2 parents 3f40cfc + 4cf96d1 commit 956674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/output/extra/disaggregation.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if (length(map_file) > 1) {
# for grassland and natural vegetation
natveg <- c("primforest", "secdforest", "other")
consv_sum_lr <- mbind(
dimSums(land_consv_lr[, , "past"], 3.2),
land_consv_lr[, , "past"],
setNames(dimSums(land_consv_lr[, , natveg], dim = 3), "natveg")
)
consv_sum_hr_agg <- mbind(
Expand Down

0 comments on commit 956674e

Please sign in to comment.