I try to run a realistic case. The aim of this case is to estimate currents produce by the wind along the Reunion Island. For this, I decided to use ANA_SMFLUX instead of ANA_WIND. I have to impose the sea level too.
The problem is I don't know which boundary to use. I try a lot of combination of boundaries, but I always have instability along the boundaries. Currently, I use the following boudaries:
Code: Select all
#define FSOBC_REDUCED
#define ANA_FSOBC
#define SOUTHERN_WALL
#define NORTH_FSRADIATION
#define NORTH_M2RADIATION
#define NORTH_M3RADIATION
#define EAST_FSREDUCED
#define EAST_M2REDUCED
#define EAST_M3RADIATION
#define WEST_FSRADIATION
#define WEST_M2RADIATION
#define WEST_M3RADIATION
I don't think it comes from my time step, because I have dx=dy=300 meters, and my time step is equal to 15 seconds...
I don't manage to have a stable model with a Wind equal to 10m/s. And I would like to simulate an hurricane Wind...
Someone can help me?
Thanks in advance
Antoine