Skip to content

Commit bd4d0e0

Browse files
committed
* In ./src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F, removed
extra deallocate for variable tao5503d_p in subroutine deallocate_radiation_sw.F.
1 parent 942d402 commit bd4d0e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core_atmosphere/physics/mpas_atmphys_driver_radiation_sw.F

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ subroutine deallocate_radiation_sw(configs)
300300
if(allocated(pin_p) ) deallocate(pin_p )
301301
if(allocated(o3clim_p) ) deallocate(o3clim_p )
302302

303-
if(allocated(taod5503d_p) ) deallocate(taod5503d_p )
304303
if(allocated(tauaer_p) ) deallocate(tauaer_p )
305304
if(allocated(ssaaer_p) ) deallocate(ssaaer_p )
306305
if(allocated(asyaer_p) ) deallocate(asyaer_p )

0 commit comments

Comments
 (0)