Skip to content

Commit

Permalink
remove temp writes to iulog in clmfates_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Mar 26, 2020
1 parent 7c299e0 commit 5196717
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2066,9 +2066,6 @@ subroutine init_history_io(this,bounds_proc)
dk_index = this%fates_hist%hvars(ivar)%dim_kinds_index
ioname = trim(this%fates_hist%dim_kinds(dk_index)%name)

write(iulog,*) 'attempt ioname: ', ioname
write(iulog,*) 'dk_index: ', dk_index

select case(trim(ioname))
case(patch_r8)
call hist_addfld1d(fname=trim(vname),units=trim(vunits), &
Expand Down Expand Up @@ -2118,7 +2115,6 @@ subroutine init_history_io(this,bounds_proc)
end select

end associate
write(iulog,*)'success: ', ioname

end do
end subroutine init_history_io
Expand Down

0 comments on commit 5196717

Please sign in to comment.