Skip to content

Commit

Permalink
Merge pull request #43 from alperaltuntas/dev/ncar
Browse files Browse the repository at this point in the history
comment out call ocn_domain_mct for 3d to avoid uninitialized vars
  • Loading branch information
gustavo-marques authored Mar 27, 2018
2 parents 8095e8f + bb7917a commit 2c451c8
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 2c451c8

Please sign in to comment.