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
Here are snippets from a cap where I am calling two radiation schemes, first RRTMG w/o unit conversions, and then a second ML based radiation that requires unit conversions. Look at cld_ref_Lliq and tmpvar_1
Local declaration for unit-transfroms (2D)
Input to scheme A, no unit conversion:
Input to scheme B, unit conversion (wrong allocation)
The text was updated successfully, but these errors were encountered:
climbfuji
changed the title
Oh. That's a different issue though than what is described above (https://github.com/NCAR/ccpp-framework/issues/594#issue-2557281057). It's still a bad bug but should probably have its own issue.
Unit conversion bug in ccpp_prebuild.py: variables that are slices of a n+1 dimensional array have wrong allocation
Oct 9, 2024
From #594 (comment)
@climbfuji @peverwhee I can confirm that this is an issue with Prebuild.
Here are snippets from a cap where I am calling two radiation schemes, first RRTMG w/o unit conversions, and then a second ML based radiation that requires unit conversions. Look at cld_ref_Lliq and tmpvar_1
Local declaration for unit-transfroms (2D)
Input to scheme A, no unit conversion:
Input to scheme B, unit conversion (wrong allocation)
The text was updated successfully, but these errors were encountered: