Skip to content

Commit

Permalink
Merge branch 'ndk/docn/remove-mct_mod-to-allow-nvidia-build' (PR #6333)
Browse files Browse the repository at this point in the history
emove using mct_mod in a routine to avoid a build error with nvidia
(as lsize was in both the module and routine using it)

Fixes #6332
[bfb]
  • Loading branch information
rljacob authored Apr 14, 2024
2 parents 208a1e8 + daee1ec commit d8d7d3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/data_comps/docn/src/docn_comp_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ subroutine docn_comp_init(Eclock, x2o, o2x, &
scmMode, scm_multcols, scmlat, scmlon, scm_nx, scm_ny)

! !DESCRIPTION: initialize docn model
use mct_mod
use pio , only : iosystem_desc_t
use shr_pio_mod, only : shr_pio_getiosys, shr_pio_getiotype
#ifdef HAVE_MOAB
Expand Down

0 comments on commit d8d7d3f

Please sign in to comment.