Sometimes, I'm not sure about the nudging time scales in the *.in file of ROMS. Actually, different settling about them will get different resluts. The current around the boundary may not flow out or fully radiated when the nudging time scales are set appropriately. For exmample, when a climatological model (360days per year and foce the model every month) is configured, is it ok if the parameters are set as follows:
Code: Select all
! Nudging/relaxation time scales, inverse scales will be computed
! internally, [1:Ngrids].
TNUDG == 30.0d0 30.0d0 ! days
ZNUDG == 30.0d0 ! days
M2NUDG == 30.0d0 ! days
M3NUDG == 30.0d0 ! days
! Factor between passive (outflow) and active (inflow) open boundary
! conditions, [1:Ngrids]. If OBCFAC > 1, nudging on inflow is stronger
! than on outflow (recommended).
OBCFAC == 10.0d0 ! nondimensional
Or any conventions for the nudging parameters settling?
Thank you very much~
leon~