Skip to content

Commit

Permalink
add directionality index to output
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Mar 5, 2021
1 parent 14d249d commit 63679e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions fowd/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,18 @@
valid_max=360
)
),
direction_directionality_index=dict(
dims=('wave_id_local',),
dtype='float32',
attrs=dict(
long_name=(
'Directionality index R (squared ratio of directional spread and '
'spectral bandwidth)'
),
units='1',
valid_min=0,
)
)
)


Expand Down

0 comments on commit 63679e2

Please sign in to comment.