Skip to content

Commit

Permalink
output profiles not profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Jul 24, 2023
1 parent f0e0cac commit a67752a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/aeroval/setupclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class OutputPaths(ConstrainedContainer):
"""

JSON_SUBDIRS = ["map", "ts", "ts/diurnal", "scat", "hm", "hm/ts", "contour", "profile"]
JSON_SUBDIRS = ["map", "ts", "ts/diurnal", "scat", "hm", "hm/ts", "contour", "profiles"]

json_basedir = DirLoc(
default=os.path.join(const.OUTPUTDIR, "aeroval/data"),
Expand Down

0 comments on commit a67752a

Please sign in to comment.