Skip to content

Commit 39832eb

Browse files
committed
Hotfix: Plot all DryDepVel species
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 645bf9d commit 39832eb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gcpy/benchmark/modules/benchmark_drydep.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def drydepvel_species():
179179
varnames (list of str): Variable names to plot
180180
"""
181181
# These are key dry deposition species (as per Mat Evans)
182-
return ["DryDepVel_ACET", "DryDepVel_HNO3", "DryDepVel_NH3",
183-
"DryDepVel_NH4", "DryDepVel_NIT", "DryDepVel_NITs",
184-
"DryDepVel_O3", "DryDepVel_SO4"]
182+
#return ["DryDepVel_ACET", "DryDepVel_HNO3", "DryDepVel_NH3",
183+
# "DryDepVel_NH4", "DryDepVel_NIT", "DryDepVel_NITs",
184+
# "DryDepVel_O3", "DryDepVel_SO4"]
185+
return None

0 commit comments

Comments
 (0)