Skip to content

Commit d5cee89

Browse files
authored
Improve sample script for tests for multimodel statistics preprocessor function (#4)
* Add ocean datasets, use directory structure, improve horizontal slicing * Move files into directory structure * Keep time dimension * Improve download script * Restrict time range for daily data * Better documentation * Better support for real data * No ocean variable for now * Add monthly and daily air temperature * Remove xarray from environment * Add docstrings
1 parent 2df4a9c commit d5cee89

File tree

425 files changed

+311
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

425 files changed

+311
-95
lines changed

config.yml.template

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1+
# Arguments to
2+
# https://esgf-pyclient.readthedocs.io/en/latest/api.html#pyesgf.logon.LogonManager.logon
13
logon:
24
hostname: esgf-data.dkrz.de
35
username: cookiemonster
46
password: "1234"
7+
interactive: false
8+
bootstrap: true
59

10+
# Arguments to
11+
# https://esgf-pyclient.readthedocs.io/en/latest/api.html#pyesgf.search.connection.SearchConnection
612
search_connection:
7-
url: "https://esgf-data.dkrz.de/esg-search"
13+
# url: "https://esgf-data.dkrz.de/esg-search"
14+
url: "http://esgf-node.llnl.gov/esg-search"
815
distrib: true
9-
cache: "pyesgf-cache"
16+
timeout: 120
17+
cache: 'pyesgf-cache'
18+
expire_after: 86400 # cache expires after 1 day
1019

1120
preferred_hosts:
1221
# Use nearby hosts
22+
- esgf3.dkrz.de
1323
- esgf-data3.ceda.ac.uk
1424
- esg-dn1.nsc.liu.se
1525
- noresg.nird.sigma2.no
1626
- esgf-node2.cmcc.it
1727

18-
ignore_hosts:
19-
- esgf3.dkrz.de
28+
ignore_hosts: []

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ dependencies:
88
- iris>=2.2.1
99
- myproxyclient
1010
- python>=3.6
11-
- xarray

0 commit comments

Comments
 (0)