On my transient model, I used the Model Checker before running the model with few warnings but no errors. When I run the model, it immediately crashes and I get the following messages:
Error reading C:\Users\(...)\*.hed. File formatted incorrectly.
Other output encountered:
---Premature end of file *.ccf
---Premature end of file *.ccf2
---Premature end of file *.cln_cb
After going through the *.out file, I just find the following error:
FILE UNIT 16 : ERROR CONVERTING "0.0" TO AN INTEGER IN LINE:
CONSTANT 0.0 # 5. IAC_CLN(ICLNNDS)
Perhaps it's about one of my inputs that needs to be an integer and I need to remove the decimal before running the model?
I saw an older post where something similar happened after changing some parameters in the conceptual model, but they previously had successful runs. In my case this is the first run, therefore I have no idea what is wrong with the inputs.
Thanks