Skip to content

Commit

Permalink
removing remnant of old code from htape_addfld
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Mar 26, 2020
1 parent 5196717 commit c2edc13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,6 @@ subroutine htape_addfld (t, f, avgflag)
integer :: numc ! total number of columns across all processors
integer :: nump ! total number of pfts across all processors
integer :: num2d ! size of second dimension (e.g. .number of vertical levels)
character(len=hist_dim_name_length) :: type2d
integer :: beg1d_out,end1d_out ! history output per-proc 1d beginning and ending indices
integer :: beg1d,end1d ! beginning and ending indices for this field (assume already set)
integer :: num1d_out ! history output 1d size
Expand Down Expand Up @@ -1048,9 +1047,6 @@ subroutine htape_addfld (t, f, avgflag)
tape(t)%hlist(n)%avgflag = avgflag
end if

type2d = tape(t)%hlist(n)%field%type2d


end subroutine htape_addfld

!-----------------------------------------------------------------------
Expand Down

0 comments on commit c2edc13

Please sign in to comment.