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

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
 
Top