Hi Christian,
The OV subroutine works perfectly to me.
My difficulty is that I am not able to run a computation (or build a 3D domain) with the original bedrock data of my region of interest.
I noticed that the computation passes with adding a certain water column length (via C < 0 in the OV subroutine).
What I observed is that :
there's a critical value of C for which the computation passes or not ;
and this critical value significantly changes with the characteristic edge length of the 2D mesh ;
for instance :
ABS(C) must be greater than 5.4D0 for edge elements of 1000 m order,
and ABS(C) must be greater than 1.0D-4 for edge elements of 7000 m order.
The computation passes well - without OV - when NUMBER OF HORIZONTAL LEVELS = 2.
My difficulty occurs when NUMBER OF HORIZONTAL LEVELS >= 3.
I mentioned in my 1rst message what I attempted else to make the computation pass.
The case I'm attempting to run is based on the T3D example 'vent' and only aims to manage the 3D mesh generation.
I don't see what I can do else to build my 3D domain with the original bedrock data only (without calling OV).
Is there a way I can do it ? Did I miss something in the computation procedure ?
If needed, you'll find attached the files I used to run the cases I mentioned (R01000 for 2D edge length ~ 1000 m) (R07000 for 2D edge length ~7000 m).
Regards,
Audrey