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

Regression function-based surface albedo parameterization (broadband) #2677

Closed
8 tasks done
LenkaNovak opened this issue Feb 14, 2024 · 4 comments · Fixed by #2678
Closed
8 tasks done

Regression function-based surface albedo parameterization (broadband) #2677

LenkaNovak opened this issue Feb 14, 2024 · 4 comments · Fixed by #2678
Assignees

Comments

@LenkaNovak
Copy link
Contributor

LenkaNovak commented Feb 14, 2024

Following Jin et al., 2011, as required in issue CliMA/ClimaCoupler.jl#577

Components

  • add functions
  • implement unit test
  • compare with Jin et al 2011
  • integrate in driver
  • test for other types of radiation
  • docs
  • clean up

Notes

  • long runs are non-deterministic (expected due to the random seed), but in some cases they can lead to failing conservation errors (e.g. compare this build v this build

QA

Long runs

  • high res slab ocean aquaplanet with RegressionFunctionAlbedo passes build

Unit test comparisons

Direct

Screen Shot 2024-02-14 at 4 52 50 PM

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):
Screen Shot 2024-02-14 at 4 54 34 PM

Diffuse

Screen Shot 2024-02-14 at 4 52 43 PM

Screen Shot 2024-02-14 at 4 54 45 PM

slabplanet after 20d

direct:
Screen Shot 2024-02-15 at 7 33 37 AM

diffuse:
Image

@szy21
Copy link
Member

szy21 commented Feb 21, 2024

30-100 day average albedo in the longrun. The values are a bit too high compared with observations, but the spatial pattern looks pretty good! We can just calibrate the parameters later.
image

@LenkaNovak
Copy link
Contributor Author

LenkaNovak commented Feb 21, 2024

30-100 day average albedo in the longrun. The values are a bit too high compared with observations, but the spatial pattern looks pretty good! We can just calibrate the parameters later. image

Nice, thanks for checking! Is this the direct or diffuse component btw?

@szy21
Copy link
Member

szy21 commented Feb 21, 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.

@LenkaNovak
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants