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

Error on case.submit (xml.etree.ElementTree.ParseError)

minkwan

Minkwan Kim
New Member
Dear CESM scientists,

I am new to CESM and currently testing the system before running a model for my new research project. I am working with CESM2.2.1 on our local Linux server, where I have modified both the machine and compiler configuration files.

I was able to create a new case and build it successfully. However, when I attempt to run the model, I encounter the following error message:

1756914489750.png

I would greatly appreciate any guidance you can provide in resolving this issue.

Best wishes,
Minkwan
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
The last line tells us that there is an error in an XML file. The question is which one. It looks like this is happening at the step where check_inoput_data is run in the case directory. So you should be able to reproduce it by just running.

./check_input_data

in the case directory.

The other question would be which XML files you might have changed? Either in the case directory or elsewhere? One of those must have a syntax error, so if you can look through the files you changed, you might be able to find it. I also suggest using the Linux tool xmllint to check the syntax on your XML files.

So that's a few ideas for now. Good luck.
 
Vote Upvote 0 Downvote
Top