Skip to content

Commit

Permalink
Doxygen updates to ./orog.fd/mtnlm7_oclsm.f
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Mar 17, 2021
1 parent 8428a32 commit 20e85f0
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.f
Original file line number Diff line number Diff line change
Expand Up @@ -4460,20 +4460,29 @@ FUNCTION inside_a_polygon(lon1, lat1, npts, lon2, lat2)

end

!> Get xnsum
!> Count the number of high-resolution orography points that
!! are higher than the model grid box average orography height.
!!
!! @param[in] lon1 ???
!! @param[in] lat1 ???
!! @param[in] lon2 ???
!! @param[in] lat2 ???
!! @param[in] imn ???
!! @param[in] jmn ???
!! @param[in] glat ???
!! @param[in] zavg ???
!! @param[in] zslm ???
!! @param[in] delxn ???
!! @return get_xnsum ???
!! @author Jordan Alpert NOAA/EMC
!! @param[in] lon1 Longitude of corner point 1 of the model
!! grid box.
!! @param[in] lat1 Latitude of corner point 1 of the model
!! grid box.
!! @param[in] lon2 Longitude of corner point 2 of the model
!! grid box.
!! @param[in] lat2 Latitude of corner point 2 of the model
!! grid box.
!! @param[in] imn 'i' dimension of the high-resolution orography
!! data.
!! @param[in] jmn 'j' dimension of the high-resolution orography
!! data.
!! @param[in] glat Latitude of each row of the high-resolution
!! orography data.
!! @param[in] zavg The high-resolution orography.
!! @param[in] zslm The high-resolution land mask.
!! @param[in] delxn Resolution of the high-res orography data.
!! @return get_xnsum The number of high-res points above the
!! mean orography.
!! @author GFDL Programmer
function get_xnsum(lon1,lat1,lon2,lat2,IMN,JMN,
& glat,zavg,zslm,delxn)
implicit none
Expand Down

0 comments on commit 20e85f0

Please sign in to comment.