I want to relax my surface salinity to climatology and others to evolve, so I used SRELAXATION. But it is not relaxing correctly when I see the sss output. When I tried to write net salt flux ssflux, it wrote nothing. I gave surface net fresh water flux in forcing file, sss, sst,tides,etc. But it is not reading the swflux. But everymonth model is reading SSS. How to relax it properly? I hereby giving my cppdefs.h options.
Can anybody say why it is happening so?#define UV_ADV
#define UV_COR
#define UV_QDRAG
#define UV_VIS4
#define INLINE_2DIO
#define UV_C4ADVECTION
#define DJ_GRADPS
#define MIX_S_UV
#define TS_U3HADVECTION
#define TS_C4VADVECTION
#define TS_DIF2
#define MIX_S_TS
#define NONLIN_EOS
#define SALINITY
#define CURVGRID
#define SOLVE3D
#define MASKING
#define SPLINES
#define SOLAR_SOURCE
#define SRELAXATION
#define BULK_FLUXES
#ifdef BULK_FLUXES
# undef LONGWAVE
# undef EMINUSP
#endif
#define AVERAGES
#define AVERAGES_AKV
#define AVERAGES_FLUXES
#define NORTHERN_WALL
#define WESTERN_WALL
#undef SOUTHERN_WALL
#undef EASTERN_WALL
#define MY25_MIXING
# ifdef MY25_MIXING
# define N2S2_HORAVG
# define KANTHA_CLAYSON
# define K_C2ADVECTION
# endif
#undef LMD_MIXING
#ifdef LMD_MIXING
# define LMD_RIMIX
# define LMD_CONVEC
# define LMD_SKPP
# define LMD_BKPP
# define LMD_NONLOCAL
#endif
#define ANA_BSFLUX
#define ANA_BTFLUX
#undef TS_PSOURCE
#undef UV_PSOURCE
#define SSH_TIDES
#ifdef SSH_TIDES
# define ADD_FSOBC
# define SOUTH_FSCHAPMAN
# define EAST_FSCHAPMAN
#else
# define SOUTH_FSGRADIENT
#endif
#define UV_TIDES
#ifdef UV_TIDES
# define ADD_M2OBC
# define SOUTH_M2FLATHER
# define EAST_M2FLATHER
#else
# define SOUTH_M2RADIATION
#endif
#if defined SSH_TIDES || defined UV_TIDES
# define SOUTH_VOLCONS
# define EAST_VOLCONS
#else
# undef SOUTH_VOLCONS
#endif
#define SOUTH_TNUDGING
#define EAST_TNUDGING
#undef SOUTH_TRADIATION
#undef SOUTH_M3RADIATION
#undef SOUTH_M3NUDGING
#undef EAST_TRADIATION
#undef EAST_M3RADIATION
#undef EAST_M3NUDGING
With regards,
Francis.