You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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))
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)
The text was updated successfully, but these errors were encountered: