Skip to content

Commit

Permalink
Merge pull request #192 from jedwards4b/update_inputdata_server
Browse files Browse the repository at this point in the history
remove anonymous ftp and gridftp, use wget
  • Loading branch information
jedwards4b authored Nov 8, 2024
2 parents eff3ef2 + bc3cd21 commit 6e77e7e
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions config_inputdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,16 @@
<!-- 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>
<comment>grid ftp requires the globus-url-copy tool on the client side </comment>
<protocol>gftp</protocol>
<address>ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/</address>
<checksum>../inputdata_checksum.dat</checksum>
</server>

<server>
<protocol>wget</protocol>
<address>ftp://ftp.cgd.ucar.edu/cesm/inputdata/</address>
<user>anonymous</user>
<password>[email protected]</password>
<address>https://ftp.cgd.ucar.edu/cesm/inputdata/</address>
<checksum>../inputdata_checksum.dat</checksum>
</server>

<server>
<comment> ftp requires the python package ftplib </comment>
<protocol>ftp</protocol>
<address>ftp.cgd.ucar.edu/cesm/inputdata</address>
<user>anonymous</user>
<password>[email protected]</password>
<checksum>../inputdata_checksum.dat</checksum>
<comment> wget access to subversion </comment>
<protocol>wget</protocol>
<address>https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/</address>
</server>

<server>
Expand Down

0 comments on commit 6e77e7e

Please sign in to comment.