comparison test-data/input.txt @ 2:21e8386cf36f draft default tip

planemo upload for repository https://github.com/NordicESMhub/galaxy-tools/tree/master/tools/c3s commit e8074c9f6817bba5ca6cb322434ca5e4412b34cf
author climate
date Fri, 27 Sep 2024 19:34:36 +0000
parents 250554670f72
children
comparison
equal deleted inserted replaced
1:bd153c794da1 2:21e8386cf36f
3 c = cdsapi.Client() 3 c = cdsapi.Client()
4 4
5 c.retrieve( 5 c.retrieve(
6 'reanalysis-era5-single-levels-monthly-means', 6 'reanalysis-era5-single-levels-monthly-means',
7 { 7 {
8 'format': 'netcdf', 8 'data_format': 'netcdf',
9 'product_type': 'monthly_averaged_reanalysis', 9 'product_type': 'monthly_averaged_reanalysis',
10 'variable': '2m_temperature', 10 'variable': '2m_temperature',
11 'year': '2020', 11 'year': '2020',
12 'month': '12', 12 'month': '12',
13 'time': '00:00', 13 'time': '00:00',