Search found 8 matches
- Thu Dec 16, 2021 4:53 pm
- Forum: ROMS Discussion
- Topic: Unrealistic M2 tide amplitude in Sulu Sea, Indonesian Sea
- Replies: 5
- Views: 3569
Re: Unrealistic M2 tide amplitude in Sulu Sea, Indonesian Sea
I think you should review the straits that communicate with the Sulu Sea. At 1/12 resolution and rx0 max of 0.2 I suspect you are strongly reducing the sectional area of the straits (and hence the tidal transports). The DT you are using suggests to me that you have an extremely smooth bathymetry ...
- Wed Nov 23, 2016 4:07 pm
- Forum: ROMS Problems
- Topic: How to check if initial conditions are unbalanced or not?
- Replies: 2
- Views: 3263
Re: How to check if initial conditions are unbalanced or not
Jayasankar, I assume that you are also providing the other variables in the IC file (velocities and sea surface elevation). If you are taking your IC from another model they should be mostly balanced unless the geometry of your ROMS application is very different to that of the other model. You ...
- Tue Nov 01, 2016 4:52 pm
- Forum: ROMS Discussion
- Topic: assimilate TSLA into the restart fields of my ROMS model
- Replies: 6
- Views: 6149
Re: assimilate TSLA into the restart fields of my ROMS model
Yes, ROMS SSH is the sum of the MDT, the SLA and tides (if you have them defined in ROMS).
Be careful to add the model MDT and not other product such as that provided by AVISO.
The model MDT can be obtained as the mean of a long (say 5 years or more) forward run.
Jvr
Be careful to add the model MDT and not other product such as that provided by AVISO.
The model MDT can be obtained as the mean of a long (say 5 years or more) forward run.
Jvr
- Thu May 05, 2016 3:57 pm
- Forum: ROMS Discussion
- Topic: How to use Climatology fields for nudging in sponge areas?
- Replies: 6
- Views: 5402
Re: How to use Climatology fields for nudging in sponge area
Hanq, As Kate mention you would need to tailor ana_nudgcoef.h for your specific needs. However, if you are using a recent version of ROMS you can use a nudge coefficient netcdf input file, which also allows you to define a depth dependence of the relaxation time. The details are here: https://www ...
- Wed Jan 13, 2016 7:03 pm
- Forum: ROMS Problems
- Topic: Unrealisitic thickness of mixed layer
- Replies: 15
- Views: 22626
Re: Unrealisitic thickness of mixed layer
Hi Yong Chen, We have a prototype model for the area that we have been fine-tuning and is now performing reasonably well. The figure attached shows the temperature profile close to your station 30 and it compares well with your HYCOM plot. Some specific aspects of our configuration relevant to your ...
- Thu Dec 18, 2008 3:13 am
- Forum: ROMS Discussion
- Topic: Lateral BCs favorable for high resoultion simulation
- Replies: 2
- Views: 2670
Re: Lateral BCs favorable for high resoultion simulation
I recently did a similar evaluation for both ECCO2 (1/4 deg @ 1 day) and SODA analysis (1/4 deg @ 5 days) for the Mid Atlantic Bight (North east coast of US). When compared with observed SST and SSH both reanalysis simulate adequately the seasonal cycle but don’t do so well in the mesoscale. I was r ...
- Wed Dec 03, 2008 3:55 am
- Forum: ROMS Discussion
- Topic: about tidal forcing
- Replies: 5
- Views: 4058
Re: about tidal forcing
As far as I can remember the appropriate boundary condition for tides is
u - p/c = Flux (= A*cos(w*t) in your case)
with u = ubar, p = g*zeta, c = sqrt(gh)
so you need to define ubar in ana_m2obc accordingly.
Jvr
u - p/c = Flux (= A*cos(w*t) in your case)
with u = ubar, p = g*zeta, c = sqrt(gh)
so you need to define ubar in ana_m2obc accordingly.
Jvr
- Mon Aug 25, 2008 10:27 pm
- Forum: ROMS Information
- Topic: wind forcing
- Replies: 4
- Views: 5614
Re: wind forcing
You could also compute the wind from the stress and then use BULK_FLUXES as it is. If the you have the pseudo-stress Tx = u*W and Ty = v*W where W = sqrt(u^2 + v^2) Then it follows that W = (Tx^2 + Ty^2)^(1/4), and u = Tx/W v = Ty/W If you have stress, then you also need to divide by rho_air*Cd Jvr