Skip to content

Commit

Permalink
Remove gcpy_test YAML key from benchmark config files
Browse files Browse the repository at this point in the history
benchmark/1mo_benchmark.yml
benchmark/1yr_ch4_benchmark.yml
benchmark/1yr_fullchem_benchmark.yml
benchmark/1yr_tt_benchmark.yml
benchmark/cloud/template.1hr_benchmark.yml
benchmark/cloud/template.1mo_benchmark.yml
- Removed "gcpy_test: False" from benchmark YAML config files.
  This should have been done in PR geoschem#222, but was somehow skipped.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jun 1, 2023
1 parent 674284e commit 9cfae5f
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 9cfae5f

Please sign in to comment.