krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

squash channels #68

Closed vict0rsch closed 4 years ago

vict0rsch commented 4 years ago
[0 ; 9] => U (wind components)
[10 ; 19] => T
[20:29] => V
[30:39] => H 
[40] => Scattering level
[41] => TS (surface temperature)
[42:43] => Long, Lat
2->11

to

0 => av(U)
1 => av(T)
2 => av(h)
3 => SL
4 => TS
5 => Lon
6 => Lat