Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

error with ./check_input_data --download

zhangmeixin

mxzhang
Member
Hi! everyone, when I run ./check_input_data --download, error occurred with:

Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Loading input file list: 'Buildconf/cam.input_data_list'
Model cam missing file prescribed_ozone_file = '/public/home/mxzhang/CESM2.1.3/inputdata/atm/cam/ozone_strataero/ozone_strataero_WACCM_L70_zm5day_18500101-21010201_CMIP6histEnsAvg_SSP245_c190403.nc'
Model cam missing file prescribed_strataero_file = '/public/home/mxzhang/CESM2.1.3/inputdata/atm/cam/ozone_strataero/ozone_strataero_WACCM_L70_zm5day_18500101-21010201_CMIP6histEnsAvg_SSP245_c190403.nc'
Loading input file list: 'Buildconf/cice.input_data_list'
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/clm.input_data_list'
Model clm missing file flanduse_timeseries = '/public/home/mxzhang/CESM2.1.3/inputdata/lnd/clm2/surfdata_map/release-clm5.0.18/landuse.timeseries_0.9x1.25_SSP2-4.5_16pfts_Irrig_CMIP6_simyr1850-2100_c190214.nc'
Loading input file list: 'Buildconf/docn.input_data_list'
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/cism.input_data_list'
Client protocol gftp not enabled
Using protocol wget with user anonymous and passwd user@example.edu
Trying to download file: '../inputdata_checksum.dat' to path '/public/home/mxzhang/CESM2.1.3/scratch/FHIST_2015_2020/run/inputdata_checksum.dat.raw' using WGET protocol.
wget failed with output: and errput --2024-05-14 17:43:45-- ftp://ftp.cgd.ucar.edu/cesm/inputdata_checksum.dat
=> ‘/public/home/mxzhang/CESM2.1.3/scratch/FHIST_2015_2020/run/inputdata_checksum.dat.raw’
Resolving ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)... 128.117.13.41
Connecting to ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)|128.117.13.41|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /cesm ... done.
==> SIZE inputdata_checksum.dat ... done.
==> PASV ... done. ==> RETR inputdata_checksum.dat ...
No such file ‘inputdata_checksum.dat’.

Could not automatically download file /public/home/mxzhang/CESM2.1.3/scratch/FHIST_2015_2020/run/inputdata_checksum.dat Restoring existing version.

Using protocol ftp with user anonymous and passwd user@example.edu
server address ftp.cgd.ucar.edu root path cesm/inputdata
Traceback (most recent call last):
File "./check_input_data", line 76, in <module>
_main_func(__doc__)
File "./check_input_data", line 71, in _main_func
chksum=chksum) else 1)
File "/public/home/mxzhang/CESM2.1.3/cime/scripts/Tools/../../scripts/lib/CIME/case/check_input_data.py", line 163, in check_all_input_data
_download_checksum_file(self.get_value("RUNDIR"))
File "/public/home/mxzhang/CESM2.1.3/cime/scripts/Tools/../../scripts/lib/CIME/case/check_input_data.py", line 34, in _download_checksum_file
server = CIME.Servers.FTP.ftp_login(address, user, passwd)
File "/public/home/mxzhang/CESM2.1.3/cime/scripts/Tools/../../scripts/lib/CIME/Servers/ftp.py", line 46, in ftp_login
return cls(address, user=user, passwd=passwd, server=ftp)
File "/public/home/mxzhang/CESM2.1.3/cime/scripts/Tools/../../scripts/lib/CIME/Servers/ftp.py", line 30, in __init__
stat = self.ftp.cwd(root_address)
File "/usr/lib64/python2.7/ftplib.py", line 562, in cwd
return self.voidcmd(cmd)
File "/usr/lib64/python2.7/ftplib.py", line 254, in voidcmd
return self.voidresp()
File "/usr/lib64/python2.7/ftplib.py", line 229, in voidresp
resp = self.getresp()
File "/usr/lib64/python2.7/ftplib.py", line 224, in getresp
raise error_perm, resp
ftplib.error_perm: 550 Failed to change directory.
I dont know why....
 

dbailey

CSEG and Liaisons
Staff member
This looks like a python error. What version of python do you have loaded? I'm going to move this to the infrastructure forum.
 

jedwards

CSEG and Liaisons
Staff member
我正在用VM搭建一个centos系统虚拟机,模型移植成功,输入数据有问题,所以很困惑。如果可能的话,我想添加您的联系信息并问您几个问题。谢谢!
Can you please post in English - this forum does not include a translator. Please be specific about the error you are seeing and how it is produced.
If you are having an issue with inputdata please run ./check_input_data --download in the case directory and send the output.
 

yongsheng zheng

Yongsheng zheng
Member
Can you please post in English - this forum does not include a translator. Please be specific about the error you are seeing and how it is produced.
If you are having an issue with inputdata please run ./check_input_data --download in the case directory and send the output.
I'm so sorry! I run./check_input_data --download and the problem is the same as the blogger problem. I used VM to build a virtual machine of centos8 system, the model was transplanted successfully, there was a problem with the input data, so I was very confused. About the given inputdata site seems to require ftp permission. So I reinstalled centos7 and was able to access the fpt website. But whether there are any subsequent errors, I still need to re-port and run it first to know. Thank you very much for your reply!
 
Top