Hello
I am looking to extract the temperature tracer value at a node point (25282) in my mesh for a telemac3d simulation in parallel. I have tried printing the tracer value to screen as a first test using
PRINT*,'TEMP=',TA%ADR(2)%P%R(25282)
However the TEMP values which are printed to screen rely on the amount of parallel processors used, as the mesh is split accordingly. Could someone tell me how to reference the node point in parallel please?
Thanks
Oliver