Skip to content

Commit

Permalink
Update autoget.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuankailiu authored Feb 7, 2025
1 parent 2a3bb21 commit 7e13103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyaps3/autoget.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def ECMWFdload(bdate,hr,filedir,model='ERA5',datatype='fc',humidity='Q',snwe=Non

# Infos for downloading
if model == 'ERAINT':
print('WARNING: you are downloading from the old ECMWF platform. '
print('WARNING: you are downloading from the legacy ECMWF platform. '
'ERA-Interim is deprecated, use ERA-5 instead.')
if model == 'ERA5':
cds_url = 'https://cds.climate.copernicus.eu/api'
Expand Down

0 comments on commit 7e13103

Please sign in to comment.