Hi Saubhagya,
Many thanks for the prompt reply. Following your suggestions, I noticed that in the ats-input-spec–generated XML file, surface-precipitation_rain was not defined under State, but it was referenced in the Observation section. I manually provided a constant value for surface-precipitation_rain, which resolved that issue, but then I encountered a new error related to snow-precipitation:
libc++abi: terminating due to uncaught exception of type Errors::Message:
Evaluator "snow-precipitation" @ "" cannot be created in State.
Verify (1) SetEvaluator is called or (2) name exists in state->evaluators.
After manually adding snow-precipitation, I received another similar error for surface-evaporation:
libc++abi: terminating due to uncaught exception of type Errors::Message:
Evaluator "surface-evaporation" @ "" cannot be created in State.
Verify (1) SetEvaluator is called or (2) name exists in state->evaluators.
Would you happen to have a working template or reference input file that I can follow to ensure all necessary evaluators are properly defined? This would help me avoid missing or misconfigured entries.
Thanks,
Chuyang