Skip to content

How to add short wave (solar) radiation at sea surface? #3218

Discussion options

You must be logged in to vote

In which case you could do something like:

heating(x, y, z, t, parameters) = parameters.surface_flux * exp(params.attenuation * z)

T_forcing = Forcing(heating, parameters = (surface_flux = 100, attenuation = 0.1))

...

model = NonhydrostaticModel(..., forcing = (T = T_forcing, ))

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jhdong2016
Comment options

@jagoosw
Comment options

jagoosw Aug 23, 2023
Collaborator

@jhdong2016
Comment options

@jagoosw
Comment options

jagoosw Aug 23, 2023
Collaborator

Answer selected by jhdong2016
@jhdong2016
Comment options

@glwagner
Comment options

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