Skip to content

Commit

Permalink
Update era_downloader.py
Browse files Browse the repository at this point in the history
missing short name map entry for u/v.
  • Loading branch information
bnb32 authored Nov 27, 2023
1 parent 714e36f commit c8843fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sup3r/utilities/era_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ class EraDownloader:
'divergence': 'd',
'total_precipitation': 'tp',
'convective_available_potential_energy': 'cape',
'mean_total_precipitation_rate': 'mtpr'
'mean_total_precipitation_rate': 'mtpr',
'u_component_of_wind': 'u',
'v_component_of_wind': 'v'
}

def __init__(self,
Expand Down

0 comments on commit c8843fb

Please sign in to comment.