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

Question about Missing Input Files for I2000Clm60SpCrujra Case Submission

gaoxiongwei

yfT5XpMP8fVkXg3
New Member
Hi all,

I am running the I2000Clm60SpCrujra case, but when I try to submit the job using ./case.submit, I encounter missing input files. Specifically, the following paths or files do not exist, and I cannot download them:


These files or directories seem to be missing on both ftp and svn servers.
Does anyone know how to resolve this issue, or where I can find the correct input datasets for this case?
Thanks in advance for your help!
 

slevis

Moderator
Staff member
You are using a very new and unsupported version of the model, so these files are preliminary and not placed on the repository.

For you to proceed with your work, I placed the two files on our anonymous ftp site under ...pub/slevis/for_gaoxiongwei:

ftp ftp.cgd.ucar.edu
login: anonymous
passwd: your email address
cd /pub/slevis/for_gaoxiongwei
 
Vote Upvote 0 Downvote

gaoxiongwei

yfT5XpMP8fVkXg3
New Member
You are using a very new and unsupported version of the model, so these files are preliminary and not placed on the repository.

For you to proceed with your work, I placed the two files on our anonymous ftp site under ...pub/slevis/for_gaoxiongwei:

ftp ftp.cgd.ucar.edu
login: anonymous
passwd: your email address
cd /pub/slevis/for_gaoxiongwei
Thanks a lot for your kind help and for providing the files. I truly appreciate your support!
 
Vote Upvote 0 Downvote

gaoxiongwei

yfT5XpMP8fVkXg3
New Member
Hi, slevis
I'm currently using the following command to create a case with a 0.47° × 0.63° resolution:

./create_newcase --case I2000Clm60SpCrujra --compset I2000Clm60SpCrujra --res f05_g17 --mach my_machine --run-unsupported
In the user_nl_clm file, I have defined the following settings:

hist_nhtfrq = -24
hist_mfilt = 1

use_init_interp = .true.
fsurdat = '/home/bing/esmf/cesm_inputdata/lnd/clm2/surfdata/surfdata_0.47x0.63_simyr2000_c091106.nc'
finidat = '/home/bing/esmf/cesm_inputdata/lnd/clm2/initdata_esmf/ctsm5.4/ctsm53041_54surfdata_ne30_102_HIST.clm2.r.2000-01-01-00000.nc'
paramfile = '/home/bing/esmf/cesm_inputdata/lnd/clm2/paramdata/ctsm5.3.041.Nfix_params.v13.c250221_upplim250.nc'


However, the cesm.log reports the following error:

ERROR: Incompatible surface dataset

Could you please tell me which surface dataset is compatible with the I2000Clm60SpCrujra compset? How should I choose the appropriate one?
 
Vote Upvote 0 Downvote
Top