Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen updates in sorc/grid_tools.fd - applied comments from R. Purser #409

Merged
merged 3 commits into from
Mar 11, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doxygen fixes
  • Loading branch information
edwardhartnett committed Mar 11, 2021
commit 927d6afbacd94e83906beb875a4e4eb27637f79f
8 changes: 4 additions & 4 deletions sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
!> @file
!! @brief Routine evaluating useful functions not always available in Fortran
!! @brief Routine evaluating useful functions not always available in Fortran.
!! @author R. J. Purser

!> This module is for evaluating several useful real-valued functions
!> that are not always available in Fortran compilers. These have applications
!> in map transformations, spherical and pseudo-spherical surface geometry,
!> probability distributions, and splines.
!! that are not always available in Fortran compilers. These have applications
!! in map transformations, spherical and pseudo-spherical surface geometry,
!! probability distributions, and splines.
!!
!! @author R. J. Purser
module pfun
Expand Down
6 changes: 5 additions & 1 deletion sorc/grid_tools.fd/regional_esg_grid.fd/pkind.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
!> @file
!! @brief standard integer, real, and complex single and double precision kinds
!! @brief Standard integer, real, and complex single and double precision kinds.
!! @author R. J. Purser

!> Standard integer, real, and complex single and double precision kinds.
!! @author R. J. Purser
module pkind
integer,parameter:: spi=selected_int_kind(6) !< Single precision integer kind.
integer,parameter:: dpi=selected_int_kind(12) !< Double precision integer kind.
Expand Down