diff --git a/cime_config/namelist_definition_mosart.xml b/cime_config/namelist_definition_mosart.xml
index 281b186..5ea8bd0 100644
--- a/cime_config/namelist_definition_mosart.xml
+++ b/cime_config/namelist_definition_mosart.xml
@@ -94,7 +94,7 @@
mosart_inparm
direct_in_place,direct_to_outlet,none
- direct_in_place
+ direct_to_outlet
Method for bypassing routing model.
@@ -107,7 +107,7 @@
mosart_inparm
all,negative,threshold
- threshold
+ negative
Method for handling of qgwl runoff inputs.
diff --git a/cime_config/testdefs/testlist_mosart.xml b/cime_config/testdefs/testlist_mosart.xml
index 75461a4..b70990a 100644
--- a/cime_config/testdefs/testlist_mosart.xml
+++ b/cime_config/testdefs/testlist_mosart.xml
@@ -111,13 +111,22 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
diff --git a/cime_config/testdefs/testmods_dirs/mosart/inplacethreshold/user_nl_mosart b/cime_config/testdefs/testmods_dirs/mosart/inplacethreshold/user_nl_mosart
new file mode 100644
index 0000000..b8defe6
--- /dev/null
+++ b/cime_config/testdefs/testmods_dirs/mosart/inplacethreshold/user_nl_mosart
@@ -0,0 +1,2 @@
+ qgwl_runoff_option = 'threshold'
+ bypass_routing_option = 'direct_in_place'
diff --git a/cime_config/testdefs/testmods_dirs/mosart/negtooutlet/user_nl_mosart b/cime_config/testdefs/testmods_dirs/mosart/negtooutlet/user_nl_mosart
deleted file mode 100644
index f4f4d7e..0000000
--- a/cime_config/testdefs/testmods_dirs/mosart/negtooutlet/user_nl_mosart
+++ /dev/null
@@ -1,2 +0,0 @@
- qgwl_runoff_option = 'negative'
- bypass_routing_option = 'direct_to_outlet'
diff --git a/cime_config/testdefs/testmods_dirs/mosart/nobypass/user_nl_mosart b/cime_config/testdefs/testmods_dirs/mosart/nobypass/user_nl_mosart
new file mode 100644
index 0000000..09017e7
--- /dev/null
+++ b/cime_config/testdefs/testmods_dirs/mosart/nobypass/user_nl_mosart
@@ -0,0 +1,2 @@
+ qgwl_runoff_option = 'all'
+ bypass_routing_option = 'none'
diff --git a/docs/ChangeLog b/docs/ChangeLog
index d9dedcd..d1ce81d 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,14 @@
+===============================================================
+Tag name: mosart1_0_48
+Originator(s): erik
+Date: Nov 13, 2022
+One-line Summary: Change bypass_routing option to direct_to_outlet
+
+Change the bypass_routing option to negative flow is sent to
+the river outlets.
+
+Fixes #58 -- change bypass_routing default
+
===============================================================
Tag name: mosart1_0_47
Originator(s): erik