I just want to simulate simple bay type problem. I closed north, east and south. I just open west boundary. And I gave 2m amplitude free surface elevation. But it looks wierd at west boundary. What is the problem and solution? This is the part of my cpp file.
#define EASTERN_WALL
#define SOUTHERN_WALL
#define NORTHERN_WALL
#define WEST_FSCHAPMAN
#define ANA_FSOBC
#define WEST_M2FLATHER
#define ANA_M2OBC
#define WEST_M3GRADIENT
#undef ANA_M3OBC
#define WEST_TCLAMPED
#define ANA_TOBC
Just simple tidal boundary problem!
First of all, I am sorry for late response. Now I just copy 'estuary_test' case and closed east boundary. So it looks like just closed_estuary. And what I want to do is that just 1m amplitude with M2 tide on west open boundary. In this case I set up 1m amplitude at 'ana_fsobc'. Usually, if I give amplitude, model solve u and v with amplitude changing in other models. But it doesn't look like that. Is it correct? Then how can I adjust 1m amplitude with 'ana_m2obc'? Try and error? What I am thinking is if I set amplitude equals 1m then it must be 1m at the boundary; if there is no resonance. If you need my input file, I will post it. Please check my error!
Thanks again Kate!
Thanks again Kate!