UPP
001
|
Subroutine that computes geo streamfunction. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | CALSTRM (Z1D, STRM) |
Subroutine that computes geo streamfunction.
This routine computes the geostrophic streamfunction, PSI, from the passed geopotential height field, Z. The formule used it PSI = G*Z/F0, where G is the gravitational acceleration constant and F0 is a constant Coriolis parameter. F0 is set to be the valus of the Coriolis parameter near the center of the model grid.
[in] | Z1D | Geopotential height (m). |
[out] | STRM | Geostrophic streamfunction. |
Date | Programmer | Comments |
---|---|---|
1992-12-22 | Russ Treadon | Initial |
1998-06-08 | T Black | Conversion from 1-D TO 2-D |
2000-01-05 | Jim Tuccillo | MPI Version |
2002-06-13 | Mike Baldwin | WRF Version |
Definition in file CALSTRM.f.