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

use bilinear mapping for ATM-WAV fields #86

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

DeniseWorthen
Copy link
Collaborator

@DeniseWorthen DeniseWorthen commented Mar 29, 2023

Changes the mapping of ATM<->WAV fields from mapnstod_consf (conservative + nearest-source-to-destination) to mapbilnr_nstod (bilinear + nearest-source-to-destination).

See testing in associated UFS PR ufs-community/ufs-weather-model#1685

Fixes #85

Copy link
Collaborator

@junwang-noaa junwang-noaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, bilinear with nearest source to destination is a better interpolation method for state fields

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 this pull request may close these issues.

map using bilinear + nearest source-to-destination for ATM-WAV
3 participants