Skip to content

Commit

Permalink
advances in argentina project -> config
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarraespinosa committed Jul 11, 2024
1 parent fc0807a commit 3ba5f67
Show file tree
Hide file tree
Showing 23 changed files with 1,168 additions and 0 deletions.
Binary file modified projects/argentina/config/rds/fleet_age.rds
Binary file not shown.
Binary file added projects/argentina/config/rds/fleet_age.xlsx
Binary file not shown.
Binary file modified projects/argentina/config/xlsx/fleet_age.xlsx
Binary file not shown.
Binary file removed projects/argentina/config/xlsx/xlsxmileage.xlsx
Binary file not shown.
Binary file added projects/argentina/estimation/2019.tar.gz
Binary file not shown.
16 changes: 16 additions & 0 deletions projects/argentina/estimation/2019/config/clean.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# apagando dados
a <- list.files(path = "config", pattern = ".rds", full.names = T)
file.remove(a)

unlink("csv", recursive = T)
unlink("emi", recursive = T)
unlink("images", recursive = T)
unlink("veh", recursive = T)
unlink("post", recursive = T)
unlink("wrf", recursive = T)
# unlink("wrf/wrfchemi_12z_d02")
# unlink(paste0("wrf/", wrfc))

system(paste0("tar -caf ", basename(getwd()), ".tar.gz ."))
system(paste0("mv ", basename(getwd()), ".tar.gz ../"))
file.remove(".Rhistory")
Loading

0 comments on commit 3ba5f67

Please sign in to comment.