Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils-Arne Dreier committed Aug 8, 2023
1 parent 1385373 commit b37fc0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/cpl_yac_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ subroutine cpl_yac_define_unstr(partit, mesh)
nbr_vertices = myDim_elem2D + myDim_edge2D + nbr_boundary_nodes
nbr_connections = 2*SUM(nod_in_elem2D_num(1:myDim_nod2D)) + 2*nbr_boundary_nodes

WRITE (0,*) "nbr_boundary_nodes: ", nbr_boundary_nodes
WRITE (0,*) "nbr_vertices: " , nbr_vertices
WRITE (0,*) "nbr_cells: " , myDim_nod2D
WRITE (0,*) "nbr_connections: " , nbr_connections

ALLOCATE(x_vertices(nbr_vertices))
ALLOCATE(y_vertices(nbr_vertices))
ALLOCATE(nbr_vertices_per_cell(myDim_nod2D))
Expand Down Expand Up @@ -239,7 +234,6 @@ subroutine cpl_yac_define_unstr(partit, mesh)
cpl_send( 2)='ocean_sea_ice_bundle'
cpl_send_collection_size(2) = 3

WRITE (dt_str, '(I4)') int(dt)
DO i=1,nsend
CALL yac_fdef_field(cpl_send(i), comp_id, [points_id], 1, &
cpl_send_collection_size(i), &
Expand Down
2 changes: 0 additions & 2 deletions src/gen_forcing_couple.F90
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,6 @@ subroutine update_atm_forcing(istep, ice, tracers, dynamics, partit, mesh)
call exchange_nod(stress_atmice_x, partit)
do_rotate_oce_wind=.true.
do_rotate_ice_wind=.true.
WRITE (0,*) "taux_oce:", MINVAL(stress_atmoce_x), " - ", MAXVAL(stress_atmoce_x)
WRITE (0,*) "taux_ice:", MINVAL(stress_atmice_x), " - ", MAXVAL(stress_atmice_x)
elseif (i.eq.2) then
stress_atmoce_y(1:myDim_nod2d) = exchange(:,1) ! tauy_oce
call exchange_nod(stress_atmoce_y, partit)
Expand Down

0 comments on commit b37fc0a

Please sign in to comment.