Skip to content

Commit

Permalink
Add comments for doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA committed Aug 23, 2021
1 parent b602411 commit dc72965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sorc/grid_tools.fd/filter_topo.fd/filter_topo.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1151,9 +1151,9 @@ end subroutine fill_cubic_grid_halo
!! regional standalone grid. Halo points are needed for dxc and dyc
!! calculation.
!!
!! @param[in] data ???
!! @param[in] halo ???
!! @author Ratko
!! @param[in,out] data - field to be extrapolated
!! @param[in] halo - number of halo rows/columns
!! @author Ratko Vasic (NCEP/EMC)
subroutine fill_regional_halo(data, halo)
integer, intent(in) :: halo
real, dimension(1-halo:,1-halo:,:), intent(inout) :: data
Expand Down

0 comments on commit dc72965

Please sign in to comment.