Skip to content

Commit ef2cc23

Browse files
committed
fix
1 parent e0ab9ce commit ef2cc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bris/outputs/netcdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def c(x):
397397
bris.units.convert(ar, from_units, to_units, inplace=True)
398398

399399
if level_index is not None:
400-
if pm.num_members > 1:
400+
if self.pm.num_members > 1:
401401
self.ds[ncname][:,:, level_index, ...] = ar
402402
else:
403403
self.ds[ncname][:, level_index, ...] = ar

0 commit comments

Comments
 (0)