Skip to content

Commit

Permalink
Comment DEBUG message
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Aug 29, 2018
1 parent b7d83af commit 9c8b3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/mct_driver/ocn_comp_mct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ subroutine ocn_init_mct( EClock, cdata_o, x2o_o, o2x_o, NLFilename )
glb%grid => glb%ocn_state%grid

! Allocate IOB data type (needs to be called after glb%grid is set)
write(6,*)'DEBUG: isc,iec,jsc,jec= ',glb%grid%isc, glb%grid%iec, glb%grid%jsc, glb%grid%jec
!write(6,*)'DEBUG: isc,iec,jsc,jec= ',glb%grid%isc, glb%grid%iec, glb%grid%jsc, glb%grid%jec
call IOB_allocate(ice_ocean_boundary, glb%grid%isc, glb%grid%iec, glb%grid%jsc, glb%grid%jec)

call t_stopf('MOM_init')
Expand Down

0 comments on commit 9c8b3c5

Please sign in to comment.