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 faba1ee commit 6f3b082
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.f
Original file line number Diff line number Diff line change
Expand Up @@ -3370,18 +3370,21 @@ function spherical_distance(theta1,phi1,theta2,phi2)

end function spherical_distance

!> Get mismatch index
!> For unmapped land points, find the nearest land point
!! on the input data and pass back its i/j index.
!!
!! @param[in] im_in ???
!! @param[in] jm_in ???
!! @param[in] geolon_in ???
!! @param[in] geolat_in ???
!! @param[in] bitmap_in ???
!! @param[in] num_out ???
!! @param[in] lon_out ???
!! @param[in] lat_out ???
!! @param[out] iindx ???
!! @param[out] jindx ???
!! @param[in] im_in 'i' dimension of input data.
!! @param[in] jm_in 'j' dimension of input data.
!! @param[in] geolon_in Longitude of input data.
!! @param[in] geolat_in Latitude of input data.
!! @param[in] bitmap_in Bitmap (mask) of input data.
!! @param[in] num_out Number of unmapped points.
!! @param[in] lon_out Longitude of unmapped points.
!! @param[in] lat_out Latitude of unmapped points.
!! @param[out] iindx 'i' indices of nearest land points
!! on the input data.
!! @param[out] jindx 'j' indices of nearest land points
!! on the input data.
!! @author GFDL progammer
subroutine get_mismatch_index(im_in, jm_in, geolon_in,geolat_in,
& bitmap_in,num_out, lon_out,lat_out, iindx, jindx )
Expand Down Expand Up @@ -4327,9 +4330,9 @@ subroutine latlon2xyz(siz,lon, lat, x, y, z)

!> Compute spherical angle.
!!
!! @param[in] v1 ???
!! @param[in] v2 ???
!! @param[in] v3 ???
!! @param[in] v1 Vector 1.
!! @param[in] v2 Vector 2.
!! @param[in] v3 Vector 3.
!! @return spherical_angle Spherical Angle.
!! @author GFDL programmer
FUNCTION spherical_angle(v1, v2, v3)
Expand Down

0 comments on commit 6f3b082

Please sign in to comment.