felfelan@egr_msu_edu
New Member
I am trying to run CLM5.0 on my local machine. I was able to successfully build a case and run the model in the past (using the same machine), but I am getting an error this time (with case.submit while trying to download the input data), which seems to be related to connection to the repository using "wget" command (please see error message below). I checked some of the discussions here and found that there are other folks having similar issue as a result of their domain being blocked or blacklisted, which is not the case for me as checked with help@cgd.ucar.edu. I also prioritized the svn and gftp protocols (i.e., over wget) in the config_inputdata.xml file, however, those were also disabled. I would greatly appreciate if you could check the error message and let me know of any potential solution.
git describe:
release-clm5.0.34-3-gcdc544df
./manage_externals/checkout_externals --status --verbose:
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CLM.cfg
Processing externals description file : Externals_CISM.cfg
Checking status of externals: clm, fates, ptclm, cism, source_cism, rtm, mosart, cime,
./cime
clean sandbox, on cime5.6.33
./components/cism
clean sandbox, on cism-release-cesm2.1.2_02
./components/cism/source_cism
clean sandbox, on release-cism2.1.03
./components/mosart
clean sandbox, on release-cesm2.0.04
./components/rtm
clean sandbox, on release-cesm2.0.04
./src/fates
clean sandbox, on sci.1.30.0_api.8.0.0
./tools/PTCLM
clean sandbox, on PTCLM2_20200121
=======================================================
Client protocol gftp not enabled
Using protocol wget with user anonymous and passwd user@example.edu (mailto:user@example.edu)
Could not connect to repo 'ftp://ftp.cgd.ucar.edu/cesm/inputdata'
This is most likely either a proxy, or network issue .
Trying to download file: '../inputdata_checksum.dat' to path
'/media/data/ENE828/2020Fall/CESM2/out/test_I1PtClm50SpGs_mexicocityMEX/run/inputdata_checksum.dat.raw'
using NoneType protocol.
Traceback (most recent call last):
File "./case.submit", line 107, in <module>
_main_func(__doc__)
File "./case.submit", line 104, in _main_func
mail_user=mail_user, mail_type=mail_type, batch_args=batch_args)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 157, in submit
custom_success_msg_functor=verbatim_success_msg)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/utils.py", line 1683, in run_and_log_case_status
rv = func()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 155, in <lambda>
batch_args=batch_args)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 85, in _submit
case.check_case()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 171, in check_case
self.check_all_input_data()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/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 "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/check_input_data.py", line 54, in _download_checksum_file
success = server.getfile(rel_path, new_file)
AttributeError: 'NoneType' object has no attribute 'getfile'
git describe:
release-clm5.0.34-3-gcdc544df
./manage_externals/checkout_externals --status --verbose:
Processing externals description file : Externals.cfg
Processing externals description file : Externals_CLM.cfg
Processing externals description file : Externals_CISM.cfg
Checking status of externals: clm, fates, ptclm, cism, source_cism, rtm, mosart, cime,
./cime
clean sandbox, on cime5.6.33
./components/cism
clean sandbox, on cism-release-cesm2.1.2_02
./components/cism/source_cism
clean sandbox, on release-cism2.1.03
./components/mosart
clean sandbox, on release-cesm2.0.04
./components/rtm
clean sandbox, on release-cesm2.0.04
./src/fates
clean sandbox, on sci.1.30.0_api.8.0.0
./tools/PTCLM
clean sandbox, on PTCLM2_20200121
=======================================================
Client protocol gftp not enabled
Using protocol wget with user anonymous and passwd user@example.edu (mailto:user@example.edu)
Could not connect to repo 'ftp://ftp.cgd.ucar.edu/cesm/inputdata'
This is most likely either a proxy, or network issue .
Trying to download file: '../inputdata_checksum.dat' to path
'/media/data/ENE828/2020Fall/CESM2/out/test_I1PtClm50SpGs_mexicocityMEX/run/inputdata_checksum.dat.raw'
using NoneType protocol.
Traceback (most recent call last):
File "./case.submit", line 107, in <module>
_main_func(__doc__)
File "./case.submit", line 104, in _main_func
mail_user=mail_user, mail_type=mail_type, batch_args=batch_args)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 157, in submit
custom_success_msg_functor=verbatim_success_msg)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/utils.py", line 1683, in run_and_log_case_status
rv = func()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 155, in <lambda>
batch_args=batch_args)
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 85, in _submit
case.check_case()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/case_submit.py", line 171, in check_case
self.check_all_input_data()
File "/media/data/ENE828/2020Fall/CESM2/clm5.0/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 "/media/data/ENE828/2020Fall/CESM2/clm5.0/cime/scripts/Tools/../../scripts/lib/CIME/case/check_input_data.py", line 54, in _download_checksum_file
success = server.getfile(rel_path, new_file)
AttributeError: 'NoneType' object has no attribute 'getfile'