diff --git a/gcpy/benchmark/run_benchmark.py b/gcpy/benchmark/run_benchmark.py index 89cc739..566f78e 100755 --- a/gcpy/benchmark/run_benchmark.py +++ b/gcpy/benchmark/run_benchmark.py @@ -672,7 +672,7 @@ def run_benchmark_default(config): collections = [ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics', @@ -1100,7 +1100,7 @@ def run_benchmark_default(config): collections=[ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics', @@ -1608,7 +1608,7 @@ def run_benchmark_default(config): collections=[ 'AerosolMass', 'Aerosols', - 'DryDep', + #'DryDep', 'Emissions', 'JValues', 'Metrics',