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

verify surface emissivity jacobian in cloudy conditions across spectrum #152

Closed
BenjaminTJohnson opened this issue Jul 26, 2024 · 1 comment · Fixed by #155
Closed

verify surface emissivity jacobian in cloudy conditions across spectrum #152

BenjaminTJohnson opened this issue Jul 26, 2024 · 1 comment · Fixed by #155
Assignees

Comments

@BenjaminTJohnson
Copy link
Contributor

in v2.4.x and 3.x, numerous questions have been raised recently regarding the validity of surface emissivity Jacobian.

(1) different compilers (gfortran, ifort)
(2) persistent / consistent reference results table to compare against
(3) different cloud tables
(4) across all released and current versions (2.3 - 3.x)

@BenjaminTJohnson BenjaminTJohnson self-assigned this Jul 26, 2024
@quanhualiu
Copy link

For user specified surface emissivity and scattering cases, the surface emissivity jacobian can be corrected by changing one line code:
From
User_Emissivity_AD = ZERO
to
User_Emissivity_AD = sum(SfcOptics_AD%Emissivity(1:nZ,1))

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