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

Input data download error

QINKONG

QINQIN KONG
Member
Hi guys. I'm trying "I1850Clm50Sp" compset using CESM2.1.3. When I submit it, model stops at atmosphere initialization with error message in cesm.log file:
ERROR:
(shr_stream_getCalendar) ERROR: nf90_open file /depot/huberm/data/kong/cesm_in
put_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2
011.0.5x0.5.Solr.1901-01.nc
The files under '/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/' are all empty with zero size, which points to an input data download error. I then ran ./check_input_data --download manually. It seems to first try to download with wget from ftp://ftp.cgd.ucar.edu/cesm/inputdata/ as shown below, but the data needed cannot be found in this repository. I can access this repository and confirm that there is no 'clmforc/' subdirectory under that.

Model datm missing file file216 = '/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1918-12.nc'

Trying to download file: 'clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1918-12.nc' to path '/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1918-12.nc' using WGET protocol.
wget failed with output: and errput --2021-02-15 20:26:15-- ftp://ftp.cgd.ucar.edu/cesm/inputdata/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1918-12.nc
=> ‘/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1918-12.nc’
Resolving ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)... 128.117.23.220
Connecting to ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)|128.117.23.220|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD (1) /cesm/inputdata/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar ...
No such directory ‘cesm/inputdata/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar’.

Then, it turns to ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/, with the error message shown below. But, I don't have access to ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/ from my laptop. Is that the reason?


Model datm missing file file239 = '/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1920-11.nc'
Trying to download file: 'clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1920-11.nc' to path '/depot/huberm/data/kong/cesm_input_data/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1920-11.nc' using GridFTP protocol.
FAIL: GridFTP repo 'ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/' does not have file 'clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1920-11.nc' error=error: globus_ftp_client: the server responded with an error
500 500-Command failed. : globus_l_gfs_file_open failed.
500-globus_xio: Unable to open file /cesm/inputdata/clmforc/atm_forcing.datm7.GSWP3.0.5d.v1.c170516/Solar/clmforc.GSWP3.c2011.0.5x0.5.Solr.1920-11.nc
500-globus_xio: System error in open: No such file or directory
500-globus_xio: A system call failed: No such file or directory
500 End.

What should I do in this case? (When I tried B1850, I can download input with the wget server from ftp://ftp.cgd.ucar.edu/cesm/inputdata/)

Appreciated any help. Thanks!
 

jedwards

CSEG and Liaisons
Staff member
Try the following thread....
 
Top