Skip to content

Commit 0a8d7e5

Browse files
committed
Switches bridgedim for MOAB
1 parent 429d9db commit 0a8d7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/elm/src/data_types/MOABGridType.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subroutine elm_moab_initialize()
131131
integer :: ierr
132132

133133
topodim = 2 ! topological dimension = 2: manifold mesh on the sphere
134-
bridgedim = 1 ! use vertices = 0 as the bridge (other options: edges = 1)
134+
bridgedim = 0 ! use vertices = 0 as the bridge (other options: edges = 1)
135135
nghostlayers = 1 ! initialize to zero (default)
136136

137137
! next define MOAB app for the ghosted one

0 commit comments

Comments
 (0)