search for: humid_sim

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

2016 Apr 20
1
Use multiple cores on Linux
..._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, "min", "tmin") setnames(temp_sim, "avg", "tmean") # humid...