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

fix doxygen for sorc/emcsfc_ice_blend.fd (#342) #355

Closed
Closed
Changes from 2 commits
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
7 changes: 4 additions & 3 deletions sorc/emcsfc_ice_blend.fd/emcsfc_ice_blend.f90
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
!> @file
!! @brief Create blended ice product for gfs/gdas cycles.
!!
!! @author gayno @date 2014-03-20
!! @author George Gayno NCEP/EMC
!! @date 2014-03-20
!!
!! Create a global 5-minute blended ice concentration
!! dataset for use by GDAS/GFS. This blend is created
Expand Down Expand Up @@ -97,8 +98,8 @@ program emcsfc_ice_blend

character(len=200) :: infile, outfile

integer, parameter :: imax=4320
integer, parameter :: jmax=2160
integer, parameter :: imax=4320 !< Constant value on i dim.
integer, parameter :: jmax=2160 !< Constant value on j dim.
edwardhartnett marked this conversation as resolved.
Show resolved Hide resolved

integer :: i,j, istat, iunit
integer :: ii, iii, jj, jjj, count
Expand Down