Skip to content

Commit

Permalink
comment out call ocn_domain_mct to avoid uninitialized vars for now. …
Browse files Browse the repository at this point in the history
…more comprehensive cleanup is to come.
  • Loading branch information
alperaltuntas committed Mar 15, 2018
1 parent 8095e8f commit bb7917a
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 @@ -580,7 +580,7 @@ subroutine ocn_init_mct( EClock, cdata_o, x2o_o, o2x_o, NLFilename )

if (debug .and. root_pe().eq.pe_here()) print *, "calling ocn_domain_mct"
call ocn_domain_mct(lsize, MOM_MCT_gsmap, MOM_MCT_dom)
call ocn_domain_mct(lsize*km, MOM_MCT_gsmap3d, MOM_MCT_dom3d) !TODO: this is not used
!call ocn_domain_mct(lsize*km, MOM_MCT_gsmap3d, MOM_MCT_dom3d) !TODO: this is not used

! Inialize mct attribute vectors

Expand Down

0 comments on commit bb7917a

Please sign in to comment.