You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDS downloader: switch to new credentials method in 25.1 (#216)
* switch to new credentials method in 25.1
* rm bc requriement, align credentials
* Update ccds_download_era5_af.xml
---------
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
Copy file name to clipboardExpand all lines: tools/ccds_download_era5_af/ccds_download_era5_af.xml
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<toolid="ccds_download_era5_af"name="Copernicus CDS Downloader for AquaINFRA marine model"version="1.0.2"profile="22.05">
1
+
<toolid="ccds_download_era5_af"name="Copernicus CDS Downloader for AquaINFRA marine model"version="2.0.0"profile="25.1">
2
2
<description>
3
3
Download ERA5 data from the Copernicus Climate Data Store to provide as input to the AquaINFRA marine model. Products: ERA5 hourly data on single levels from 1940 to present, Reanalysis.
<secretname="token"inject_as_env="CDS_TOKEN"optional="false"label="CDS Token"description="Your Climate Data Store Token. Get it from your Climate Data Store account."/>
echo "Error. Set your credentials via: C3S CDS API Key"
37
-
#end if
38
-
export CDS_TOKEN='$c3s_cds_apikey'
39
-
</configfile>
40
-
</configfiles>
41
29
<inputs>
42
30
<paramname="min_lat"type="float"label="Min latitude (ºN)"min="-180"max="180"optional="false"value=""help="Minimum latitude value for the data subset (southern boundary latitude)." />
43
31
<paramname="max_lat"type="float"label="Max latitude (ºN)"min="-180"max="180"optional="false"value=""help="Maximum latitude value for the data subset (northern boundary latitude)." />
0 commit comments