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

downscaling utility needs to check for phantom ice and ice-on-land #1019

Open
DeniseWorthen opened this issue Jan 31, 2025 · 0 comments · May be fixed by #1024
Open

downscaling utility needs to check for phantom ice and ice-on-land #1019

DeniseWorthen opened this issue Jan 31, 2025 · 0 comments · May be fixed by #1024

Comments

@DeniseWorthen
Copy link
Contributor

DeniseWorthen commented Jan 31, 2025

During debugging of ufs-community/ufs-weather-model#2562 it was found that the source 1/4deg ice files can contain phantom ice. This is where there is no ice coverage sum(aicen(ncat))==0 but there is ice volume max(vicen(ncat)>0) as shown below

Image

A second issue was found where sum(aicen(ncat))>0 on land as shown here

Image

The downscaling utility should be updated to check for these two pathologies.

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.

1 participant