Skip to content

Commit 8ebad1f

Browse files
committed
Changed Cloudsat subcolumn reflectivity vertical ordering, from SFC-2-TOA to TOA-2SFC.
1 parent 26f5dce commit 8ebad1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

src/cosp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ function COSP_SIMULATOR(cospIN,cospgridIN,cospOUT,start_idx,stop_idx,debug)
862862
enddo
863863
! Store output (if requested)
864864
if (associated(cospOUT%cloudsat_Ze_tot)) then
865-
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,cloudsatIN%Nlevels:1:-1)
865+
cospOUT%cloudsat_Ze_tot(ij:ik,:,:) = cloudsatDBZe(:,:,1:cloudsatIN%Nlevels)
866866
endif
867867
endif
868868

0 commit comments

Comments
 (0)