Skip to content

Commit

Permalink
Delete commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas committed Jun 26, 2020
1 parent ca499f2 commit b2b9a4b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions subsample_and_optics_example/optics/cosp_optics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -410,18 +410,6 @@ subroutine lidar_optics(npoints, ncolumns, nlev, npart, ice_type, lidar_freq, lg
enddo
enddo
enddo
! do i = 1, npart
! where (rad_part(1:npoints,1:nlev,i) .gt. 0.0)
! kp_part(1:npoints,1:nlev,i) = &
! polpart(i,1)*(rad_part(1:npoints,1:nlev,i)*1e6)**4 &
! + polpart(i,2)*(rad_part(1:npoints,1:nlev,i)*1e6)**3 &
! + polpart(i,3)*(rad_part(1:npoints,1:nlev,i)*1e6)**2 &
! + polpart(i,4)*(rad_part(1:npoints,1:nlev,i)*1e6) &
! + polpart(i,5)
! elsewhere
! kp_part(1:npoints,1:nlev,i) = 0._wp
! endwhere
! enddo

! Initialize (if necessary)
if (lparasol) then
Expand Down

0 comments on commit b2b9a4b

Please sign in to comment.