UPP  001
 All Data Structures Files Functions Pages
CALSTRM.f File Reference

Subroutine that computes geo streamfunction. More...

Go to the source code of this file.

Functions/Subroutines

subroutine CALSTRM (Z1D, STRM)
 

Detailed Description

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.

Parameters
[in]Z1DGeopotential height (m).
[out]STRMGeostrophic streamfunction.

Program history log:

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
Author
Russ Treadon W/NP2
Date
1992-12-22

Definition in file CALSTRM.f.