UPP (develop)
|
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. | |
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 |
2021-09-02 | Bo Cui | Decompose UPP in X direction |
Definition in file CALSTRM.f.
subroutine calstrm | ( | real, dimension(ista:iend,jsta:jend), intent(in) | z1d, |
real, dimension(ista:iend,jsta:jend), intent(inout) | strm | ||
) |