Hi!
I'm doing a model with which I want to see how the tide within my domain. For that I will force only open boundaries and see the tide as it spreads into my domian.
I have the tidal forcing files created from frc_tides.cdl for each boundary of my domain (just amplitude and phase of 14 harmonics extracted from FES2004). And now I want to force only the boundaries. My question is: how must I indicate to ROMS that it use frc_tide_south.nc to force the south open boundary, and so on? Because I don't know if I have to activate SSH_TIDES, ADD_FSOBC or indicate something more. I'm really confused.
OBC forcing with tide
-
- Posts: 18
- Joined: Tue Jun 23, 2015 5:42 pm
- Location: CIMA, ARG
- Contact:
Re: OBC forcing with tide
To use tidal forcing in your south open boundary, you would specify Chapman for free-surface boundary condition and Flather for 2D U/V-momentum in ocean_yourproject.in. The corresponding CPP options are SSH_TIDES, which indicates ROMS to use tidal elevation (from your tidal forcing file) as the free-surface open boundary condition and UV_TIDES for 2D momentum open boundary conditions.
ADD_FSOBC and ADD_M2OBC are used when you want add climatology free-surface and 2D momentum to the open boundary conditions. If you don't have climatology file, these two options are unnecessary.
Shi-Ming
ADD_FSOBC and ADD_M2OBC are used when you want add climatology free-surface and 2D momentum to the open boundary conditions. If you don't have climatology file, these two options are unnecessary.
Shi-Ming
-
- Posts: 18
- Joined: Tue Jun 23, 2015 5:42 pm
- Location: CIMA, ARG
- Contact:
Re: OBC forcing with tide
Thanks!
I thought if I activate SSH_TIDES the model will force all the domain and not just the boundary. I'll try it!
I thought if I activate SSH_TIDES the model will force all the domain and not just the boundary. I'll try it!