24 SUBROUTINE calstrm(Z1D,STRM)
34 use ctlblk_mod
, only: jsta, jend, im
38 real,
PARAMETER :: omega=7.292e-5,twomg=2*omega
43 REAL,
dimension(im,jsta:jend),
intent(in) :: z1d
44 REAL,
dimension(im,jsta:jend),
intent(inout) :: strm
56 f0 = 1.454441e-4*sin(40.0*0.01745329)
63 strm(i,j) = gof0*z1d(i,j)