search for: temp_sim

Displaying 1 result from an estimated 1 matches for "temp_sim".

Did you mean: temp_dir
2016 Apr 20
1
Use multiple cores on Linux
...lt;- pred_hist_max$tmean <- pred_hist_max$tmin <- pred_hist_max$hmean <- pred_hist_max$hmax <- pred_hist_max$hmin <- NULL # # Aggregate by FIPS max_hist <- pred_hist_max %>% group_by(FIPS) %>% summarise(pred_hist = mean(pred_hist_max)) # ### Future ## 4.5 # 4.5_2021_2050 temp_sim <- read.csv("/work/sd00815/giss_future/giss_4.5_2021_2050_temp.csv") humid_sim <- read.csv("/work/sd00815/giss_future/giss_4.5_2021_2050_temp.csv") # # Max temp_sim <- as.data.table(temp_sim) setnames(temp_sim, "max", "tmax") setnames(temp_sim, &quot...