Skip to content

Commit

Permalink
p15 gdxes now use all periods available
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-abrahao committed Jul 2, 2024
1 parent 0296e07 commit b9d0052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/input/climate_assessment_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ climateAssessmentOutput <- file.path(
)

assessmentData <- read.quitte(climateAssessmentOutput)
usePeriods <- as.numeric(grep("[0-9]+", names(climateAssessmentInputData), value = TRUE))
# usePeriods <- as.numeric(grep("[0-9]+", names(climateAssessmentInputData), value = TRUE))
usePeriods <- unique(assessmentData[["period"]])
logMsg <- paste0(
" =================== POSTPROCESS climate-assessment output ==================\n",
date(), "Read climate assessment output file '", climateAssessmentOutput, "' file containing ",
Expand Down

0 comments on commit b9d0052

Please sign in to comment.