Skip to content

Commit 07e7e8c

Browse files
committed
Fixed vertical-ordering of Cloudsat subcolumn reflectivity, from SFC-2-TOA to TOA-2-SFC.
1 parent 90f42d4 commit 07e7e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cosp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ function COSP_SIMULATOR(cospIN,cospgridIN,cospOUT,start_idx,stop_idx,debug)
708708
enddo
709709
! Store output (if requested)
710710
if (associated(cospOUT%cloudsat_Ze_tot)) then
711-
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,cloudsatIN%Nlevels:1:-1)
711+
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,1:cloudsatIN%Nlevels)
712712
endif
713713
endif
714714

0 commit comments

Comments
 (0)