This is probably the first "good" EVP run set. Members:
Most of these exist as Fujitsu and (a little behind) Portland.ns='Antarctic' .run res-1 ns='Arctic' .run res-1
; September
pp_plot,[pp_avg(ut),pp_Avg(vt),pp_avg(ent),pp_avg(eot)],/nh
gettwogifs,out='nh-sep-t'
pp_plot,[pp_avg(ut),pp_Avg(vt),pp_avg(ent),pp_avg(eot)]
gettwogifs,out='sh-sep-t'
; Now for February
ut2=gm('yabnu/32/0.01',y='all',m=2,var='iced')
vt2=gm('yabnv/32/0.01',y='all',m=2,var='iced')
ent2=gm('yaben/32/0.01',y=2001+[0,1,2,3],m=2,var='iced')
eot2=gm('yabeo/32/0.01',y=2001+[0,1,2,3],m=2,var='iced')
pp_plot,[pp_avg(ut2),pp_Avg(vt2),pp_avg(ent2),pp_avg(eot2)]
gettwogifs,out='sh-feb-t'
pp_plot,[pp_avg(ut2),pp_Avg(vt2),pp_avg(ent2),pp_avg(eot2)],/nh
gettwogifs,out='nh-feb-t'