Skip to content

Commit

Permalink
H16 calib factors
Browse files Browse the repository at this point in the history
  • Loading branch information
flohump committed Sep 27, 2024
1 parent 1c467f3 commit fa640a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/start/extra/recalibrateH16.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source("scripts/start_functions.R")
source("config/default.cfg")
cfg$input['regional'] <- "rev4.112_36f73207_magpie.tgz"
cfg$input['validation'] <- "rev4.112_36f73207_validation.tgz"
cfg$input['calibration'] <- "calibration_H16_14Jun24.tgz"
cfg$input['calibration'] <- "calibration_H16_27Sep24.tgz"
cfg$input['cellular'] <- "rev4.112_36f73207_44a213b6_cellularmagpie_c400_MRI-ESM2-0-ssp370_lpjml-8e6c5eb1_clusterweight-ba4466a8.tgz"

cfg$results_folder <- "output/:title:"
Expand Down
4 changes: 2 additions & 2 deletions 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 <- "PTax25"
cfg$info$flag <- "PTax26"

cfg$results_folder <- "output/:title:"
cfg$results_folder_highres <- "output"
Expand All @@ -46,7 +46,7 @@ cfg$repositories <- append(

cfg$input['regional'] <- "rev4.112_36f73207_magpie.tgz"
cfg$input['validation'] <- "rev4.112_36f73207_validation.tgz"
cfg$input['calibration'] <- "calibration_H16_14Jun24.tgz"
cfg$input['calibration'] <- "calibration_H16_27Sep24.tgz"
cfg$input['cellular'] <- "rev4.112_36f73207_44a213b6_cellularmagpie_c400_MRI-ESM2-0-ssp370_lpjml-8e6c5eb1_clusterweight-ba4466a8.tgz"
download_and_update(cfg)

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 @@ -33,7 +33,7 @@ cfg$qos <- "standby_highMem_dayMax"

cfg$input['regional'] <- "rev4.112_36f73207_magpie.tgz"
cfg$input['validation'] <- "rev4.112_36f73207_validation.tgz"
cfg$input['calibration'] <- "calibration_H16_14Jun24.tgz"
cfg$input['calibration'] <- "calibration_H16_27Sep24.tgz"
cfg$input['cellular'] <- "rev4.112_36f73207_44a213b6_cellularmagpie_c400_MRI-ESM2-0-ssp370_lpjml-8e6c5eb1_clusterweight-ba4466a8.tgz"

ssp <- "SSP2"
Expand Down

0 comments on commit fa640a9

Please sign in to comment.