unable to download input_data for CESM2

Hi,

I was trying to set up CESM2 on cori-nersc. But when I tried to build the model, it returns the following error
(I set my input_data directory as /global/cscratch1/sd/wenyuz/input_data/CESM2)

./case.build
Building case in directory /global/u1/w/wenyuz/CESM/cases/b.e20.B1850.f19_g17.test
sharedlib_only is False
model_only is False
Generating component namelists as part of build
Refcase not found in /global/cscratch1/sd/wenyuz/input_data/CESM2/cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01, will attempt to download from inputdata
Checking server ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/ with protocol gftp
Using protocol gftp with user and passwd
Loading input file list: 'Buildconf/refcase.input_data_list'
Model refcase missing file refdir = '/global/cscratch1/sd/wenyuz/input_data/CESM2/cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01/'
Trying to download file: 'cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01' to path '/global/cscratch1/sd/wenyuz/input_data/CESM2/cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01' using GridFTP protocol.
Creating directory /global/cscratch1/sd/wenyuz/input_data/CESM2/cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01
FAIL: GridFTP repo 'ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/' does not have directory 'cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01' error=error: Unable to list url ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/cesm2_init/b.e20.B1850.f19_g17.release_cesm2_1_0.020/0301-01-01/:
globus_ftp_client: the server responded with an error
550 550-GlobusError: v=1 c=PATH_NOT_FOUND
550-GridFTP-Errno: 2
550-GridFTP-Reason: System error in stat
550-GridFTP-Error-String: No such file or directory
550 End.

Checking server ftp://ftp.cgd.ucar.edu/cesm/inputdata with protocol wget
Using protocol wget with user anonymous and passwd user@example.edu
ERROR: Could not connect to repo '{0}'
This is most likely either a proxy, or network issue .

I was wondering if anyone why this occurs.

Thank you,

Wenyu
 

QINKONG

QINQIN KONG
Member
Have you figured it out? I also ran into the same issue, although I was running the scripts_regression_tests.py
 
Back
Top