-
Notifications
You must be signed in to change notification settings - Fork 137
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
Mixed mode updates for beta1 #1384
Conversation
add rm diag_integral.out to test script
BREAKING CHANGE: Several variables and arrays which were previously public have been made private. These variables and arrays are not used in ice_amip or ocean_amip. amip_interp_type(r4_kind) and amip_interp_type(r8_kind) should be used for r4_kind and r8_kind precision, respectively. amip_interp_type without a kind parameter defaults to r8_kind.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am trusting the team did a good/thorough review here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is mosaic deprecated in favor of mosaic2? If so, I find it confusing that we have a test_fms/mosaic directory, but it contains tests for mosaic2. I think it should be renamed to test_fms/mosaic2
@rem1776 PR to your branch with mosaic changes coming soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will FMS/mosaic be going away at some point?
@bensonr it will with mosaic cleanup |
Description
Merges in the latest batch of mixed precision updates, includes:
Also adds unit tests for the existing updates to coupler and topography
How Has This Been Tested?
amd box with latest oneapi
Checklist:
make distcheck
passes