Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Nov 8, 2018
1 parent b663bd2 commit 2161429
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
===============================================================
cice5_20181109
Originator: dbailey
Date: 09 Nov 2018
Version: 5.0
One-line: Remove print statement.

modified: src/source/ice_history.F90

===============================================================
cice5_20181108
Originator: dbailey
Expand Down
2 changes: 1 addition & 1 deletion src/source/ice_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ subroutine accum_hist (dt)
enddo ! i
enddo ! j
endif
print *,'n_aicen(ns),n2D',n_aicen(ns),n2D

if (n_aicen(ns) > n2D) then
do k=1,ncat_hist
do j = jlo, jhi
Expand Down

0 comments on commit 2161429

Please sign in to comment.