Skip to content

Commit f29cfa4

Browse files
Merge branch 'bishtgautam/lnd/elm-moab-mesh' (PR #7575)
This adds infrastructure in ELM to use MOAB-based domain decomposition. This is the first development step for supporting lateral connectivity across ELM grid cells via MOAB. [BFB]
2 parents 23fbb85 + 0a8d7e5 commit f29cfa4

File tree

6 files changed

+1316
-129
lines changed

6 files changed

+1316
-129
lines changed

components/elm/bld/namelist_files/namelist_definition.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ If TRUE setup up lateral grid connectivity in CLM.
20232023
</entry>
20242024

20252025
<entry id="domain_decomp_type" type="char*256" category="elm_initialization"
2026-
group="elm_inparm" valid_values="round_robin,graph_partitioning,simple" >
2026+
group="elm_inparm" valid_values="round_robin,graph_partitioning,simple,moab" >
20272027
Specifies the method for decomposing CLM grids across processors.
20282028
</entry>
20292029

0 commit comments

Comments
 (0)