Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PecanProject/pecan
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietze committed Jan 27, 2015
2 parents 45f771a + 6c8a964 commit b6f9ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utils/R/run.write.configs.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ run.write.configs <- function(settings, write = TRUE) {
} ### End of Ensemble

logger.info("###### Finished writing model run config files #####")
logger.info("config files samples in ", paste0(settings$outdir, "run"))
logger.info("config files samples in ", file.path(settings$outdir, "run"))

### Save output from SA/Ensemble runs
save(ensemble.samples, trait.samples, sa.samples, runs.samples,
file = file.path(settings$outdir, 'samples.Rdata'))
logger.info("parameter values for runs in ", paste0(settings$outdir, "samples.RData"))
logger.info("parameter values for runs in ", file.path(settings$outdir, "samples.RData"))
options(scipen=scipen)
}
#==================================================================================================#
Expand Down
2 changes: 1 addition & 1 deletion web/workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (length(which(commandArgs() == "--continue")) == 0) {
}

# met download
if(FALSE){ ## old approach
if(TRUE){ ## old approach
if (input['input'] == 'Ameriflux') {
# start/end date for weather
start_date <- settings$run$start.date
Expand Down

0 comments on commit b6f9ed1

Please sign in to comment.