Skip to content

Commit

Permalink
Speedup some regression test (Exawind#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Jan 31, 2025
1 parent 82f64d2 commit 4f11d0b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ ABL.bndry_output_format = netcdf
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 48 48 48 # Grid cells at coarsest AMRlevel
amr.n_cell = 24 24 24 # Grid cells at coarsest AMRlevel
amr.max_level = 1 # Max AMR level in hierarchy
amr.blocking_factor = 4
amr.max_grid_size = 16

tagging.labels = static
tagging.static.type = "CartBoxRefinement"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ ABL.bndry_output_format = native
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 48 48 48 # Grid cells at coarsest AMRlevel
amr.n_cell = 24 24 24 # Grid cells at coarsest AMRlevel
amr.max_level = 1 # Max AMR level in hierarchy
amr.blocking_factor = 4
amr.max_grid_size = 16

tagging.labels = static
tagging.static.type = "CartBoxRefinement"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ ABL.bndry_output_format = netcdf
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 48 48 48 # Grid cells at coarsest AMRlevel
amr.n_cell = 24 24 24 # Grid cells at coarsest AMRlevel
amr.max_level = 1 # Max AMR level in hierarchy
amr.blocking_factor = 4
amr.max_grid_size = 16

tagging.labels = static
tagging.static.type = "CartBoxRefinement"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ ABL.bndry_output_format = native
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 48 48 48 # Grid cells at coarsest AMRlevel
amr.n_cell = 24 24 24 # Grid cells at coarsest AMRlevel
amr.max_level = 1 # Max AMR level in hierarchy
amr.blocking_factor = 4
amr.max_grid_size = 16

tagging.labels = static
tagging.static.type = "CartBoxRefinement"
Expand Down
3 changes: 2 additions & 1 deletion test/test_files/abl_godunov_mpl_amr/abl_godunov_mpl_amr.inp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ ABL.surface_roughness_z0 = 0.15
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 48 48 72 # Grid cells at coarsest AMRlevel
amr.n_cell = 24 24 36 # Grid cells at coarsest AMRlevel
amr.max_level = 1 # Max AMR level in hierarchy
amr.blocking_factor = 4
tagging.labels = static
tagging.static.type = "CartBoxRefinement"
tagging.static.static_refinement_def = "static_box.txt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1
1
0.0 0.0 0.0 1000.0 1000.0 750.0
0.0 0.0 0.0 1000.0 1000.0 150.0

0 comments on commit 4f11d0b

Please sign in to comment.