Hello, dear users of Croco. When I open NBQ and BRY_FRC, standing waves will form at the boundaries and the flow velocity will be very high. At the beginning, the range formed is approximately the default sponge layer (10 grids). Later, it will spread within the area. I would like to ask, is this a problem with the sponge layer settings or nudging?And I’m quite curious. When I open nudging, do I have to use CLIMATOLOGY? Is it using the clim file boundaries for nudging?
add # include “nbq.h” after this line 3132 in analytical.F
change:
line 3180 (analytical.F)
wnbqbry_east(j,k)=0. to wnbqbry_east(j,k)=qdmw_nbq(Iend,j,k)
line 3218
wnbqbry_north(i,k)=0. to wnbqbry_north(i,k)=qdmw_nbq(i,Jend,k)
and VISC2_NBQ in croco.in increase it 0.01 to 500 (example)
set sponge values (50000. 500.) TauM_in 3. to 20.
remove SPONGE_GRID from cppdefs.h
Thank you for your patient explanation. Next, I will modify VISC2_NBQ and try it after closing SPONGE_GRID. I have another small question. There is no variable named “qdmw_nbq” in my boundary file. Is this w or pressure?Thank you again.
Thank you for your explanation. Based on your guidance, I attempted the following operations, all of which were carried out with hot start under the “define NBQ” mode. First, I modified VISC2_NBQ from the default value of 0.01 to 10, but found no effect. Then, on this basis, I undef OBC_REDUCED_PHYSICS, and found that the abnormal flow velocity at the boundary disappeared, and the water level also changed. However, I’m not sure if this is a correct simulation after turning it off, although the abnormal standing wave disappeared. The other operations you guided, such as undefine SPOHGE_GRID and modifying some parts of the content in analytical.F, have not been attempted yet. Thank you for your explanation, and I am extremely grateful!
define OBC_REDUCED_PHYSICS