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
Describe the bug
There are instances in diag_manager_mod that could be incompatible with PORTABLE_KINDS.
For example, the subroutine set_vartype expects var to be of real(kind=8) and real(kind=4) but with PORTABLE_KINDS, variables will be of c_float and c_double kind. Similar issue is expected to arise in set_field_kind
The text was updated successfully, but these errors were encountered:
mlee03
changed the title
diag_manager compatibility with PORTABLE_KINDS
diag_manager incompatibility with PORTABLE_KINDS
Jan 21, 2025
Describe the bug
There are instances in diag_manager_mod that could be incompatible with PORTABLE_KINDS.
For example, the subroutine set_vartype expects
var
to be ofreal(kind=8)
andreal(kind=4)
but with PORTABLE_KINDS, variables will be ofc_float
andc_double
kind. Similar issue is expected to arise in set_field_kindThe text was updated successfully, but these errors were encountered: