Skip to content

Commit e701731

Browse files
committed
Update README to include amrex version. Comments in input file for amrex version.
1 parent 28dff4b commit e701731

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

swm_AMReX/inputs

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
nx = 64
2-
ny = 64
1+
# Number of cells on each direction
2+
nx = 64
3+
ny = 64
34

5+
# Cell size in each direction
46
dx = 100000
57
dy = 100000
68

9+
# Mesh will be broken into chunks of up to max_chunk_size
710
max_chunk_size = 100000
811

12+
# Number of time steps to take
913
n_time_steps = 4000
1014

15+
# Size of time step
1116
dt = 90
1217

18+
# How often to write a plotfile
19+
# Optional. If left out no plot files will be written.
1320
plot_interval = 100

0 commit comments

Comments
 (0)