Slashdot Mirror


Faced With Rising Temperatures, People May Seek Asylum (axios.com)

Europe is already struggling to absorb an influx of refugees from war-torn Syria, Afghanistan, Iraq, and Africa. Germany alone has taken in more than a million people since 2015. This wave of immigration has led to political upheaval, with the rise of right-wing political parties in Germany, Poland, Austria, and Hungary, among others. Now a new study, published in the journal Science, shows that the current surge in refugees may just be a preview of what's to come due in large part to global warming. From a report: At an average growing season temperature of about 68 Fahrenheit, which is the optimum one for agriculture, the number of applications for asylum was lowest. As the average temperature rose, so did the number of people from Somalia, Bangladesh and other warmer climate countries seeking asylum. But when cooler countries -- such as Serbia and Peru -- got warmer, fewer applications were received. The acceptance rate for asylum application to the EU is less than 10%. But when there was a spike in applications tied to weather fluctuations, the admittance rate rose to about 30%, suggesting agencies who evaluate the applicants find their cause worthy.

1 of 210 comments (clear)

  1. Re:Context would be useful by Hal_Porter · · Score: 5, Informative

    That would require someone do a multivariate analysis. And they won't do that because it would show civil war, oppressive governments etc are more strongly correlated to refugee flows than climate.

    Actually one big driver was getting rid of people like Gaddafi who stopped migrants coming to Europe. The EU had a deal with Gaddafi. Then France and the UK toppled him and Libya became essentially a failed state.

    https://www.theguardian.com/co...

    https://en.wikipedia.org/wiki/...

    Turkey also uses refugee flows as a foreign policy tool - they turn on the tap when they want more money from Europe.

    https://www.euractiv.com/secti...

    So how much is climate a cause? Not much. Weather probably does have some impact though - mainly because if you're going to cross the Med or walk across Europe you'd be better off doing when it's not freezing cold. But weather and climate are not the same thing.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;