Skip to content

Commit eeb6e95

Browse files
committed
Fix velocity magnitude title
1 parent 96d037c commit eeb6e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpas_analysis/default.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ availableVariables = {
22022202
'units': r'm s$$^{-1}$$',
22032203
'mpas': ['timeMonthly_avg_velocityMeridional']},
22042204
'velocityMagnitude':
2205-
{'title': 'Zonal Velocity',
2205+
{'title': 'Velocity Magnitude',
22062206
'units': r'm s$$^{-1}$$',
22072207
'mpas': ['timeMonthly_avg_velocityZonal',
22082208
'timeMonthly_avg_velocityMeridional']},

0 commit comments

Comments
 (0)