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
Merge branch 'NSF-MPAS/physics_minor_bugs_3' into hotfix-v8.2.1 (PR #1226)
This merge removes an extra deallocation of the 'taod5503d_p' array in the
deallocate_radiation_sw() routine in mpas_atmphys_driver_radiation_sw.F.
The taod5503d_p array is only allocated when running the aerosol-aware Thompson
cloud microphysics, and the extra deallocation that is removed in this merge
only deallocated taod5503d_p if it was allocated.
0 commit comments