where can I download inputdata_checksum.dat when I can't access ftp

dongjiang.H

dongjiang
New Member
CESM version 2.1.1
CentOS 7.6
run this command in the dir ./cesm-release-cesm2.1.1/cime/scripts/mycase
./check_input_data --protocol svn --server https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ --download

then return error like these :

root@localhost mycase]# vim check_input_data
[root@localhost mycase]# ./check_input_data --protocol=svn --server=https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/ --download
('svn', 'https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/', None, 'Buildconf', True, False)
Setting resource.RLIMIT_STACK to -1 from (8388608, -1)
Using protocol svn with user None and passwd None
Loading input file list: 'Buildconf/cpl.input_data_list'
Model cpl missing file ice2wav_smapname = '/root/cesm/inputdata/cpl/gridmaps/gx1v6/map_gx1v6_TO_ww3a_splice_150428.nc'
Trying to download file: 'cpl/gridmaps/gx1v6/map_gx1v6_TO_ww3a_splice_150428.nc' to path '/root/cesm/inputdata/cpl/gridmaps/gx1v6/map_gx1v6_TO_ww3a_splice_150428.nc' using SVN protocol.
SUCCESS

what is rundir --------------------
/root/cesm/scratch/mycase/run
/root/cesm/scratch/mycase/run
inputdata_checksum.dat
ERROR: Failed to find or download file /root/cesm/scratch/mycase/run/inputdata_checksum.dat

case I can't access the url "ftp://ftp.cgd.ucar.edu/cesm/inputdata"
so I try to use svn url to download unexisting files ,but it seems as I can't find inputdata_checksum.dat

Now How to resolve this error ?
Thanks !
 

katec

CSEG and Liaisons
Staff member
Hi there, so this question is a little confusing for me. I can't tell exactly what is giving the error. Maybe you could try looking in the svn repository here: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/

Another person posted this same error in the forums here as well: https://bb.cgd.ucar.edu/cesm/threads/compset-b1850-input-data-download-error.5484/. It looks like they were able to rebuild and the error went away. So, you could maybe try a ./case.build --clean-all and then ./case.build.
 
Back
Top