Skip to content

Commit

Permalink
using a new func for copying files
Browse files Browse the repository at this point in the history
  • Loading branch information
plecharpent committed Jul 19, 2024
1 parent cc76c53 commit 4fa644d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/upgrade_v10_v11.R
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,16 @@ upgrade_workspace_xml_10_11 <- function(workspace,
out_dir = plant_out_dir,
overwrite = overwrite)
}

# Other files types copy from the source workspace, or from javastics "example"
# dir for *.mod files if they do not exist in the workspace
workspace_files_copy(workspace = workspace,
#file_type = c("mod", "obs", "lai", "meteo"),
javastics = javastics,
out_dir = out_dir,
overwrite = overwrite,
verbose = verbose)

}


Expand Down

0 comments on commit 4fa644d

Please sign in to comment.