Skip to content

Commit 771381c

Browse files
committed
Remove return from Thompson init
1 parent 747297f commit 771381c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

physics/MP/Thompson/module_mp_thompson.F90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,8 +954,6 @@ subroutine thompson_init(is_aerosol_aware_in, &
954954
call cpu_time(etime)
955955
if (mpirank==mpiroot) print '("Calling radar_init took ",f10.3," seconds.")', etime-stime
956956

957-
! DJS Not sure why this part below is not working. Return for now.
958-
return
959957
if_not_iiwarm: if (.not. iiwarm) then
960958

961959
precomputed_tables_2: if (.not.precomputed_tables) then

0 commit comments

Comments
 (0)