Hello Jean-Michel,
Thank you for the clarifications!
I understand that the limwac will be called for each sub-domain and as such the variables will be linked to that sub-domain and not my original mesh, but still having some issues figuring it all out Im afraid.
So does that means that, even if the sub-domain is actually the same as the original model (so only one core), there would be a re-numbering of the domain?
I am asking because I was trying to see what's happening in the sub-routine to try to get my head around it, without sub-domains, by using the following in limwac:
DO IPTFR=1,NPTFR
IF(LIFBOR(IPTFR).EQ.KENT) THEN
WRITE(*,*) MESH%KNOLG%I(IPTFR), NBOR(IPTFR)
ENDIF
ENDDO
But thats what I got out:
The second column, NBOR, correspond to my boundary points in my .cli file, but then not sure what the first one is giving me then as I have negative values and 0s?
Maybe something wrong in my configuration, or maybe something I shouldnt do?
Thank you for your inputs!
Rgds,
Baptiste
PS: reading my answer to Thierry, I meant that I was confused with the KNOGL and KNOLG at the beginning, not by his answer!