Hello,
maybe my question is quite stupid.
I'm implementing a 3D model nested to a sort of 3D regional model.
I need to impose (after interpolation) 2d (u,v) velocities on each of the vertical layers.
I implemented mesh transformation = 3 with 17 horizontal planes and set the ZPLANE (i.e. from -2 m to -50 m ) in accordance to the regional model.
How is the 3D mesh developed when the bottom is lower than -50 m? I mean the number of planes is always 17?? In this case, how does the code manage the velocity profiles I gave it?
for instance, for u- component and depth of the node equal to -8 m (i.e numb of layers = 4), I gave the vertical profile = 0.1,0.0.2,0.01,0.01, 0, 0, 0, 0,0, 0... (etc up to 17th layer).
The result is a vertical profile 0.1,0.0.2,0.02 ,0.02,0.02,.... 0.01,0.01,0.01.
Maybe I wasn't clear... Need a feedback, thanks.
Gabriella