From 21c3af19e0d5cc291a8259a1b5dbd2801436d018 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 7 Nov 2024 14:06:03 -0700 Subject: [PATCH 1/2] remove anonymous ftp and gridftp, use wget --- config_inputdata.xml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/config_inputdata.xml b/config_inputdata.xml index 35b6126b..8d5bc9cd 100644 --- a/config_inputdata.xml +++ b/config_inputdata.xml @@ -7,28 +7,16 @@ - - grid ftp requires the globus-url-copy tool on the client side - gftp -
ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/
- ../inputdata_checksum.dat -
- wget -
ftp://ftp.cgd.ucar.edu/cesm/inputdata/
- anonymous - user@example.edu +
https://ftp.cgd.ucar.edu/cesm/inputdata/
../inputdata_checksum.dat
- ftp requires the python package ftplib - ftp -
ftp.cgd.ucar.edu/cesm/inputdata
- anonymous - user@example.edu - ../inputdata_checksum.dat + wget access to subversion + wget +
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata
From bc3cd2152807630bb7772d10620104bd9acd4d42 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 7 Nov 2024 14:14:01 -0700 Subject: [PATCH 2/2] wget needs the trailing / --- config_inputdata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_inputdata.xml b/config_inputdata.xml index 8d5bc9cd..9a00f913 100644 --- a/config_inputdata.xml +++ b/config_inputdata.xml @@ -16,7 +16,7 @@ wget access to subversion wget -
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata
+
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/