UPP  11.0.0
 All Data Structures Files Functions Variables 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)
 Subroutine that computes geo streamfunction. More...
 

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
2021-09-02 Bo Cui Decompose UPP in X direction
Author
Russ Treadon W/NP2
Date
1992-12-22

Definition in file CALSTRM.f.

Function/Subroutine Documentation

subroutine calstrm ( real, dimension(ista:iend,jsta:jend), intent(in)  Z1D,
real, dimension(ista:iend,jsta:jend), intent(inout)  STRM 
)

Subroutine that computes geo streamfunction.

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

Definition at line 31 of file CALSTRM.f.

Referenced by mdlfld().