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
PR #641, which addressed #639, changed the vertical dimension of some arrays from vertical_dimension_minus_one to vertical_dimension. The CCPP schemes that use these variables as intent(out) however do not initialize the arrays for the additional vertical level.
We need to revisit all CCPP schemes that use these arrays (simply look at the files changed in #641) and add the missing initialization for the extra vertical level.
The text was updated successfully, but these errors were encountered:
This issue is a follow up for issue #639 .
PR #641, which addressed #639, changed the vertical dimension of some arrays from
vertical_dimension_minus_one
tovertical_dimension
. The CCPP schemes that use these variables asintent(out)
however do not initialize the arrays for the additional vertical level.We need to revisit all CCPP schemes that use these arrays (simply look at the files changed in #641) and add the missing initialization for the extra vertical level.
The text was updated successfully, but these errors were encountered: