Skip to content

Commit

Permalink
count-up versions in start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Oct 18, 2024
1 parent 4264621 commit 79c633a
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 <- "PTax32"
cfg$info$flag <- "PTax33"

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 <- "ABCDR13"
cfg$info$flag <- "ABCDR14"

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

0 comments on commit 79c633a

Please sign in to comment.