Skip to content

Commit

Permalink
remove added prints
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 29, 2023
1 parent d6ae048 commit fea9409
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions coupler/include/coupler_types.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
integer :: i, j, m, n, n1, n2, halo
integer, parameter :: kindl = FMS_CP_KIND_

if(associated(var%bc)) print *, 'r8 size=', SIZE(var%bc)
if(associated(var%bc_r4)) print *, 'r4 size=', SIZE(var%bc_r4)
print *, associated(var%FMS_CP_BC_TYPE_)

if (present(bc_index)) then
if (bc_index > var%num_bcs)&
& call mpp_error(FATAL, "CT_rescale_data_2d: bc_index is present and exceeds var%num_bcs.")
Expand Down Expand Up @@ -95,7 +91,6 @@
& do_bc = (pass_through_ice .eqv. var%FMS_CP_BC_TYPE_(n)%pass_through_ice)
if (.not.do_bc) cycle

print *, n, n1, n2, SIZE(var%FMS_CP_BC_TYPE_)
do m = 1, var%FMS_CP_BC_TYPE_(n)%num_fields
if (present(field_index)) then
if (m /= field_index) cycle
Expand Down

0 comments on commit fea9409

Please sign in to comment.