Skip to content

Commit

Permalink
Doxygen in kinds_mod.F, native_endianness.f, UPP_MATH.f and UPP_PHYSI…
Browse files Browse the repository at this point in the history
…CS.f. (#479)

* This is part of Issue #392.

Fixes the doxygen warnings in kinds_mod.F, native_endianness.f, UPP_MATH.f and UPP_PHYSICS.f.

* Further enhancement from Ed's comment.
  • Loading branch information
kayeekayee authored Apr 18, 2022
1 parent dc8bc68 commit 8bbfd6b
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 543 deletions.
32 changes: 15 additions & 17 deletions sorc/ncep_post.fd/UPP_MATH.f
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
!> @file
!
!> SUBPROGRAM: UPP_MATH
!! @author JMENG @date 2020-05-20
!!
!! A collection of UPP subroutines for numerical math functions calculation.
!!
!! DVDXDUDY
!! computes dudy, dvdx, uwnd
!!
!! H2U, H2V, U2H, V2H
!! interpolates variables between U, V, H, points
!! adopted from UPP subroutine GRIDAVG.f
!!
!! PROGRAM HISTORY LOG:
!! MAY 20 2020 Jesse Meng Initial code
!!------------------------------------------------------------------------
!!
!>
!> @brief upp_math is a collection of UPP subroutines for numerical math functions calculation.
!> @author Jesse Meng @date 2020-05-20

!> dvdxdudy() computes dudy, dvdx, uwnd
!>
!> h2u(), h2v(), u2h(), v2h() interpolate variables between U, V, H, points
!> adopted from UPP subroutine GRIDAVG.f
!>
!> ### Program history log:
!> Date | Programmer | Comments
!> -----|------------|---------
!> 2020-05-20 | Jesse Meng | Initial
!>
!> @author Jesse Meng @date 2020-05-20
module upp_math

use masks, only: dx, dy
Expand Down
Loading

0 comments on commit 8bbfd6b

Please sign in to comment.