Hi Kate Thanks for the suggestions, I understand from one of your earlier post also that, I can set the values in set_vbc.F as follows,
# elif defined SRELAXATION
stflx(i,j,isalt)=-Tnudg(isalt,ng)*Hz(i,j,N(ng))* &
# if defined SALTEXPT
& 36.0_r8*
endif
& (t(i,j,N(ng),nrhs,isalt)-sss(i,j))
# endif
Am I correct
I have one more doubt (maybe I didn't understand the trick),
Should I change the TNUDG value according to the SSS field frequency (Monthly or daily) in my netcdf file?
ie,if I provide netcdf file with daily SSS field (say from HYCOM) for SRELAXATION and keep the TNUDG value say 360, then how ROMS is using my daily field?