We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942d402 commit bd4d0e0Copy full SHA for bd4d0e0
src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F
@@ -300,7 +300,6 @@ subroutine deallocate_radiation_sw(configs)
300
if(allocated(pin_p) ) deallocate(pin_p )
301
if(allocated(o3clim_p) ) deallocate(o3clim_p )
302
303
- if(allocated(taod5503d_p) ) deallocate(taod5503d_p )
304
if(allocated(tauaer_p) ) deallocate(tauaer_p )
305
if(allocated(ssaaer_p) ) deallocate(ssaaer_p )
306
if(allocated(asyaer_p) ) deallocate(asyaer_p )
0 commit comments