# select demand pathway for transportation: options are conv (conventional demand pathway) and wise (wiseways, limited demand)
if(grepl("Wise",cfg$gms$cm_EDGEtr_scen)){
demTrsp="wise"
}else{
demTrsp="conv"
# select demand pathway for transportation when using the EDGE-T model: options are conv (conventional demand pathway) and wise (wiseways, limited demand)