Skip to content

Commit

Permalink
no need for stilt_wd as parameter to link_files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Sep 17, 2024
1 parent 5c5b097 commit 676dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/simulation_step.r
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ simulation_step <- function(before_footprint = list(function() {output}),
if (!dir.exists(rundir)) dir.create(rundir)

exe <- file.path(stilt_wd, 'exe')
link_files(exe, rundir, stilt_wd)
link_files(exe, rundir)

# Find necessary met files
met_files <- find_met_files(r_run_time, met_file_format, n_hours, met_path)
Expand Down

0 comments on commit 676dafe

Please sign in to comment.