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

Subroutine that computes moisture convergence. More...

Go to the source code of this file.

Functions/Subroutines

subroutine CALMCVG (Q1D, U1D, V1D, QCNVG)
 

Detailed Description

Subroutine that computes moisture convergence.

 Given specific humidity, Q, and the U-V wind components
 This routine evaluates the vector operation, 
                  DEL DOT (Q*VEC)
 where,
    DEL is the vector gradient operator,
    DOT is the standard dot product operator, and
    VEC is the vector wind.
 Minus one times the resulting scalar field is the 
 moisture convergence which is returned by this routine.
Parameters
[in]Q1D- Specific humidity at P-points (kg/kg).
[in]U1D- U wind component (m/s) at P-points.
[in]V1D- V wind component (m/s) at P-points.
[out]QCNVG- Moisture convergence (1/s) at P-points.

Program history log:

Date Programmer Comments
1993-01-22 Russ Treadon Initial
1998-06-08 T Black Conversion From 1-D To 2-D
2000-01-04 Jim Tuccillo MPI Version
2002-04-23 Mike Baldwin WRF C-Grid Version
2005-07-07 Binbin Zhou Add RSM A Grid
2006-04-25 H Chuang Bug fixes to correctly compute MC at boundaries
2021-04-01 J Meng Computation on defined points only
Author
Russ Treadon W/NP2
Date
1993-01-22

Definition in file CALMCVG.f.