Skip to content

Commit

Permalink
Update hysplit_trajectory.R
Browse files Browse the repository at this point in the history
  • Loading branch information
juliombarros authored Jan 19, 2021
1 parent d3f09a6 commit a9e88d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/hysplit_trajectory.R
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ hysplit_trajectory <- function(lat = 49.263,
copy.mode = TRUE
)

#unlink(file.path(exec_dir, trajectory_files), force = TRUE)
# unlink(file.path(exec_dir, trajectory_files), force = TRUE)

# Obtain a trajectory data frame
traj_tbl <-
Expand All @@ -319,8 +319,8 @@ hysplit_trajectory <- function(lat = 49.263,
}

if (clean_up) {
# unlink(file.path(exec_dir, traj_output_files()), force = TRUE)
# unlink(recep_file_path_stack, recursive = TRUE, force = TRUE)
# unlink(file.path(exec_dir, traj_output_files()), force = TRUE)
# unlink(recep_file_path_stack, recursive = TRUE, force = TRUE)
}

ensemble_tbl <-
Expand Down

0 comments on commit a9e88d5

Please sign in to comment.