Skip to content

Commit

Permalink
Possible fix for #116
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Dec 14, 2017
1 parent 6218e6e commit 0d1c4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acme_diags/acme_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ def create_viewer(root_dir, parameters, ext):
row_name_and_fnm.append((row_name, fnm))
else: # 3d variables
for plev in parameter.plevs:
row_name = '{} {} {}'.format(
var, str(int(plev)) + ' mb', region)
row_name = '{} {} {} {}'.format(
var, str(int(plev)) + ' mb', region, ref_name)
fnm = '{}-{}-{}-{}-{}'.format(
ref_name, var, int(plev), season, region)
row_name_and_fnm.append((row_name, fnm))
Expand Down

0 comments on commit 0d1c4da

Please sign in to comment.