Skip to content

Commit

Permalink
Doxygen for CALGUST (NOAA-EMC#451)
Browse files Browse the repository at this point in the history
* Doxygen for CALDRG.f

* This is part of Issue NOAA-EMC#392
Fixes the doxygen warnings in CALGUST.f

Please review this subroutine. Thank you.
  • Loading branch information
kayeekayee committed Mar 7, 2022
1 parent 30fcea8 commit 7a5ae3c
Showing 1 changed file with 19 additions and 42 deletions.
61 changes: 19 additions & 42 deletions sorc/ncep_post.fd/CALGUST.f
Original file line number Diff line number Diff line change
@@ -1,46 +1,23 @@
!> @file
! . . .
!> SUBPROGRAM: CALGUST COMPUTE MAX WIND LEVEL
!! PRGRMMR: MANIKIN ORG: W/NP2 DATE: 97-03-04
!!
!! ABSTRACT:
!! THIS ROUTINE COMPUTES SURFACE WIND GUST BY MIXING
!! DOWN MOMENTUM FROM THE LEVEL AT THE HEIGHT OF THE PBL
!!
!!
!! PROGRAM HISTORY LOG:
!! 03-10-15 GEOFF MANIKIN
!! 05-03-09 H CHUANG - WRF VERSION
!! 05-07-07 BINBIN ZHOU - ADD RSM
!! 15-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)
!!
!! USAGE: CALL CALGUST(GUST)
!! INPUT ARGUMENT LIST:
!! NONE
!!
!! OUTPUT ARGUMENT LIST:
!! GUST - SPEED OF THE MAXIMUM SFC WIND GUST
!!
!! OUTPUT FILES:
!! NONE
!!
!! SUBPROGRAMS CALLED:
!! UTILITIES:
!! H2V
!!
!! LIBRARY:
!! COMMON -
!! LOOPS
!! OPTIONS
!! MASKS
!! INDX
!!
!! ATTRIBUTES:
!! LANGUAGE: FORTRAN 90
!! MACHINE : CRAY C-90
!!
!> @brief Subroutine that computes max wind level.
!
!> This routine computes surface wind gust by mixing
!> down momentum from the level at the height of the PBL.
!>
!> @param[out] GUST Speed of the maximum surface wind gust.
!>
!> ### Program history log:
!> Date | Programmer | Comments
!> -----|------------|---------
!> 03-10-15 | Geoff Manokin | Initial
!> 05-03-09 | H Chuang | WRF Version
!> 05-07-07 | Binbin Zhou | Add RSM
!> 15-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

SUBROUTINE CALGUST(LPBL,ZPBL,GUST)

!
Expand Down

0 comments on commit 7a5ae3c

Please sign in to comment.