Skip to content
Snippets Groups Projects
Commit a77d328f authored by Hofstra, Nynke's avatar Hofstra, Nynke
Browse files

Removed a print of an intermediate .csv that helped solve bugs and I forgot to remove earlier.

parent df647463
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,6 @@ glowpa.run <- function(scenario,human_data,isoraster,popurban,poprural,wwtp_inpu
}
else if(SCENARIO$loadings_module==2){
totals <- pathogenflow.calc.totals(OUTPUT$emissions)
write.csv(OUTPUT$emissions,file.path(SCENARIO$model_output,sprintf("humanemissions_%s_%s_intermediate.csv",PATHOGEN$name,SCENARIO$run)))
OUTPUT$emissions <<- totals
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment