Skip to content

Commit

Permalink
Fixed vertical-ordering of Cloudsat subcolumn reflectivity, from SFC-…
Browse files Browse the repository at this point in the history
…2-TOA to TOA-2-SFC.
  • Loading branch information
dustinswales committed Sep 25, 2018
1 parent 90f42d4 commit 07e7e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ function COSP_SIMULATOR(cospIN,cospgridIN,cospOUT,start_idx,stop_idx,debug)
enddo
! Store output (if requested)
if (associated(cospOUT%cloudsat_Ze_tot)) then
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,cloudsatIN%Nlevels:1:-1)
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,1:cloudsatIN%Nlevels)
endif
endif

Expand Down

0 comments on commit 07e7e8c

Please sign in to comment.