Skip to content

Commit

Permalink
count-up start script
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Sep 24, 2024
1 parent fcdf2ae commit 7e22298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/start/projects/paper_peatlandTax.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source("scripts/start_functions.R")
source("config/default.cfg")

# create additional information to describe the runs
cfg$info$flag <- "PTax24"
cfg$info$flag <- "PTax25"

cfg$results_folder <- "output/:title:"
cfg$results_folder_highres <- "output"
Expand Down
2 changes: 1 addition & 1 deletion scripts/start/projects/project_ABCDR.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source("config/default.cfg")
#download_and_update(cfg)

# create additional information to describe the runs
cfg$info$flag <- "ABCDR08"
cfg$info$flag <- "ABCDR09"

cfg$results_folder <- "output/:title:"
cfg$force_replace <- TRUE
Expand Down

0 comments on commit 7e22298

Please sign in to comment.