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
Provide a clear and concise description of the problem to be solved.
The interstitial variables for land and ice surface emissivity are unnecessary. Removing these also enables restart reproducibility when NoahMP is used. However, removing these two interstitial variables requires some update to sfcemis routine in radiation_surface.f to define land and ice emissivity when iemslw =1 (this is true when Noah land model is called)
Solution
Add a clear and concise description of the proposed solution.
The ccpp-physics code and fv3atm codes are updated to fix this issue.
Alternatives (optional)
If applicable, add a description of any alternative solutions or features you've considered.
Related to (optional)
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
The text was updated successfully, but these errors were encountered:
Description
Provide a clear and concise description of the problem to be solved.
The interstitial variables for land and ice surface emissivity are unnecessary. Removing these also enables restart reproducibility when NoahMP is used. However, removing these two interstitial variables requires some update to sfcemis routine in radiation_surface.f to define land and ice emissivity when iemslw =1 (this is true when Noah land model is called)
Solution
Add a clear and concise description of the proposed solution.
The ccpp-physics code and fv3atm codes are updated to fix this issue.
Alternatives (optional)
If applicable, add a description of any alternative solutions or features you've considered.
Related to (optional)
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
The text was updated successfully, but these errors were encountered: