Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROMS River forcing from Gauge station data. #43

Open
noviceroms opened this issue Jul 1, 2022 · 1 comment
Open

ROMS River forcing from Gauge station data. #43

noviceroms opened this issue Jul 1, 2022 · 1 comment

Comments

@noviceroms
Copy link

Hi Kate,

I have a question regarding converting the river discharge data (m^3/s) to (kg/s/m^2). How can we create a forcing file like the below using the river discharge data from gauges in m^3/s?

double Runoff(runoff_time, eta_rho, xi_rho) ;
	Runoff:long_name = "Dai_Trenberth River Runoff" ;
	Runoff:missing_value = -1.e+30 ;
	Runoff:units = "kg/s/m^2" ;

I would be grateful for any suggestion regarding this.

@kshedstrom
Copy link
Collaborator

Clearly you need a density in kg/m^3. The other m^2 is the area of the face through which the water is flowing, depth times dx or dy. Double check whatever you come up with!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants