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

Subroutine that computes max wind level. More...

Go to the source code of this file.

Functions/Subroutines

subroutine CALGUST (LPBL, ZPBL, GUST)
 This routine computes surface wind gust by mixing down momentum from the level at the height of the PBL. More...
 

Detailed Description

Subroutine that computes max wind level.

Definition in file CALGUST.f.

Function/Subroutine Documentation

subroutine CALGUST ( integer, dimension(im,jsta_2l:jend_2u), intent(in)  LPBL,
real, dimension(im,jsta_2l:jend_2u), intent(in)  ZPBL,
real, dimension(im,jsta_2l:jend_2u), intent(inout)  GUST 
)

This routine computes surface wind gust by mixing down momentum from the level at the height of the PBL.

Parameters
[out]GUSTSpeed of the maximum surface wind gust.

Program history log:

Date Programmer Comments
2003-10-15 Geoff Manokin Initial
2005-03-09 H Chuang WRF Version
2005-07-07 Binbin Zhou Add RSM
2015-03-11 S Moorthi Set sfcwind to spval if u10 and v10 are spvals for A grid and set gust to just wind (in GSM with nemsio, it appears u10 & v10 have spval)
Author
Geoff Manikin W/NP2
Date
1997-03-04

Definition at line 19 of file CALGUST.f.