Geothermal Animated

.
.
A recent online comment by meteorologist Joe Bastardi saying ‘underwater volcanic activity is huge’ and linking to this, led to finding this animation.

Zoe’s Insights

Geothermal Emission @ the Surface

This was derived from NCEP Reanalysis data, in the tradition of Measuring Geothermal …

Enjoy 🙂 -Zoe

Addendum

geochg.sh:

# source geochg.sh # Zoe Phin 2020/03/13 F=(0 ulwrf dswrf uswrf lhtfl shtfl) O=(0 3201.5 3086.5 3131.5 856.5 2176.5) require() { sudo apt install nco gnuplot imagemagick; } # Linux Only download() { b="ftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis2.derived/gaussian_grid" for i in ${F[*]}; do wget -O $i.nc -c $b/$i.sfc.mon.mean.nc; done } extract() { for t in {000..491}; do echo "$t" >&2 for i in {1..5}; do ncks --trd -HC ${F[$i]}.nc -v ${F[$i]} -d time,$t | sed $d | awk -F[= ] -vO=${O[$i]} '{ printf "%7s %7s %7.3fn", $4, $6, $8/10+O }' > .f$i done paste .f1 .f2 .f3 .f4 .f5 | awk '{ printf "%s %s %7.3fn", $1, $2, $3-($6-$9)+$12+$15 }' > .geo$t done } annualize() { for y in {0..40}; do args=`for m in {0..11}; do printf ".geo%03d "…

View original post 404 more words

via Tallbloke’s Talkshop

https://ift.tt/2UL8TkL

April 5, 2020 at 01:15PM

Leave a comment