s2g1d

s2g1d(expr)

This function converts a station data time series into a 1-dimensional grid. This allows more graphics and analytical operations.

expr            A valid GrADS 1D station data expression in which time is the only varying dimension.

Usage Notes

Examples

'set gxout bar'
'set barbase 0'
'set bargap 10'
'
display s2g1d(precip(stid=kdca))'

'set gxout contour'
'
display smth9(s2g1d(t(stid=kord)))'

'set gxout vector'
'display const(s2g1d(u(stid=ksux)),0);s2g1d(u(stid=ksux));s2g1d(v(stid=ksux))'