Mercurial > repos > climate > c3s
comparison test-data/input.txt @ 1:eadc0e7f9abd 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:28 +0000 |
| parents | 7fa6bc1fb588 |
| children |
comparison
equal
deleted
inserted
replaced
| 0:7fa6bc1fb588 | 1:eadc0e7f9abd |
|---|---|
| 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', |
