Hi all,
Recently, I tried to add river discharge in ROMS model as a source point.
In my ocean.in, I set:
LuvSrc == T
LwSrc == F
LtracerSrc == F T
I downloaded observed river discharges from USGS website. The observed time series is in an interval of 5 minutes. The river discharge (in .nc) for ROMS model is set to be daily. So, to get to river forcing file, whether should I sum up the observed discharges within a day to get a daily series, or use daily average? Do anyone know about how ROMS treat the river forcing while calculation?
Thanks,
Dan
How does ROMS treat daily river_transport in the model?
Re: How does ROMS treat daily river_transport in the model?
The river discharge does not have to be daily. If you want to provide hourly, go for it. ROMS will linearly interpolate between available records to set the discharge of the moment.
Setting the temperature to False here could easily lead to an instability. Better to take a wild guess as to the temperature and provide it to the model.
Code: Select all
LtracerSrc == F T
Re: How does ROMS treat daily river_transport in the model?
Thank you Kate! I change the resolution of river forcing to be 15 min. As for my case, it is essential to resolve the salinity pattern in an estuary.
Many thanks!
Many thanks!