24
Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

  • View
    215

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Cloud Detection

1) Optimised CI Microwindowscnc

2) Singular Vector Decomposition

3) Comparison of Methods fffffffffff

Page 2: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

1) CI Microwindow Optimisation

Page 3: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Aim:Find a better pair of MWs, and/or a better threshold value, using objective criteria based on simulated spectra with known cloud amounts

Currently:MW1 = [788.2, 796.25] cm-1

MW2 = [832.3, 834.4] cm-1

CI = LMW1 / LMW2

If CI < threshold → cloudIf CI > threshold → clear operational threshold = 1.8

CRISTA experiment

Page 4: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Spectral database:

Tangent Height: 6, 9, 12, 15, 18, 21 km

Cloud-Top Height: -2,-1.5,-1,-0.5,0,0.5,1.0,1.5,2.0

Cloud extinction: 0.1, 0.01, 0.001/km

Atmospheres: mid-lat night, equatorial day, polar winter (night) and polar summer (day), plus these perturbed by 1-sigma climatological variations (Remedios, 2001)

A TOTAL OF 1296 CLOUDY ATMOSPHERES REPRESENTED

Page 5: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

where k is the cloud extinction (/km), x is the integrated distance along a pencil beam within the cloud, is the normalised field-of-view response function, z is the tangent height

Cloud Effective Fraction CEF:

‘CLOUD DETECTION’ REDUCED TO PARTICULAR THRESHOLD VALUE OF CEF

Page 6: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Best MWs are those which best correlate CI with CEF …

Current MWs show ~ linear relationship:

for a,b minimumizing

Page 7: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Iterative approach (Desmond):Search through MWs with integer wavenumber boundaries and then, for each 'coarse' MW, iterate moving each boundary one grid point at a time.

MW1 MW2 RMSE

Current MWs [788.2, 796.25] [832.3, 834.4] 0.181

Optimised MWs [774.075, 775.0] [819.175, 819.95] 0.157

Page 8: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Monte-Carlo approach:Randomly-selecting MWs from the domain (specified by mid-point and width) and iterating from these to adjust the boundaries

10000 different MW pairs randomly selected from the entire 750–970 cm-1.Select region of lowest RMSE and do another 10000 iterations. Repeat.

MW1 = [777, 779] cm-1

MW2 = [819, 820] cm-1

RMSE = 0.156

Page 9: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Another criterion:

Best MWs will have large relative distance between clear and cloudy distributions of CI

RelDist = (mean CIclear – mean CIcloudy) / (stddevclear + stddevcloud)

Page 10: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Current MWs have RelDist = 2.03

MW1 = [800, 802] cm-1

MW2 = [831, 832] cm-1

RelDist = 2.77

Page 11: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Summary and Future Work

MW1 MW2 RMSE RelDist

Current MWs [788.2, 796.25] [832.3, 834.4] 0.181 2.03

Desmond MWs [774.075, 775.0] [819.175, 819.95] 0.157 na

M.C. RMSE MWs [777.0, 779.0] [819.0, 820.0] 0.156 na

M.C. RelDist MWs [800.0, 802.0] [831.0, 832.0] na 2.77

In future:

1) Iterate within M.C MWs to find exact location of min/maximum

2) See how the two agree

3) Test to see how rigorous each set of MWs is at cloud detection and EF estimation

Page 12: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

2) Singular Vector Decomposition

Page 13: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Singular Vector Decomposition SVD: • is statistical technique used for finding patterns in high dimensional data:

m×n matrix A can be decomposed intoA=V DU

V m×m left-singular vectors U m×n right-singular vectorsD m×m singular values

• transforms a number of potentially correlated variables into a smaller number of uncorrelated variables (SINGULAR VECTORS)

orthonormal matrices

diagonal matrix

Page 14: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

In this case:

A is a set of m spectra each of length n

Each row of U is a singular vector with n ‘spectral points’

Singular value Dii weights the Uj singular vector.

Idea is to find singular vectors that describe clear and cloudy atmospheresand use them in cloud detection

Page 15: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Calculate N clear singular vectors SVclear

Page 16: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Calculate M cloudy singular vectors SVcloudy

Page 17: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

15km

12km

9km

6km

Use SVclear and SVcloud to do a Least Squares Fit of arbitrary signal

L(ϑ) = ∑Ni ci SVclear i + ∑M

j dj SVclear j

Page 18: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Chi-Squared Ratio Test:

, and then threshold 1, then clear

>1, then cloud

Page 19: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Integrated Radiance Ratio Test:

, and then thresholdtotal

0, then clear

1, then cloud

Page 20: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Summary and Future Work:

1) Have successfully calculated SVs to represent atmospheric constituent variability (SVclear) and SVs to capture variability in cloud spectra (SVcloud)

2) Have implemented two detection methods and have defined thresholds using simulated and real MIPAS data

3) Have tested proficiency using simulated data

Complete full comparison of different cloud detection methods used to date.

Page 21: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

3) Comparison of Detection Methods

Page 22: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Comparison of Detection Methods:

1. Current Operational CI2. Optimised CI microwindows 3. SVD chi-squared ratio 4. SVD integrated radiance ratio 5. Simple radiance threshold

Idea: Compare retrievals (using MORSE) of 'well-mixed' gases assuming that using spectra with residual cloud will result in retrievals which deviate significantly from climatology

Page 23: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Analysis done on cases where:Different cloud-detection methods disagree over whether it is clear/cloudy – and only use the clear cases

Page 24: Cloud Detection 1) Optimised CI Microwindowscnc 2) Singular Vector Decomposition 3) Comparison of Methods fffffffffff

Summary and Future Work

1) Std. Deviations in VMRs from climatological means for retrieved well-mixed trace gases from MORSE should give measure of strength of each detection method

2) No clear ‘winner’ yet

Continue testing and comparing … CIRA climatology??