I have a problem with my model.
Model domain is a coastal part of the Adriatic see. Model bathymetry is realistic (more or less), and model forcing is from a weather model (Uwind, Vwind, shortwave radiation, clouds, rain, relative humidity, temperature, surface pressure). Initial conditions are uniform temperature and salinity and no currents.
The problem is that water flows out of the model and after five days run zeta values in whole basin are approximately -5 m. Here is a figure showing zeta (in meters) after 5 days:
Other variables (currents, temperatures, salinities) do not become extreme.
I assume problem is in the boundary conditions.
Here is my *.h file
Any help would be greatly appreciated.
#define ANALYTICAL
#define MASKING
#define UV_ADV
#define UV_COR
#define UV_LOGDRAG
#define NONLIN_EOS
#define UV_VIS2
#define MIX_S_UV
#define TS_U3HADVECTION
#define TS_C4VADVECTION
#define DJ_GRADPS
#define TS_DIF2
#define MIX_S_TS
#undef SPONGE
#define SOLVE3D
#define SALINITY
#define SPLINES
#define AVERAGES
#define GLS_MIXING
#undef MY25_MIXING
#if defined GLS_MIXING || defined MY25_MIXING
# define KANTHA_CLAYSON
# define N2S2_HORAVG
#else
# define ANA_VMIX
#endif
#define ANA_INITIAL
#define ANA_BTFLUX
#define ANA_BSFLUX
#define BULK_FLUXES
#define LONGWAVE
#define CLOUDS
#define EMINUSP
#define RADIATION_2D
#define NORTHERN_WALL
#define EASTERN_WALL
#define SOUTH_FSGRADIENT
#define SOUTH_M2RADIATION
#define SOUTH_M3GRADIENT
#define SOUTH_TRADIATION
#define WEST_FSGRADIENT
#define WEST_M2RADIATION
#define WEST_M3GRADIENT
#define WEST_TRADIATION