Skip to content

Commit

Permalink
Update scripts/output/extra/runSEALSallocation.R
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Sauer <[email protected]>
  • Loading branch information
pvjeetze and pascal-sauer authored Sep 19, 2024
1 parent 5e8f173 commit ff6244b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/output/extra/runSEALSallocation.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ miniforgePath <- "/p/projects/rd3mod/miniforge3/bin/activate"

# create output directory
dirProject <- "./output/seals"
message(paste("Stitched SEALS allocation outputs are written to",
"'./output/seals/intermediate/stitched_lulc_simplified_scenarios'"))

if (!dir.exists(file.path(dirProject))) {
dir.create(file.path(dirProject), recursive = TRUE)
Expand Down

0 comments on commit ff6244b

Please sign in to comment.