Question about Missing Input Files for I2000Clm60SpCrujra Case Submission

Status
Not open for further replies.

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!
 
Solution
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

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
Solution

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

slevis

Moderator
Staff member
I think you did not share the complete error message above. It likely includes compatibility information about your fsurdat. If you are running with a ctsm5.3 tag, then I suspect that the error tells you to use a ctsm5.3 fsurdat file. If so, use tools/mksurfdata_esmf (in your ctsm) to generate a compatible fsurdat file. Detailed instructions for this tool are in tools/mksurfdata_esmf/README.md
 
Vote Upvote 0 Downvote

slevis

Moderator
Staff member
Alternatively you could use a 0.5-degree fsurdat instead of 0.47x0.63. I will place that file in the same ftp directory in case you decide to use it.
 
Vote Upvote 0 Downvote
Status
Not open for further replies.
Back
Top