Skip to content

Commit

Permalink
Fix a call to ocn_export
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jul 30, 2018
1 parent b52db1f commit d981745
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 @@ -373,7 +373,7 @@ subroutine ocn_init_mct( EClock, cdata_o, x2o_o, o2x_o, NLFilename )
! end if

if (debug .and. root_pe().eq.pe_here()) print *, "calling ocn_export"
call ocn_export(glb%ind, glb%ocn_public, glb%grid, o2x_o%rattr)
call ocn_export(glb%ind, glb%ocn_public, glb%grid, o2x_o%rattr, mom_cpl_dt, ncouple_per_day)

call t_stopf('MOM_mct_init')

Expand Down

0 comments on commit d981745

Please sign in to comment.