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

clm50_params.c211112.nc missing on UCAR server

adrienD

Adrien Damseaux
Member
Hi,

I am trying to use the compset I2000Clm50Sp on the new levante server from DKRZ. I have managed to build the model but I am missing a file.

I believe that the parameter file clm50_params.c211112.nc needed for this compset is not available on the UCAR server. I can download all the other parameter files except this one.

When I am running ./check_input_data --download, this is the message I have (see below).

Any help?
Thanks,
Adrien

Bash:
Setting resource.RLIMIT_STACK to -1 from (8388608, -1)
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm missing file paramfile = '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc'
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/datm.input_data_list'
Client protocol gftp not enabled
Using protocol wget with user anonymous and passwd user@example.edu
Trying to download file: '../inputdata_checksum.dat' to path '/scratch/a/a271098/I2000CLM50_032/run/inputdata_checksum.dat.raw' using WGET protocol.
SUCCESS

Using protocol ftp with user anonymous and passwd user@example.edu
server address ftp.cgd.ucar.edu root path cesm/inputdata
Trying to download file: '../inputdata_checksum.dat' to path '/scratch/a/a271098/I2000CLM50_032/run/inputdata_checksum.dat.raw' using FTP protocol.
Client protocol svn not enabled
Client protocol None not enabled
Checking server ftp://gridanon.cgd.ucar.edu:2811/cesm/inputdata/ with protocol gftp
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Client protocol gftp not enabled
Checking server ftp://ftp.cgd.ucar.edu/cesm/inputdata/ with protocol wget
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Using protocol wget with user anonymous and passwd user@example.edu
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm missing file paramfile = '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc'
Trying to download file: 'lnd/clm2/paramdata/clm50_params.c211112.nc' to path '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc' using WGET protocol.
wget failed with output:  and errput --2022-06-08 12:26:59--  ftp://ftp.cgd.ucar.edu/cesm/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc
           => '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc'
Resolving ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)... 128.117.13.41
Connecting to ftp.cgd.ucar.edu (ftp.cgd.ucar.edu)|128.117.13.41|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /cesm/inputdata/lnd/clm2/paramdata ... done.
==> SIZE clm50_params.c211112.nc ... done.

==> PASV ... done.    ==> RETR clm50_params.c211112.nc ...
No such file 'clm50_params.c211112.nc'.

Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/datm.input_data_list'
Checking server ftp.cgd.ucar.edu/cesm/inputdata with protocol ftp
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Using protocol ftp with user anonymous and passwd user@example.edu
server address ftp.cgd.ucar.edu root path cesm/inputdata
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/ctsm.input_data_list'
Model ctsm missing file paramfile = '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc'
Trying to download file: 'lnd/clm2/paramdata/clm50_params.c211112.nc' to path '/work/aa0049/a271098/inputdata/lnd/clm2/paramdata/clm50_params.c211112.nc' using FTP protocol.
ERROR from ftp server, trying next server
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/datm.input_data_list'
Checking server https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata with protocol svn
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Client protocol svn not enabled
Checking server None with protocol None
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Client protocol None not enabled
ERROR: Could not find all inputdata on any server
 
Top