Hello,
Before trying to represent atmospheric heat exchanges, you should first focus on the hydrodynamics only, by turning off the waqtel coupling.
You can also setup your model in 2D first, before running it in 3D.
I'm not sure your boundaries settings are corrects for your case. You're prescribing the surface elevation on the right side of your domain (boundary n°1) and the flowrate on the left side (boundary n°2). So, in your steering file, you should have instead:
PRESCRIBED FLOWRATES : 0. ; 2.7
PRESCRIBED ELEVATIONS : 52. ; 0.
As your boundary conditions are constant in time, you needn't the liquid boundary file. Nevertheless, if you plan to use time-varying boundary forcing, the header of your liquid boundary file should be as follow:
T
Q(2) SL(1)
(also remove the tab character)
Regarding your first question, you don't define any SOURCE in your steering file. So it's normal that the model complains if you ask for a velocity of the source along X...
As explained in the user documentation, a source is a punctual input/output of momentum
inside your domain, not on the boundaries. To do so, you have to define in your steering file: ABSCISSAE and ORDINATES OF SOURCES (or GLOBAL NUMBERS OF SOURCE NODES) and associated WATER DISCHARGE OF SOURCES (and ELEVATIONS OF SOURCES for 3D computation). See section 5.4 of the user manual.
Regarding your second question, I understand that you're speaking of "source" for your left boundary.
You're prescribing the temperature on the right boundary of your domain (LITBOR=5), but you let it free on the left boundary (LITBOR=4). As your flow is coming in your model by the left boundary, it arrives with a 0 value. If you want to also prescribe 20°C on the left boundary, you should modify your boundary conditions file in agreement (5 4 4 ... 5) as for the right boundary (4 5 5 ... 5).
It misses the keyword "PRESCRIBED TRACERS VALUES = 20. ; 20." in your steering file or if it's time-varying, your liquid boundaries file should be:
TR(1,1)
TR(2,1)
I enclose the modifications I did.
I hope it helps.
Regards,
Laurent