-
Notifications
You must be signed in to change notification settings - Fork 21
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
Regression function-based surface albedo parameterization (broadband) #2677
Milestone
Comments
This was referenced Feb 14, 2024
This is the combined albedo (defined as sw flux up / sw flux down). We don't save direct and diffusive fluxes separately in RRTMGP anymore, but can separate them if needed for debugging. |
That's good to know, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following Jin et al., 2011, as required in issue CliMA/ClimaCoupler.jl#577
Components
Notes
QA
Long runs
RegressionFunctionAlbedo
passes buildUnit test comparisons
Direct
w=0 (note for latitude of 90deg this doesn't quite converge to 1 due to the accuracy of the coefficients provided in the paper, but this is currently sufficient for our purposes):

Diffuse
slabplanet after 20d
direct:

diffuse:

The text was updated successfully, but these errors were encountered: