Skip to content

Commit

Permalink
ref_name needed for 2d variables too.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Dec 14, 2017
1 parent 0d1c4da commit 313303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme_diags/acme_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def create_viewer(root_dir, parameters, ext):
row_name_and_fnm = []

if parameter.plevs == []: # 2d variables
row_name = '{} {}'.format(var, region)
row_name = '{} {} {}'.format(var, region, ref_name)
fnm = '{}-{}-{}-{}'.format(ref_name,
var, season, region)
row_name_and_fnm.append((row_name, fnm))
Expand Down

0 comments on commit 313303f

Please sign in to comment.