Commit dd7d751
committed
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.File tree
1 file changed
+0
-1
lines changed- src/core_atmosphere/physics
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | 303 | | |
305 | 304 | | |
306 | 305 | | |
| |||
0 commit comments