Skip to content

Commit

Permalink
Make all tests take the same number of steps (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf authored Jan 13, 2025
1 parent 98f39c9 commit 4a6e42e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/test_files/ctv/ctv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exawind:
nalu_wind_inp:
- ctv-nalu1.yaml
amr_wind_inp: ctv-amr1.inp
num_timesteps: 20
num_timesteps: 10
additional_picard_iterations: 4

# Variables for overset exchange
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/ctv/ctv2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exawind:
nalu_wind_inp:
- ctv-nalu2.yaml
amr_wind_inp: ctv-amr2.inp
num_timesteps: 80
num_timesteps: 10
additional_picard_iterations: 4

# Variables for overset exchange
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/ctv/ctv3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exawind:
nalu_wind_inp:
- ctv-nalu3.yaml
amr_wind_inp: ctv-amr3.inp
num_timesteps: 320
num_timesteps: 10
additional_picard_iterations: 4

# Variables for overset exchange
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/flat-surface/flat-surface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exawind:
nalu_wind_inp:
- flat-surface-nalu.yaml
amr_wind_inp: flat-surface-amr.inp
num_timesteps: 5
num_timesteps: 10
additional_picard_iterations: 2

nalu_vars:
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/linear-waves/linear-waves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exawind:
nalu_wind_inp:
- linear-waves-nalu.yaml
amr_wind_inp: linear-waves-amr.inp
num_timesteps: 3
num_timesteps: 10
additional_picard_iterations: 2

nalu_vars:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exawind:
nalu_wind_inp:
- stokes-waves-cylinder-nalu.yaml
amr_wind_inp: stokes-waves-cylinder-amr.inp
num_timesteps: 5
num_timesteps: 10
additional_picard_iterations: 1

nalu_vars:
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/zalesak/zalesak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exawind:
nalu_wind_inp:
- zalesak-nalu.yaml
amr_wind_inp: zalesak-amr.inp
num_timesteps: 60
num_timesteps: 10
additional_picard_iterations: 2

nalu_vars:
Expand Down

0 comments on commit 4a6e42e

Please sign in to comment.