Skip to content

Commit

Permalink
Merge PR #226 from geoschem/bugfix/remove-gcpy-test-from-yml
Browse files Browse the repository at this point in the history
Remove gcpy_test YAML key from benchmark config files
  • Loading branch information
msulprizio authored Jun 1, 2023
2 parents 48fed1c + 4da19fe commit 21bb47c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion benchmark/1mo_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: FullChemBenchmark
gcpy_test: True # Specify if this is a gcpy test validation run
comparisons:
gcc_vs_gcc:
run: True # True to run this comparison
Expand Down
1 change: 0 additions & 1 deletion benchmark/1yr_ch4_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: CH4Benchmark
gcpy_test: False # Specify if this is a gcpy test validation run
comparisons:
gcc_vs_gcc:
run: True # True to run this comparison
Expand Down
1 change: 0 additions & 1 deletion benchmark/1yr_fullchem_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: FullChemBenchmark
gcpy_test: True # Specify if this is a gcpy test validation run
comparisons:
gcc_vs_gcc:
run: True # True to run this comparison
Expand Down
1 change: 0 additions & 1 deletion benchmark/1yr_tt_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: TransportTracersBenchmark
gcpy_test: True
comparisons:
gcc_vs_gcc:
run: True
Expand Down
1 change: 0 additions & 1 deletion benchmark/cloud/template.1hr_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: FullChemBenchmark
gcpy_test: False # Specify if this is a gcpy test validation run
comparisons:
gcc_vs_gcc:
run: False
Expand Down
1 change: 0 additions & 1 deletion benchmark/cloud/template.1mo_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ data:
#
options:
bmk_type: FullChemBenchmark
gcpy_test: False
comparisons:
gcc_vs_gcc:
run: False
Expand Down

0 comments on commit 21bb47c

Please sign in to comment.