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

Problem in submit the case(ERROR: (shr_stream_verifyTCoord) ERROR: calendar dates must be increasing)

het20191

Tian He
New Member
Hi, everyone, I am a newbie for cesm. I am running the clm5.0 model on our platform. I am running the case in CLM Tutorial Practical tutorial. This is my create case command:. /create_newcase --case I1850CLM50_001 --res f19_g17 --compset I1850Clm50Sp
The model is ok and I can ./case.build successfully. When I execute ./case.submit, I meet the error: ERROR: (shr_stream_verifyTCoord) ERROR: calendar dates must be increasing. I don't know how to tackle it. Could you give me some suggestion? Thank you!
 

nusbaume

Jesse Nusbaumer
CSEG and Liaisons
Staff member
Hi Tian,

I am moving this post to the land model forum, as the people there will likely have the most experience when it comes to running the CLM tutorial, and thus will hopefully have the best chance of properly solving your issue.

Hope that helps, and have a great day!

Jesse
 

erik

Erik Kluzek
CSEG and Liaisons
Staff member
This is coming from one of the stream files. The datm and CTSM both have stream files. For one of those streams it must have files in the wrong order, (so dates aren't increasing). First figure out what model is dying and which stream it's trying to read, by looking at the lnd.log and atm.log files. As well as the cesm.log which is presumably what you posted above. This should also all be at initialization, so likely the cpl.log will just show it getting to one of the subcomponents...
 
Top