My test with zoomable maps on my weatherstationpage here:
http://www.nordicweather.net/ennustekartat.php
In use NMM + GrADS + Mapnik for the maptiles

// Henkka
Dear,weatherc wrote:Hi there,
My test with zoomable maps on my weatherstationpage here:
http://www.nordicweather.net/ennustekartat.php
In use NMM + GrADS + Mapnik for the maptiles
// Henkka
Sure. Yes, i plot it with Grads. I found it on a Australian forum when googled aroundwrf_model wrote: I saw your page! Excellent workI saw parameter "significant hail". You plot it with grads? If yes can i have script for it?
Thank you very much!weatherc wrote:Sure. Yes, i plot it with Grads. I found it on a Australian forum when googled aroundwrf_model wrote: I saw your page! Excellent workI saw parameter "significant hail". You plot it with grads? If yes can i have script for it?
'define hail=(capesfc*(rh2m/5))*((t700-t500)/2.5908)*((t500-273.16)*-1)*(shear(u500,v500,ugrd10m,vgrd10m))/44000000/2*100)'
t500/700 are temperatures
u500/v500 are winds
Output are probility in %.
// Henkka