Hello,
I've been experimenting with the Zob value and it appears that my ROMS set up does not seem to be particularly sensitive to it should this be the case?
Zob
Re: Zob
What options are you using? In mod_grid and elsewhere, it is only be used by these options:
Code: Select all
#if defined UV_LOGDRAG || defined GLS_MIXING || \
defined BBL_MODEL || defined SEDIMENT
GRID(ng) % ZoBot(i,j) = Zob(ng)
#endif
Re: Zob
Sometimes that is the case - especially when there is like a standing wave contained within your computational domain. Then, much of the flow dynamics are "locked in" and show little sensitivity to things like bottom friction strength - e.g. Zob. You may find that your domain will become more sensitive to Zob if you move your open ocean boundaries further out beyond the influence of the standing wave.
In short, what I am saying is that there is perhaps a dominant physical process in your domain which dictates the physics within it - e.g. standing wave, river plume, strong met forcing, etc. where the effects of the bottom friction are less important. Bottom stress mainly affects domains dominated by the action of tides.
Also, what range of Zob have you tried? For an application of ROMS in Alaska, I tried the range 0.0005-0.025 and I did see it affecting my model predictions, especially after I moved my open ocean boundary further out into the ocean.
In short, what I am saying is that there is perhaps a dominant physical process in your domain which dictates the physics within it - e.g. standing wave, river plume, strong met forcing, etc. where the effects of the bottom friction are less important. Bottom stress mainly affects domains dominated by the action of tides.
Also, what range of Zob have you tried? For an application of ROMS in Alaska, I tried the range 0.0005-0.025 and I did see it affecting my model predictions, especially after I moved my open ocean boundary further out into the ocean.
Re: Zob
Thank you for the feedback - my ocean boundaries are quite large but the area I'm modelling should be dominated by the tidal function. I imagine I've simply neglected to switch something on in the code... I have been trying a range of Zob between 0.0002 and 0.006