We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429d9db commit 0a8d7e5Copy full SHA for 0a8d7e5
components/elm/src/data_types/MOABGridType.F90
@@ -131,7 +131,7 @@ subroutine elm_moab_initialize()
131
integer :: ierr
132
133
topodim = 2 ! topological dimension = 2: manifold mesh on the sphere
134
- bridgedim = 1 ! use vertices = 0 as the bridge (other options: edges = 1)
+ bridgedim = 0 ! use vertices = 0 as the bridge (other options: edges = 1)
135
nghostlayers = 1 ! initialize to zero (default)
136
137
! next define MOAB app for the ghosted one
0 commit comments