diff --git a/examples/lattice/geometry.xml b/examples/lattice/geometry.xml
deleted file mode 100644
index 8848e6810e..0000000000
--- a/examples/lattice/geometry.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
- |
- 0
- 111
- 1 -2 3 -4
- |
-
- 3
- 40
- -5
- |
-
- 3
- 41
- 5
- |
-
-
- rectangular
- 20 20
- -10.0 -10.0
- 1.0 1.0
-
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
- 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
-
-
-
-
-
-
- z-cylinder
- 0.0 0.0 0.4
-
-
-
diff --git a/examples/lattice/materials.xml b/examples/lattice/materials.xml
deleted file mode 100644
index 88e20c69ef..0000000000
--- a/examples/lattice/materials.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/examples/lattice/nested/geometry.xml b/examples/lattice/nested/geometry.xml
new file mode 100644
index 0000000000..4ce62280a2
--- /dev/null
+++ b/examples/lattice/nested/geometry.xml
@@ -0,0 +1,45 @@
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+ rectangular
+ 2 2
+ -1.0 -1.0
+ 1.0 1.0
+
+ 1 2
+ 2 3
+
+
+
+
+
+ rectangular
+ 2 2
+ -2.0 -2.0
+ 2.0 2.0
+
+ 5 5
+ 5 5
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/lattice/nested/materials.xml b/examples/lattice/nested/materials.xml
new file mode 100644
index 0000000000..3605c3ed65
--- /dev/null
+++ b/examples/lattice/nested/materials.xml
@@ -0,0 +1,19 @@
+
+
+
+ 70c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/lattice/nested/plot.xml b/examples/lattice/nested/plot.xml
new file mode 100644
index 0000000000..d6a0ca3cdf
--- /dev/null
+++ b/examples/lattice/nested/plot.xml
@@ -0,0 +1,6 @@
+
+
+ 0. 0. 0.
+ 3.999 3.999
+ 0.01
+
diff --git a/examples/lattice/settings.xml b/examples/lattice/nested/settings.xml
similarity index 63%
rename from examples/lattice/settings.xml
rename to examples/lattice/nested/settings.xml
index adbec19c7d..aa0b98ee4a 100644
--- a/examples/lattice/settings.xml
+++ b/examples/lattice/nested/settings.xml
@@ -1,11 +1,6 @@
-
-
- /home/paulromano/openmc/cross_sections_serpent.xml
-
-
20
@@ -13,10 +8,12 @@
10000
+ 7
+
box
- -4 -4 -4 4 4 4
+ -1 -1 -1 1 1 1
diff --git a/examples/lattice/nested/tallies.xml b/examples/lattice/nested/tallies.xml
new file mode 100644
index 0000000000..a389dc905c
--- /dev/null
+++ b/examples/lattice/nested/tallies.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ rectangular
+ 4 4
+ -2.0 -2.0
+ 1.0 1.0
+
+
+
+
+ 1
+
+
+ total
+
+
+
\ No newline at end of file
diff --git a/examples/lattice/simple/geometry.xml b/examples/lattice/simple/geometry.xml
new file mode 100644
index 0000000000..4a77229392
--- /dev/null
+++ b/examples/lattice/simple/geometry.xml
@@ -0,0 +1,33 @@
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+ rectangular
+ 4 4
+ -2.0 -2.0
+ 1.0 1.0
+
+ 1 2 1 2
+ 2 3 2 3
+ 1 2 1 2
+ 2 3 2 3
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/lattice/simple/materials.xml b/examples/lattice/simple/materials.xml
new file mode 100644
index 0000000000..3605c3ed65
--- /dev/null
+++ b/examples/lattice/simple/materials.xml
@@ -0,0 +1,19 @@
+
+
+
+ 70c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/lattice/simple/plot.xml b/examples/lattice/simple/plot.xml
new file mode 100644
index 0000000000..d6a0ca3cdf
--- /dev/null
+++ b/examples/lattice/simple/plot.xml
@@ -0,0 +1,6 @@
+
+
+ 0. 0. 0.
+ 3.999 3.999
+ 0.01
+
diff --git a/examples/lattice/simple/settings.xml b/examples/lattice/simple/settings.xml
new file mode 100644
index 0000000000..aa0b98ee4a
--- /dev/null
+++ b/examples/lattice/simple/settings.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+ 20
+ 10
+ 10000
+
+
+ 7
+
+
+
+ box
+ -1 -1 -1 1 1 1
+
+
+
diff --git a/examples/lattice/simple/tallies.xml b/examples/lattice/simple/tallies.xml
new file mode 100644
index 0000000000..a389dc905c
--- /dev/null
+++ b/examples/lattice/simple/tallies.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ rectangular
+ 4 4
+ -2.0 -2.0
+ 1.0 1.0
+
+
+
+
+ 1
+
+
+ total
+
+
+
\ No newline at end of file