NASA ARSET: Calculate SPI based on IMERG to Monitor Wet and Dry Conditions, Part 2/3

preview_player
Показать описание
Advanced Webinar: Applications of GPM IMERG Reanalysis for Assessing Extreme Dry and Wet Periods

This session will show attendees how to calculate Standardized Precipitation Index (SPI) on defined time scales of 1 to 3 months as well as diagnosis of wet and dry conditions based on SPI. The session will then follow with an exercise calculating SPI on 1 to 3 month time scales.

Download materials from this presentation:

Рекомендации по теме
Комментарии
Автор

Am very impressed, for some information

giftonyinyeOnyinye
Автор

Unfortunately I was not able to follow the webnar live, but I am doing the exercises and homework. Can I still get the certificate?

junex
Автор

Why is it that each time i run this code for fl in *.nc4; do ncks --mk_rec_dmn time $fl -o $fl.TMP; mv $fl.TMP $fl; done At line:1 char:4
+ for fl in *.nc4; do ncks -O --mk_rec_dmn time $fl $fl; done
+ ~
Missing opening '(' after keyword 'for'.
At line:1 char:20
+ for fl in *.nc4; do ncks -O --mk_rec_dmn time $fl $fl; done
+ ~
Missing statement body in do loop.
+ CategoryInfo : ParserError: (:) [],
+ FullyQualifiedErrorId : please help me, its the only thing bringing me down

JIMMYLoki
Автор


An easier method of installing the software into your Python environment is to just use pip:

$ pip install climate-indices

If I can assist with the use of this Python package (I am the author) please feel free to contact me via the issues page of the repository. Thanks!

monocongo