Skip to content

Commit f1cddc5

Browse files
committed
Make mpas_halo routines the default for group halo exchanges in atmosphere core
The config_halo_exch_method namelist option now defaults to 'mpas_halo', so that the mpas_halo exchange routines are used in place of the mpas_dmpar routines by default.
1 parent 8b239f1 commit f1cddc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core_atmosphere/Registry.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
</nml_record>
380380

381381
<nml_record name="development" in_defaults="false">
382-
<nml_option name="config_halo_exch_method" type="character" default_value="mpas_dmpar"
382+
<nml_option name="config_halo_exch_method" type="character" default_value="mpas_halo"
383383
units="-"
384384
description="Method to use for exchanging halos"
385385
possible_values="`mpas_dmpar', `mpas_halo'"/>

0 commit comments

Comments
 (0)