CWorthy-ocean / C-Star

C-Star is a python package for setting up and running ocean model simulations, with a particular focus on marine carbon dioxide removal (mCDR) applications.
https://c-star.readthedocs.io
Apache License 2.0
10 stars 5 forks source link

Integrate `ROMS-Tools` river forcing #173

Open NoraLoose opened 1 day ago

NoraLoose commented 1 day ago

ROMS-Tools can now create river forcing. Going forward, we have to complete two more steps:

monthly_river_forcing = Riverforcing( grid=grid, start_time=datetime(2012, 1, 1), end_time=datetime(2012, 12, 31), convert_to_climatology="never" ) climatological_river_forcing = Riverforcing( grid=grid, start_time=datetime(2012, 1, 1), end_time=datetime(2012, 12, 31), convert_to_climatology="always" )


@dafyddstephenson maybe we can test this on your Wales domain, assuming it contains at least one river? (I can do this, but have to remember how to run ROMS without C-Star again. :D)
- [ ] Integrate the river forcing capability into C-Star.
NoraLoose commented 1 day ago

It does contain multiple rivers from the Dai and Trenberth global dataset!

Screenshot 2024-11-20 at 4 24 04 PM

Here is the climatology:

Screenshot 2024-11-20 at 4 24 46 PM

Here is the monthly river forcing. Looks like all Wales rivers have missing values in 2012, so the river volume flux is set to zero for all rivers. Poor Wales!

Screenshot 2024-11-20 at 4 25 32 PM