I have a question about the passive tracer(temp,salt):
My model horizontal resolution is 10 km. The distribution of the tracers seems unphysical. I assume it may be due to the visc coefficient. I set the value to 3.0 because i want to give the disturbances more time to fade out. The result is that there are many isolated points which are abnormally higher or lower than surrounded water points. When I set the value of visc larger, say 240, the phenomenon would disappear. However, the bigger value would damp the signal more rapidly which is not what i want. If my assumption is right, then how to set the value, or there is any inappropriate option in my .h file. I use the option as the following:
Code: Select all
# define SOLVE3D
# define UV_COR
# define UV_ADV
# define UV_LOGDRAG
# define UV_C4ADVECTION
# define DJ_GRADPS
/* Grid configuration */
# define CURVGRID
# define SPHERICAL
# define MASKING
# define SALINITY
# define NONLIN_EOS
# undef SPLINES
/* Surface Forcing */
# define BULK_FLUXES
/* turn ON or OFF bulk fluxes computation */
# define LONGWAVE_OUT
# define EMINUSP /* use rain and tmp to computing E-P */
# define SOLAR_SOURCE
# define QCORRECTION
# define ANA_DQDSST
# define SCORRECTION