forked from ESMCI/ccs_config_cesm
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig_inputdata.xml
More file actions
67 lines (57 loc) · 2.54 KB
/
config_inputdata.xml
File metadata and controls
67 lines (57 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0"?>
<inputdata>
<!-- server precidence is order in this file. Highest preference at top -->
<!-- If the client doesn't have the protocol it will be skipped -->
<!-- chksum verification of inputfiles is possible. If a file with name -->
<!-- inputdata_chksum.dat is found on the server in the directory above inputdata -->
<!-- it will be searched for filename and chksum of each downloaded file. -->
<!-- see the file ftp://ftp.cgd.ucar.edu/cesm/inputdata_chksum.dat for proper format. -->
<server>
<protocol>wget</protocol>
<address>https://ns16001b.web.sigma2.no/datalake/inputdata/</address>
</server>
<server>
<protocol>wget</protocol>
<address>https://osdf-data.gdex.ucar.edu/ncar/gdex/d651077/cesmdata/inputdata/</address>
</server>
<server>
<protocol>wget</protocol>
<address>https://redoak.cs.toronto.edu/twitcher/ows/proxy/thredds/fileServer/datasets/CESM/inputdata/</address>
</server>
<server>
<protocol>wget</protocol>
<address>https://osdf-data.gdex.ucar.edu/ncar/gdex/d651077/cesmdata/inputdata/</address>
</server>
<server>
<protocol>wget</protocol>
<address>https://ftp.cgd.ucar.edu/cesm/inputdata/</address>
<checksum>../inputdata_checksum.dat</checksum>
</server>
<server>
<comment> wget access to subversion </comment>
<protocol>wget</protocol>
<address>https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/</address>
</server>
<server>
<protocol>svn</protocol>
<address>https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata</address>
</server>
<server CLM_USRDAT_NAME="NEON">
<comment> NEON Tower data for datm </comment>
<protocol>wget</protocol>
<address>https://storage.neonscience.org/neon-ncar/NEON/</address>
<!-- inventory is a CSV list of available data files and the valid date for each -->
<!-- expected format is pathtofile,YYYY-MM-DD HH:MM:SS -->
<!-- one per line where the date stamp indicates the last modification time of the file -->
<inventory>../listing.csv</inventory>
</server>
<server CLM_USRDAT_NAME="NEON.PRISM">
<comment> NEON Tower data for datm </comment>
<protocol>wget</protocol>
<address>https://storage.neonscience.org/neon-ncar/NEON/</address>
<!-- inventory is a CSV list of available data files and the valid date for each -->
<!-- expected format is pathtofile,YYYY-MM-DD HH:MM:SS -->
<!-- one per line where the date stamp indicates the last modification time of the file -->
<inventory>../listing.csv</inventory>
</server>
</inputdata>