Hi all,
I am trying to run /ats-demos/09_arctic_hydrology_transport demo, and I'm running into issues when trying to run this in both ATS v1.5-dev and v1.6.
I pulled the latest version of the demos from GitHub, but it looks like the input file for this case is updated till v1.5. I tried running the input converter xml1.5-1.6.py and made some manual edits to the input files, but I'm still getting different errors in both versions.
While running with ats v-1.5-dev_37a7b6e8, my input file version is permafrost-transect-transport_v1_5_dev.xml
I am getting an error (terminal output in attached out.log) :
~/ats-demos/09_arctic_hydrology_transport/run$ terminate called after throwing an instance of 'DBC::Assertion'
what(): Assertion: "icy_h_me != nullptr" failed in file: /home/neel/ATS/master/repos/amanzi/src/physics/ats/src/pks/mpc/constitutive_relations/surface_ice_model.cc, at line: 82
And while running with the latest ats v-1.6.0_1741d1ec with permafrost-transect-transport_v1_6.xml
I am getting the error (terminal output in attached out.log_v1_6):
terminate called after throwing an instance of 'Errors::Message'
what(): Evaluator "water_flux" @ "surface_subsurface_transport_coupler_next" cannot be created in State. Verify (1) SetEvaluator is called or (2) name exists in state->evaluators.
I cannot find how to add water_flux in the state->evaluators.
Does this refer to the surface–subsurface water flux, and where should this evaluator be added to the state block?
Note that I have changed these two attached input files from the original input file (permafrost-transect-transport.xml) by looking at other demo files, which are running properly and debugging some errors, and added comments wherever I have done so.
I would appreciate any suggestions on how to resolve these.
Thanks,
Neel.