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

Only YSU changes #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

dustinswales
Copy link

To replace #1

@@ -1,27 +1,28 @@
#define NEED_B4B_DURING_CCPP_TESTING 1
!=================================================================================================================
module bl_ysu
use ccpp_kinds,only: kind_phys
use machine,only: kind_phys
Copy link
Author

Choose a reason for hiding this comment

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

@ldfowler58 This will need to be changed to something that works across hosts. Maybe pre-pocessor directives? Something like
#ifdef CCPP
use machine,only: kind_phys
#else
use maybe_something_MPAS, only: kind_phys => MPAS_kind_phys
#endif

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.

1 participant