diff --git a/test/decoupled/1p/test_1p.input b/test/decoupled/1p/test_1p.input
new file mode 100644
index 0000000000000000000000000000000000000000..12518633d9db15738eff6819dfeb62d5a8cbfaae
--- /dev/null
+++ b/test/decoupled/1p/test_1p.input
@@ -0,0 +1,33 @@
+#############################################################
+# Parameter file for test_1p										#
+# Everything behind a '#' is a comment								#
+# Groups can be ordered e.g. : [BoundaryConditions], 					#
+# see ../2p2c/ for a more detailed example							#
+#############################################################
+
+#############################################################
+# Mandatory arguments											#
+#############################################################
+numRefine 	=3	 	# refinement level of the created grid
+dtInitial		=0 		# [s]
+tEnd			=0 		# [s]
+
+# delta 		= 1e-6	# [-] if this is commented in, it is used
+
+[Grid]
+numberOfCellsX 		= 1 # [-] resolution in x-direction
+numberOfCellsY 		= 1 # [-] resolution in y-direction
+
+upperRightX 		= 1 # [m] dimension of the grid
+upperRightY 		= 1 # [m] dimension of the grid
+#####################################################################
+# Simulation restart													        #
+#																	#
+# DuMux simulations can be restarted from *.drs files							#
+# Set restart to the value of a specific file, e.g.:  'restart = 27184.1'				#
+# for the restart file														#
+# name_time=27184.1_rank=0.drs										#
+# Please comment in the below value, if restart is desired. 						#
+#####################################################################
+# restart= ... 
+