Model cam missing file srf_emis_specifier for bc_a4 = xxx.nc4'

Kiana_Chestnut

Xinyue_Li
New Member
Hi!

I am using the CESM 2.1.0 to output a nudging experiment.

Here's the problem:
Model cam missing file srf_emis_specifier for bc_a4 = 'xxx/ qfed2.emis_bc.061.{}.nc4'
I've tried plenty of methods but all failed.

BTW, I cannot modify the CCSMROOT
 

katec

CSEG and Liaisons
Staff member
Well, I wouldn't recommend modifying the CCSMROOT of any case. For the error above, the path 'xxx/ qfed2.emis_bc.061.{}.nc4' does not look like a real path on the machine. It looks like you had a script to generate your namelist files, and there is a problem in the script that resulted in "{}" in the filename instead of whatever should be in there. You should take a close look at the part of your set up that sets the srf_emis_specifier files.
 
Vote Upvote 0 Downvote

Kiana_Chestnut

Xinyue_Li
New Member
Well, I wouldn't recommend modifying the CCSMROOT of any case. For the error above, the path 'xxx/ qfed2.emis_bc.061.{}.nc4' does not look like a real path on the machine. It looks like you had a script to generate your namelist files, and there is a problem in the script that resulted in "{}" in the filename instead of whatever should be in there. You should take a close look at the part of your set up that sets the srf_emis_specifier files.
Thank you so much, I've already solved this problem. The problem was that my path was'nt a specific one. Thanks again.
 
Vote Upvote 0 Downvote
Back
Top