Skip to content

Commit

Permalink
fixed doxygen warnings (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Mar 5, 2021
1 parent 41dcdc8 commit 5504b09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sorc/emcsfc_ice_blend.fd/emcsfc_ice_blend.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
!!
!! @author George Gayno NCEP/EMC
!! @date 2014-03-20
!!
!! Create a global 5-minute blended ice concentration

!> Create a global 5-minute blended ice concentration
!! dataset for use by GDAS/GFS. This blend is created
!! from National Ice Center Interactive Multisensor
!! Snow and Ice Mapping System (IMS) data, and the
Expand Down Expand Up @@ -88,6 +88,8 @@
!! In the SH, the blended value is simply the 5-minute ice concentration
!! at 'water' points. 'Coast' and 'land' points are bitmapped out.
!!
!! @return 0 for success, error code otherwise.
!! @author George Gayno NCEP/EMC
program emcsfc_ice_blend

use grib_mod ! grib 2 libraries
Expand Down

0 comments on commit 5504b09

Please sign in to comment.