Kernel-Based Retrieval of Atmospheric Profiles from IASI Data

Size: px
Start display at page:

Download "Kernel-Based Retrieval of Atmospheric Profiles from IASI Data"

Transcription

1 Kernel-Based Retrieval of Atmospheric Profiles from IASI Data Gustavo Camps-Valls, Valero Laparra, Jordi Muñoz-Marí, Luis Gómez-Chova, Xavier Calbet Image Processing Laboratory (IPL), Universitat de València. Spain EUMETSAT, Darmstadt, Germany IGARSS 2011, 25-29th July, Vancouver, Canada 1 / 23

2 Motivation Retrieval of atmospheric profiles Temperature and humidity are basic meteorological parameters for weather forecasting and atmospheric chemistry studies High spectral resolution infrared sounding instruments provide high accuracy and vertical resolution of temperature and water vapour profiles Fast, non-linear, multi-output regression methods are needed 2 / 23

3 MetOp-IASI MetOp satellite series managed by EUMETSAT Band 1 Band 2 Band 3 Complex signal processing problem: High input (radiances) dimensionality High output (state vectors) dimensionality High levels of noise in particular channels High temporal and spatial redundancy: high data volume Nonlinear input-output relations 3 / 23

4 Objectives Main objective Nonlinear retrieval of atmospheric states from IASI radiance spectra Specific objectives Develop advanced nonlinear multi-output regression for IASI data The retrieval method must be scalable, fast and accurate Robust to noisy scenarios, clouds, both over ocean and land Provide confidence intervals for estimations Nonlinear anomaly detection (quality flags) are developed T Td O3 X Y n x 8461 n x / 23

5 Approaches Current approach in EUMETSAT L2 PPF: PCA + Linear Regression (LR) retrievals are fed to Optimal Estimation (OE) procedure LR is fast, but too simple and inaccurate OE is accurate, but extremely slow 5 / 23

6 Approaches Current approach in EUMETSAT L2 PPF: PCA + Linear Regression (LR) retrievals are fed to Optimal Estimation (OE) procedure LR is fast, but too simple and inaccurate OE is accurate, but extremely slow Neural networks nonlinear retrieval (Aires, 02; Blackwell 05; Camps-Valls, 10) Neural nets have been successfully used for IASI and AIRS Fast (on test) and accurate Slow and difficult to train (many parameters to adjust) 6 / 23

7 Approaches Current approach in EUMETSAT L2 PPF: PCA + Linear Regression (LR) retrievals are fed to Optimal Estimation (OE) procedure LR is fast, but too simple and inaccurate OE is accurate, but extremely slow Neural networks nonlinear retrieval (Aires, 02; Blackwell 05; Camps-Valls, 10) Neural nets have been successfully used for IASI and AIRS Fast (on test) and accurate Slow and difficult to train (many parameters to adjust) Kernel Ridge Regression (KRR) retrieval Can tackle efficiently with multioutput problems Training is easier and faster (only two intuitive parameters must be tuned) It provides a ranked list of most important IFOV used in training Confidence intervals for the predictions can be obtained 7 / 23

8 Learning scheme Developed NLR processor Feature Selection (Calbet, 2008) Feature Extraction (PCA) Nonlinear Regression (KRR) Feature selection (Calbet, 2008): Avoid channels with negative radiances Noise bias-variance criteria: bias > 4K and std dev. > 3K for IASI Feature extraction: PCA feature extraction Multioutput nonlinear regression: Kernel ridge regression 8 / 23

9 Nonlinear regression Kernel ridge regression (KRR), aka Least Squares SVM Regression model: Y = ΦW + E Assume a squared loss function in H: min n Y ΦW 2 + λ W 2o W Representer s theorem: W = Φ α Solve: α = (λi + ΦΦ {z } ) 1 Y K The prediction function: Ŷ = f (x ) = Φ(x )W = Φ(x )Φ α = K(X, x )α We use the RBF kernel function: K(x i,x j ) = exp(- x i x j 2 /(2σ 2 )) Confidence on the prediction: V[f (x )] = K(x, x ) K(x, X)(K + λi) 1 K(X, x ) 9 / 23

10 Nonlinear regression Key features KRR generalizes LR Tune two parameters: σ and λ Fast for training (few hours) and test (25 ms/fov) 10 / 23

11 Nonlinear regression Key features KRR generalizes LR Tune two parameters: σ and λ Fast for training (few hours) and test (25 ms/fov) Fast implementation Standard code: >> alpha = inv(lambda*eye(n) + K) * Y; Cholesky decomposition is 4 times faster: >> R = chol(gamma*eye(n) + K); >> alpha = R\(R \Y); 11 / 23

12 Experiments Datasets Training done with ECMWF a Chevallier s database: IASI cloud free, emissivity sea, noise-free FOVs: Methodology for training: Feature selection (Calbet, 2008): X X = [X, surface pressure, scan angle, latitude] Feature extraction: PCA with X, and retain a number of features p LR: use all training data to estimate model weights KRR: cross-validation ( 2 3, 1 3 ) to estimate model parameters use all data to estimate model weights a European Centre for Medium-Range Weather Forecasts Results Real datasets, IASI orbits with FOVs Predicted error profiles of temperature and water vapour Confidence maps and detection of anomalies 12 / 23

13 KRR testing at EUMETSAT over ocean... KRR clearly outperforms LR Very good results in water vapour 13 / 23

14 KRR testing at EUMETSAT over land... KRR outperforms LR, which dramatically fails Errors are similar to estimations over the ocean Temperature errors are reasonable, while water vapour is really good 14 / 23

15 KRR results Results with and without cloud masking T LR (all) KRR (all) LR (masked) KRR (masked) 10 2 Td p [hpa] p [hpa] RMSE [K] RMSE [K] Clouds and anomalies are an important error source Cloud screening is mandatory An anomaly detector can be developed 15 / 23

16 Predictions, discrepancies and confidence maps: Madagascar AVHRR KRR confidence map IASI cloud flag T : ˆT ECMWF ˆT KRR Cloud flag T 16 / 23

17 Predictions, discrepancies and confidence maps: Mexico coast AVHRR KRR confidence map IASI cloud flag T : ˆT ECMWF ˆT KRR Cloud flag T 17 / 23

18 Anomaly detection scheme Radiances T predictions PCA SVM T errors > 5K Inputs: radiances and/or predictions Output: nonlinear prediction of KRR big discrepancies with ECMWF 18 / 23

19 Anomaly detection results Overall accuracy LDA QDA MAHAL TREE SVM Kappa statistic, κ Test OA Test κ Training samples Training samples Linear and nonlinear classifiers developed Anomalies can be detected accurately (OA 92%, κ = 0.81) SVM outperforms all other classifiers 19 / 23

20 Conclusions Developed and implemented KRR nonlinear regression KRR outperforms LR KRR provides confidence maps 20 / 23

21 Conclusions Developed and implemented KRR nonlinear regression KRR outperforms LR KRR provides confidence maps Developed nonlinear anomaly detection methods 1 Thresholding the discrepancies to ECMWF, = ˆT ECMWF ˆT KRR 2 KRR confidence on predictions, ˆσ T [0, 1] 3 SVM prediction of anomalies: 90% 21 / 23

22 Conclusions Developed and implemented KRR nonlinear regression KRR outperforms LR KRR provides confidence maps Developed nonlinear anomaly detection methods 1 Thresholding the discrepancies to ECMWF, = ˆT ECMWF ˆT KRR 2 KRR confidence on predictions, ˆσ T [0, 1] 3 SVM prediction of anomalies: 90% Future work Include better spatial information Channel emissivity prediction 22 / 23

23 Conclusions Kernel-Based Retrieval of Atmospheric Profiles from IASI Data Gustavo Camps-Valls, Valero Laparra, Jordi Muñoz-Marí, Luis Gómez-Chova, Xavier Calbet Image Processing Laboratory (IPL), Universitat de València. Spain EUMETSAT, Darmstadt, Germany IGARSS 2011, 25-29th July, Vancouver, Canada 23 / 23

IASI Level 2 Product Processing

IASI Level 2 Product Processing IASI Level 2 Product Processing Dieter Klaes for Peter Schlüssel Arlindo Arriaga, Thomas August, Xavier Calbet, Lars Fiedler, Tim Hultberg, Xu Liu, Olusoji Oduleye Page 1 Infrared Atmospheric Sounding

More information

Operational IASI Level 2 Processing

Operational IASI Level 2 Processing Operational IASI Level 2 Processing Peter Schlüssel Arlindo Arriaga, Thomas August, Xavier Calbet, Tim Hultberg, Olusoji Oduleye, Lars Fiedler, Hidehiku Murata, Xu Liu, and Nikita Pougatchev EUM/MET/VWG/08/0380

More information

Monitoring and Assimilation of IASI Radiances at ECMWF

Monitoring and Assimilation of IASI Radiances at ECMWF Monitoring and Assimilation of IASI Radiances at ECMWF Andrew Collard and Tony McNally ECMWF Slide 1 Overview Introduction Assimilation Configuration IASI First Guess Departures IASI Forecast Impacts The

More information

Atmospheric Soundings of Temperature, Moisture and Ozone from AIRS

Atmospheric Soundings of Temperature, Moisture and Ozone from AIRS Atmospheric Soundings of Temperature, Moisture and Ozone from AIRS M.D. Goldberg, W. Wolf, L. Zhou, M. Divakarla,, C.D. Barnet, L. McMillin, NOAA/NESDIS/ORA Oct 31, 2003 Presented at ITSC-13 Risk Reduction

More information

Cloud detection for IASI/AIRS using imagery

Cloud detection for IASI/AIRS using imagery Cloud detection for IASI/AIRS using imagery Lydie Lavanant* Mohamed Dahoui** Florence Rabier***, Thomas Auligné*** * Météo-France/DP/CMS/R&D ** Moroccan Meterological Service. NWPSAF Visiting Scientist

More information

Assimilation of Cloud-Affected Infrared Radiances at Environment-Canada

Assimilation of Cloud-Affected Infrared Radiances at Environment-Canada Assimilation of Cloud-Affected Infrared Radiances at Environment-Canada ECMWF-JCSDA Workshop on Assimilating Satellite Observations of Clouds and Precipitation into NWP models ECMWF, Reading (UK) Sylvain

More information

Bias correction of satellite data at the Met Office

Bias correction of satellite data at the Met Office Bias correction of satellite data at the Met Office Nigel Atkinson, James Cameron, Brett Candy and Stephen English Met Office, Fitzroy Road, Exeter, EX1 3PB, United Kingdom 1. Introduction At the Met Office,

More information

ARTMO s new Machine Learning Regression Algorithms (MLRA) module for mapping biophysical parameters

ARTMO s new Machine Learning Regression Algorithms (MLRA) module for mapping biophysical parameters Jochem.verrelst@uv.es Earsel ISW 9/4/13 1/23 ARTMO s new Machine Learning Regression Algorithms (MLRA) module for mapping biophysical parameters Jochem Verrelst, Juan Pablo Rivera, Jordi Muñoz-Mari, Jose

More information

Bias correction of satellite data at Météo-France

Bias correction of satellite data at Météo-France Bias correction of satellite data at Météo-France É. Gérard, F. Rabier, D. Lacroix, P. Moll, T. Montmerle, P. Poli CNRM/GMAP 42 Avenue Coriolis, 31057 Toulouse, France 1. Introduction Bias correction at

More information

Data assimilation of IASI radiances over land.

Data assimilation of IASI radiances over land. Data assimilation of IASI radiances over land. PhD supervised by Nadia Fourrié, Florence Rabier and Vincent Guidard. 18th International TOVS Study Conference 21-27 March 2012, Toulouse Contents 1. IASI

More information

Application of PCA to IASI: An NWP Perspective. Andrew Collard, ECMWF. Acknowledgements to Tony McNally, Jean-Noel Thépaut

Application of PCA to IASI: An NWP Perspective. Andrew Collard, ECMWF. Acknowledgements to Tony McNally, Jean-Noel Thépaut Application of PCA to IASI: An NWP Perspective Andrew Collard, ECMWF Acknowledgements to Tony McNally, Jean-Noel Thépaut Overview Introduction Why use PCA/RR? Expected performance of PCA/RR for IASI Assimilation

More information

ITSC-16 Conference. May 2008 Using AVHRR radiances analysis for retrieving atmospheric profiles with IASI in cloudy conditions

ITSC-16 Conference. May 2008 Using AVHRR radiances analysis for retrieving atmospheric profiles with IASI in cloudy conditions ITSC-16 Conference. May 2008 Using AVHRR radiances analysis for retrieving atmospheric profiles with IASI in cloudy conditions Lydie Lavanant MF/DP/CMS/R&D Experimental production at CMS of near-real real

More information

IASI PC compression Searching for signal in the residuals. Thomas August, Nigel Atkinson, Fiona Smith

IASI PC compression Searching for signal in the residuals. Thomas August, Nigel Atkinson, Fiona Smith IASI PC compression Searching for signal in the residuals Tim.Hultberg@EUMETSAT.INT Thomas August, Nigel Atkinson, Fiona Smith Raw radiance (minus background) Reconstructed radiance (minus background)

More information

Retrieval Algorithm Using Super channels

Retrieval Algorithm Using Super channels Retrieval Algorithm Using Super channels Xu Liu NASA Langley Research Center, Hampton VA 23662 D. K. Zhou, A. M. Larar (NASA LaRC) W. L. Smith (HU and UW) P. Schluessel (EUMETSAT) Hank Revercomb (UW) Jonathan

More information

Extending the use of surface-sensitive microwave channels in the ECMWF system

Extending the use of surface-sensitive microwave channels in the ECMWF system Extending the use of surface-sensitive microwave channels in the ECMWF system Enza Di Tomaso and Niels Bormann European Centre for Medium-range Weather Forecasts Shinfield Park, Reading, RG2 9AX, United

More information

Generation and assimilation of IASI level 2 products. Peter Schlüssel, Thomas August, Arlindo Arriaga, Tim Hultberg,

Generation and assimilation of IASI level 2 products. Peter Schlüssel, Thomas August, Arlindo Arriaga, Tim Hultberg, Generation and assimilation of IASI level 2 products Peter Schlüssel, Thomas August, Arlindo Arriaga, Tim Hultberg, Nikita Pougatchev,, Peter Bauer, Gábor G Radnóti 16/04/2009 IASI level 2 product generation

More information

A high spectral resolution global land surface infrared emissivity database

A high spectral resolution global land surface infrared emissivity database A high spectral resolution global land surface infrared emissivity database Eva E. Borbas, Robert O. Knuteson, Suzanne W. Seemann, Elisabeth Weisz, Leslie Moy, and Hung-Lung Huang Space Science and Engineering

More information

Towards a NNORSY Synergistic GOME-2/IASI Ozone Profile ECV

Towards a NNORSY Synergistic GOME-2/IASI Ozone Profile ECV Towards a NNORSY Synergistic GOME-2/IASI Ozone Profile ECV Anton Kaifel, Martin Felder, Frank Senke, Roger Huckle* Center for Solar Energy and Hydrogen Research (ZSW) * now working @ EUMETSAT Study partly

More information

INTRODUCTION OPERATIONS

INTRODUCTION OPERATIONS IASI EOF and ANN Retrieved Total Columnar Amounts Ozone, Compared to Ozone Sonde and Brewer Spectrometer Measurements from the Lindenberg and Sodankylä Validation Campaigns Olusoji O. Oduleye, Thomas August,

More information

Joint Airborne IASI Validation Experiment (JAIVEx) - An Overview

Joint Airborne IASI Validation Experiment (JAIVEx) - An Overview Joint Airborne IASI Validation Experiment (JAIVEx) - An Overview W. Smith 1,2, A. Larar 3, J.Taylor 4, H. Revercomb 2, S. Kireev 1, D. Zhou 3, X. Liu 3, D. Tobin 2, S. Newman 4, P. Schluessel 5, X. Calbet

More information

IASI L2Pcore sea surface temperature. By Anne O Carroll, Thomas August, Pierre Le Borgne and Anne Marsouin

IASI L2Pcore sea surface temperature. By Anne O Carroll, Thomas August, Pierre Le Borgne and Anne Marsouin IASI L2Pcore sea surface temperature By Anne O Carroll, Thomas August, Pierre Le Borgne and Anne Marsouin Abstract Anne O Carroll EUMETSAT Eumetsat Allee 1 64295 Darmstadt Germany Tel: +49 6151 807 676

More information

Polar Multi-Sensor Aerosol Product: User Requirements

Polar Multi-Sensor Aerosol Product: User Requirements Polar Multi-Sensor Aerosol Product: User Requirements Doc.No. Issue : : EUM/TSS/REQ/13/688040 v2 EUMETSAT EUMETSAT Allee 1, D-64295 Darmstadt, Germany Tel: +49 6151 807-7 Fax: +49 6151 807 555 Telex: 419

More information

Effect of Predictor Choice on the AIRS Bias Correction at the Met Office

Effect of Predictor Choice on the AIRS Bias Correction at the Met Office Effect of Predictor Choice on the AIRS Bias Correction at the Met Office Brett Harris Bureau of Meterorology Research Centre, Melbourne, Australia James Cameron, Andrew Collard and Roger Saunders, Met

More information

IRFS-2 instrument onboard Meteor-M N2 satellite: measurements analysis

IRFS-2 instrument onboard Meteor-M N2 satellite: measurements analysis IRFS-2 instrument onboard Meteor-M N2 satellite: measurements analysis Polyakov A.V., Virolainen Ya.A., Timofeyev Yu.M. SPbSU, Saint-Petersburg, Russia Uspensky A.B., A.N. Rublev, SRC Planeta, Moscow,

More information

Virtual Sensors and Large-Scale Gaussian Processes

Virtual Sensors and Large-Scale Gaussian Processes Virtual Sensors and Large-Scale Gaussian Processes Ashok N. Srivastava, Ph.D. Principal Investigator, IVHM Project Group Lead, Intelligent Data Understanding ashok.n.srivastava@nasa.gov Coauthors: Kamalika

More information

SAFNWC/MSG SEVIRI CLOUD PRODUCTS

SAFNWC/MSG SEVIRI CLOUD PRODUCTS SAFNWC/MSG SEVIRI CLOUD PRODUCTS M. Derrien and H. Le Gléau Météo-France / DP / Centre de Météorologie Spatiale BP 147 22302 Lannion. France ABSTRACT Within the SAF in support to Nowcasting and Very Short

More information

Cloud detection for IASI/AIRS using imagery

Cloud detection for IASI/AIRS using imagery Cloud detection for IASI/AIRS using imagery Lydie Lavanant 1, Mohamed Dahoui 2, Florence Rabier 3, Thomas Auligné 3 1 Météo-France, Centre de Météorologie Spatiale, BP 147, 22300, Lannion Cedex France

More information

VALIDATION OF CROSS-TRACK INFRARED SOUNDER (CRIS) PROFILES OVER EASTERN VIRGINIA. Author: Jonathan Geasey, Hampton University

VALIDATION OF CROSS-TRACK INFRARED SOUNDER (CRIS) PROFILES OVER EASTERN VIRGINIA. Author: Jonathan Geasey, Hampton University VALIDATION OF CROSS-TRACK INFRARED SOUNDER (CRIS) PROFILES OVER EASTERN VIRGINIA Author: Jonathan Geasey, Hampton University Advisor: Dr. William L. Smith, Hampton University Abstract The Cross-Track Infrared

More information

PRECONVECTIVE SOUNDING ANALYSIS USING IASI AND MSG- SEVIRI

PRECONVECTIVE SOUNDING ANALYSIS USING IASI AND MSG- SEVIRI PRECONVECTIVE SOUNDING ANALYSIS USING IASI AND MSG- SEVIRI Marianne König, Dieter Klaes EUMETSAT, Eumetsat-Allee 1, 64295 Darmstadt, Germany Abstract EUMETSAT operationally generates the Global Instability

More information

The ATOVS and AVHRR Product Processing Facility of EPS

The ATOVS and AVHRR Product Processing Facility of EPS The ATOVS and AVHRR Product Processing Facility of EPS Dieter Klaes, Jörg Ackermann, Rainer Schraidt, Tim Patterson, Peter Schlüssel, Pepe Phillips, Arlindo Arriaga, and Jochen Grandell EUMETSAT Am Kavalleriesand

More information

Derivation of AMVs from single-level retrieved MTG-IRS moisture fields

Derivation of AMVs from single-level retrieved MTG-IRS moisture fields Derivation of AMVs from single-level retrieved MTG-IRS moisture fields Laura Stewart MetOffice Reading, Meteorology Building, University of Reading, Reading, RG6 6BB Abstract The potential to derive AMVs

More information

Calibration and Validation of Metop/ATOVS and AVHRR products. Éamonn McKernan (Rhea System S. A.)

Calibration and Validation of Metop/ATOVS and AVHRR products. Éamonn McKernan (Rhea System S. A.) Calibration and Validation of Metop/ATOVS and AVHRR products Éamonn McKernan (Rhea System S. A.) François Montagner, Dieter Klaes, Peter Schlüssel, Yves Buhler (EUMETSAT) With contributions from John Jackson,

More information

CORRELATION BETWEEN ATMOSPHERIC COMPOSITION AND VERTICAL STRUCTURE AS MEASURED BY THREE GENERATIONS OF HYPERSPECTRAL SOUNDERS IN SPACE

CORRELATION BETWEEN ATMOSPHERIC COMPOSITION AND VERTICAL STRUCTURE AS MEASURED BY THREE GENERATIONS OF HYPERSPECTRAL SOUNDERS IN SPACE CORRELATION BETWEEN ATMOSPHERIC COMPOSITION AND VERTICAL STRUCTURE AS MEASURED BY THREE GENERATIONS OF HYPERSPECTRAL SOUNDERS IN SPACE Nadia Smith 1, Elisabeth Weisz 1, and Allen Huang 1 1 Space Science

More information

Andrew Collard, ECMWF

Andrew Collard, ECMWF Assimilation of AIRS & IASI at ECMWF Andrew Collard, ECMWF Slide 1 Acknowledgements to Tony McNally, Richard Engelen & Rossana Dragani Overview Introduction Assimilation Configuration - Channel Selection

More information

IASI Level 2 Processing

IASI Level 2 Processing IASI Level Processing Peter Schlüssel EUMESA Soundings from High Spectral esolution Observations Madison 06-08 May 003 EUM.EPS.SYS..03.00 Issue Slide: Outline IASI instrument properties IASI Level processor

More information

Towards a better use of AMSU over land at ECMWF

Towards a better use of AMSU over land at ECMWF Towards a better use of AMSU over land at ECMWF Blazej Krzeminski 1), Niels Bormann 1), Fatima Karbou 2) and Peter Bauer 1) 1) European Centre for Medium-range Weather Forecasts (ECMWF), Shinfield Park,

More information

UPDATES IN THE ASSIMILATION OF GEOSTATIONARY RADIANCES AT ECMWF

UPDATES IN THE ASSIMILATION OF GEOSTATIONARY RADIANCES AT ECMWF UPDATES IN THE ASSIMILATION OF GEOSTATIONARY RADIANCES AT ECMWF Carole Peubey, Tony McNally, Jean-Noël Thépaut, Sakari Uppala and Dick Dee ECMWF, UK Abstract Currently, ECMWF assimilates clear sky radiances

More information

Improved Use of AIRS Data at ECMWF

Improved Use of AIRS Data at ECMWF Improved Use of AIRS Data at ECMWF A.D. Collard, A.P. McNally European Centre for Medium-Range Weather Forecasts, Reading, U.K. W.W. Wolf QSS Group, Inc., NOAA Science Center, 5200 Auth Road, Camp Springs

More information

GRUAN and Satellite Collocation Xavier Calbet - EUMETSAT

GRUAN and Satellite Collocation Xavier Calbet - EUMETSAT GRUAN and Satellite Collocation Xavier Calbet - EUMETSAT Why GRUAN? 1. GRUAN stand for GCOS Reference Upper-Air Network 2. Are providing uncertainties with the measurements 3. But, most importantly, they

More information

An Overview of the UW Hyperspectral Retrieval System for AIRS, IASI and CrIS

An Overview of the UW Hyperspectral Retrieval System for AIRS, IASI and CrIS An Overview of the UW Hyperspectral Retrieval System for AIRS, IASI and CrIS Nadia Smith a, Elisabeth Weisz b and William L. Smith Cooperative Institute for Meteorological Satellite Studies (CIMSS) Space

More information

ASSIMILATION EXPERIMENTS WITH DATA FROM THREE CONICALLY SCANNING MICROWAVE INSTRUMENTS (SSMIS, AMSR-E, TMI) IN THE ECMWF SYSTEM

ASSIMILATION EXPERIMENTS WITH DATA FROM THREE CONICALLY SCANNING MICROWAVE INSTRUMENTS (SSMIS, AMSR-E, TMI) IN THE ECMWF SYSTEM ASSIMILATION EXPERIMENTS WITH DATA FROM THREE CONICALLY SCANNING MICROWAVE INSTRUMENTS (SSMIS, AMSR-E, TMI) IN THE ECMWF SYSTEM Niels Bormann 1, Graeme Kelly 1, Peter Bauer 1, and Bill Bell 2 1 ECMWF,

More information

Royal Netherlands Meteorological Institute Ministry of Infrastructure and the Environment

Royal Netherlands Meteorological Institute Ministry of Infrastructure and the Environment Royal Netherlands Meteorological Institute Ministry of Infrastructure and the Environment 3D Exploration of Weather Data in Combination with IASI L2 Products for Better Understanding of Potential Applications

More information

GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT

GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT P2.32 GIFTS SOUNDING RETRIEVAL ALGORITHM DEVELOPMENT Jun Li, Fengying Sun, Suzanne Seemann, Elisabeth Weisz, and Hung-Lung Huang Cooperative Institute for Meteorological Satellite Studies (CIMSS) University

More information

Preparation for the Distribution of IASI Radiances to NCEP and GMAO

Preparation for the Distribution of IASI Radiances to NCEP and GMAO Preparation for the Distribution of IASI Radiances to NCEP and GMAO W. Wolf 1, T. King 1, Z. Cheng 1, L. Zhou 1, H. Sun 1, W. Zhou 1, P. Keehn 1, M. Goldberg 2, J. Woollen 3, and C. Barnet 2 1 QSS Group

More information

Retrieval of upper tropospheric humidity from AMSU data. Viju Oommen John, Stefan Buehler, and Mashrab Kuvatov

Retrieval of upper tropospheric humidity from AMSU data. Viju Oommen John, Stefan Buehler, and Mashrab Kuvatov Retrieval of upper tropospheric humidity from AMSU data Viju Oommen John, Stefan Buehler, and Mashrab Kuvatov Institute of Environmental Physics, University of Bremen, Otto-Hahn-Allee 1, 2839 Bremen, Germany.

More information

Feature-tracked 3D Winds from Satellite Sounders: Derivation and Impact in Global Models

Feature-tracked 3D Winds from Satellite Sounders: Derivation and Impact in Global Models Feature-tracked 3D Winds from Satellite Sounders: Derivation and Impact in Global Models David Santek, Anne-Sophie Daloz 1, Samantha Tushaus 1, Marek Rogal 1, Will McCarty 2 1 Space Science and Engineering

More information

Recent Data Assimilation Activities at Environment Canada

Recent Data Assimilation Activities at Environment Canada Recent Data Assimilation Activities at Environment Canada Major upgrade to global and regional deterministic prediction systems (now in parallel run) Sea ice data assimilation Mark Buehner Data Assimilation

More information

The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada

The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada The assimilation of AMSU and SSM/I brightness temperatures in clear skies at the Meteorological Service of Canada Abstract David Anselmo and Godelieve Deblonde Meteorological Service of Canada, Dorval,

More information

Fine atmospheric structure retrieved from IASI and AIRS under all weather conditions

Fine atmospheric structure retrieved from IASI and AIRS under all weather conditions Fine atmospheric structure retrieved from IASI and AIRS under all weather conditions Daniel K. Zhou 1, William L. Smith 2,3, Allen M. Larar 1, Xu Liu 1, Jonathan P. Taylor 4, Peter Schlüssel 5, L. Larrabee

More information

Assimilation of hyperspectral infrared sounder radiances in the French global numerical weather prediction ARPEGE model

Assimilation of hyperspectral infrared sounder radiances in the French global numerical weather prediction ARPEGE model Assimilation of hyperspectral infrared sounder radiances in the French global numerical weather prediction ARPEGE model N. Fourrié, V. Guidard, M. Dahoui, T. Pangaud, P. Poli and F. Rabier CNRM-GAME, Météo-France

More information

MAIA a software package for cloud detection and characterization for VIIRS and AVHRR imagers

MAIA a software package for cloud detection and characterization for VIIRS and AVHRR imagers MAIA a software package for cloud detection and characterization for VIIRS and AVHRR imagers Pascale Roquet, Lydie Lavanant, Pascal Brunel CSPP/IMAPP USERS' GROUP MEETING 2017 27-29 June 2017 Outline MAIA

More information

Using HIRS Observations to Construct Long-Term Global Temperature and Water Vapor Profile Time Series

Using HIRS Observations to Construct Long-Term Global Temperature and Water Vapor Profile Time Series Using HIRS Observations to Construct Long-Term Global Temperature and Water Vapor Profile Time Series Lei Shi and John J. Bates National Climatic Data Center, National Oceanic and Atmospheric Administration

More information

IMPACT OF IASI DATA ON FORECASTING POLAR LOWS

IMPACT OF IASI DATA ON FORECASTING POLAR LOWS IMPACT OF IASI DATA ON FORECASTING POLAR LOWS Roger Randriamampianina rwegian Meteorological Institute, Pb. 43 Blindern, N-0313 Oslo, rway rogerr@met.no Abstract The rwegian THORPEX-IPY aims to significantly

More information

THE ATMOSPHERIC MOTION VECTOR RETRIEVAL SCHEME FOR METEOSAT SECOND GENERATION. Kenneth Holmlund. EUMETSAT Am Kavalleriesand Darmstadt Germany

THE ATMOSPHERIC MOTION VECTOR RETRIEVAL SCHEME FOR METEOSAT SECOND GENERATION. Kenneth Holmlund. EUMETSAT Am Kavalleriesand Darmstadt Germany THE ATMOSPHERIC MOTION VECTOR RETRIEVAL SCHEME FOR METEOSAT SECOND GENERATION Kenneth Holmlund EUMETSAT Am Kavalleriesand 31 64293 Darmstadt Germany ABSTRACT The advent of the Meteosat Second Generation

More information

ERA-CLIM2-WP3: Satellite data reprocessing and inter-calibration

ERA-CLIM2-WP3: Satellite data reprocessing and inter-calibration ERA-CLIM2-WP3: Satellite data reprocessing and inter-calibration Rob Roebeling, Jörg Schulz, Marie Doutriaux- Boucher, Alessio Lattanzio, Viju John, and Andrey Bogdanov Thanks to: Christian Marquardt and

More information

COMPARISON OF SIMULATED RADIANCE FIELDS USING RTTOV AND CRTM AT MICROWAVE FREQUENCIES IN KOPS FRAMEWORK

COMPARISON OF SIMULATED RADIANCE FIELDS USING RTTOV AND CRTM AT MICROWAVE FREQUENCIES IN KOPS FRAMEWORK COMPARISON OF SIMULATED RADIANCE FIELDS USING RTTOV AND CRTM AT MICROWAVE FREQUENCIES IN KOPS FRAMEWORK Ju-Hye Kim 1, Jeon-Ho Kang 1, Hyoung-Wook Chun 1, and Sihye Lee 1 (1) Korea Institute of Atmospheric

More information

IASI L1 NRT data quality monitoring at EUMETSAT Lars Fiedler, Yakov Livschitz, Denis Blumstein, Eric Pequignot, Tim Hultberg and Francois Montagner

IASI L1 NRT data quality monitoring at EUMETSAT Lars Fiedler, Yakov Livschitz, Denis Blumstein, Eric Pequignot, Tim Hultberg and Francois Montagner IASI L1 NRT data quality monitoring at EUMETSAT Lars Fiedler, Yakov Livschitz, Denis Blumstein, Eric Pequignot, Tim Hultberg and Francois Montagner Slide: 1 Outline 1. Introduction 2. Summary on IASI L1

More information

Error Assessment and Validation of the IASI Temperature and Water Vapor Profile Retrievals

Error Assessment and Validation of the IASI Temperature and Water Vapor Profile Retrievals Error Assessment and Validation of the IASI Temperature and Water Vapor Profile Retrievals Validation by Radiosonde Correlative Measurements N. Pougatchev, T. August, X. Calbet, T. Hultberg, P. Schlüssel,

More information

Impact of IASI assimilation in convective scale model AROME

Impact of IASI assimilation in convective scale model AROME Impact of IASI assimilation in convective scale model AROME Vincent GUIDARD Pierre BROUSSEAU, Nadia FOURRIE, Florence RABIER Météo-France and CNRS / CNRM-GAME 2 Overview 1. What is AROME? 2. IASI in next

More information

Dynamic Infrared Land Surface Emissivity Atlas based on IASI Retrievals

Dynamic Infrared Land Surface Emissivity Atlas based on IASI Retrievals Dynamic Infrared Land Surface Emissivity Atlas based on IASI Retrievals EUMETSAT Fellowship 2015-2018 Rory Gray rory.gray@metoffice.gov.uk Thanks to: Ed Pavelin, Bill Bell, Chawn Harlow www.metoffice.gov.uk

More information

Aircraft Validation of Infrared Emissivity derived from Advanced InfraRed Sounder Satellite Observations

Aircraft Validation of Infrared Emissivity derived from Advanced InfraRed Sounder Satellite Observations Aircraft Validation of Infrared Emissivity derived from Advanced InfraRed Sounder Satellite Observations Robert Knuteson, Fred Best, Steve Dutcher, Ray Garcia, Chris Moeller, Szu Chia Moeller, Henry Revercomb,

More information

Carmine Serio, Guido Masiello. DIFA, University of Basilicata, Italy

Carmine Serio, Guido Masiello. DIFA, University of Basilicata, Italy Carmine Serio, Guido Masiello DIFA, University of Basilicata, Italy Stephen Tjemkes, Poster in this conference hs-test Surface temperature test IASI stand-alone cloud detection scheme The baseline Test

More information

Applications of IASI on MetOp-A : first results and illustration of potential use for meteorology, climate monitoring and atmospheric chemistry

Applications of IASI on MetOp-A : first results and illustration of potential use for meteorology, climate monitoring and atmospheric chemistry Applications of IASI on MetOp-A : first results and illustration of potential use for meteorology, climate monitoring and atmospheric chemistry Thierry Phulpin* a, Denis Blumstein a, Florent Prel a, Bernard

More information

Dual-Regression Surface and Atmospheric Sounding Algorithm for Initializing Physical Retrievals and Direct Radiance Assimilation

Dual-Regression Surface and Atmospheric Sounding Algorithm for Initializing Physical Retrievals and Direct Radiance Assimilation SPACE SCIENCE AND ENGINEERING CENTER Dual-Regression Surface and Atmospheric Sounding Algorithm for Initializing Physical Retrievals and Direct Radiance Assimilation W. L. Smith Sr. 1,2,3, E. Weisz 1,

More information

VALIDATION OF DUAL-MODE METOP AMVS

VALIDATION OF DUAL-MODE METOP AMVS VALIDATION OF DUAL-MODE METOP AMVS Ákos Horváth 1, Régis Borde 2, and Hartwig Deneke 1 1 Leibniz Institute for Tropospheric Research, Permoserstrasse 15, Leipzig, Germany 2 EUMETSAT, Eumetsat Allee 1,

More information

Satellite Radiance Data Assimilation at the Met Office

Satellite Radiance Data Assimilation at the Met Office Satellite Radiance Data Assimilation at the Met Office Ed Pavelin, Stephen English, Brett Candy, Fiona Hilton Outline Summary of satellite data used in the Met Office NWP system Processing and quality

More information

SNOW COVER MAPPING USING METOP/AVHRR DATA

SNOW COVER MAPPING USING METOP/AVHRR DATA SNOW COVER MAPPING USING METOP/AVHRR DATA Niilo Siljamo, Markku Suomalainen, Otto Hyvärinen Finnish Meteorological Institute, Erik Palménin Aukio 1, FI-00101 Helsinki, Finland Abstract LSA SAF snow cover

More information

GLOBAL ATMOSPHERIC MOTION VECTOR INTER-COMPARISON STUDY

GLOBAL ATMOSPHERIC MOTION VECTOR INTER-COMPARISON STUDY GLOBAL ATMOSPHERIC MOTION VECTOR INTER-COMPARISON STUDY Iliana Genkova (1), Regis Borde (2), Johannes Schmetz (2), Chris Velden (3), Ken Holmlund (2), Mary Forsythe (4), Jamie Daniels (5), Niels Bormann

More information

OSSE to infer the impact of Arctic AMVs extracted from highly elliptical orbit imagery

OSSE to infer the impact of Arctic AMVs extracted from highly elliptical orbit imagery OSSE to infer the impact of Arctic AMVs extracted from highly elliptical orbit imagery L. Garand 1 Y. Rochon 1, S. Heilliette 1, J. Feng 1, A.P. Trishchenko 2 1 Environment Canada, 2 Canada Center for

More information

Plans for the Assimilation of Cloud-Affected Infrared Soundings at the Met Office

Plans for the Assimilation of Cloud-Affected Infrared Soundings at the Met Office Plans for the Assimilation of Cloud-Affected Infrared Soundings at the Met Office Ed Pavelin and Stephen English Met Office, Exeter, UK Abstract A practical approach to the assimilation of cloud-affected

More information

Assimilation of IASI data at the Met Office. Fiona Hilton Nigel Atkinson ITSC-XVI, Angra dos Reis, Brazil 07/05/08

Assimilation of IASI data at the Met Office. Fiona Hilton Nigel Atkinson ITSC-XVI, Angra dos Reis, Brazil 07/05/08 Assimilation of IASI data at the Met Office Fiona Hilton Nigel Atkinson ITSC-XVI, Angra dos Reis, Brazil 07/05/08 Thanks to my other colleagues! Andrew Collard (ECMWF) Brett Candy, Steve English, James

More information

UPDATE on: Consistency for water vapour of GRUAN, LBLRTM and IASI

UPDATE on: Consistency for water vapour of GRUAN, LBLRTM and IASI UPDATE on: Consistency for water vapour of GRUAN, LBLRTM and IASI Xavier Calbet (xcalbeta@aemet.es) Paper in press: Calbet, X., Peinado-Galan, N., Ripodas, P., Trent, T., Dirksen, R., and Sommer, M.: Consistency

More information

The Use of Hyperspectral Infrared Radiances In Numerical Weather Prediction

The Use of Hyperspectral Infrared Radiances In Numerical Weather Prediction The Use of Hyperspectral Infrared Radiances In Numerical Weather Prediction J. Le Marshall 1, J. Jung 1, J. Derber 1, T. Zapotocny 2, W. L. Smith 3, D. Zhou 4, R. Treadon 1, S. Lord 1, M. Goldberg 1 and

More information

Retrieval of atmospheric profiles and surface parameters from METEOR - 3M IR- and MW- sounders data

Retrieval of atmospheric profiles and surface parameters from METEOR - 3M IR- and MW- sounders data The 19th International TOVS Study Conference (ITSC-19) Retrieval of atmospheric profiles and surface parameters from METEOR - 3M IR- and MW- sounders data Polyakov, Alexander 1, Kostsov, Vladimir 1, Timofeyev,

More information

The May 2013 SNPP Cal/Val Campaign Validation of Satellite Soundings W. L. Smith Sr., A. M. Larar, H. E. Revercomb, M. Yesalusky, and E.

The May 2013 SNPP Cal/Val Campaign Validation of Satellite Soundings W. L. Smith Sr., A. M. Larar, H. E. Revercomb, M. Yesalusky, and E. The May 2013 SNPP Cal/Val Campaign Validation of Satellite Soundings W. L. Smith Sr., A. M. Larar, H. E. Revercomb, M. Yesalusky, and E. Weisz May 2013 Suomi NPP Aircraft Campaign SHIS, NAST I, NAST M,MASTER/AVIRIS

More information

A statistical approach for rainfall confidence estimation using MSG-SEVIRI observations

A statistical approach for rainfall confidence estimation using MSG-SEVIRI observations A statistical approach for rainfall confidence estimation using MSG-SEVIRI observations Elisabetta Ricciardelli*, Filomena Romano*, Nico Cimini*, Frank Silvio Marzano, Vincenzo Cuomo* *Institute of Methodologies

More information

All-sky assimilation of MHS and HIRS sounder radiances

All-sky assimilation of MHS and HIRS sounder radiances All-sky assimilation of MHS and HIRS sounder radiances Alan Geer 1, Fabrizio Baordo 2, Niels Bormann 1, Stephen English 1 1 ECMWF 2 Now at Bureau of Meteorology, Australia All-sky assimilation at ECMWF

More information

OCEAN & SEA ICE SAF CDOP2. OSI-SAF Metop-A IASI Sea Surface Temperature L2P (OSI-208) Validation report. Version 1.4 April 2015

OCEAN & SEA ICE SAF CDOP2. OSI-SAF Metop-A IASI Sea Surface Temperature L2P (OSI-208) Validation report. Version 1.4 April 2015 OCEAN & SEA ICE SAF CDOP2 OSI-SAF Metop-A IASI Sea Surface Temperature L2P (OSI-208) Validation report Version 1.4 April 2015 A. O Carroll and A. Marsouin EUMETSAT, Eumetsat-Allee 1, Darmstadt 64295, Germany

More information

APPLICATIONS WITH METEOROLOGICAL SATELLITES. W. Paul Menzel. Office of Research and Applications NOAA/NESDIS University of Wisconsin Madison, WI

APPLICATIONS WITH METEOROLOGICAL SATELLITES. W. Paul Menzel. Office of Research and Applications NOAA/NESDIS University of Wisconsin Madison, WI APPLICATIONS WITH METEOROLOGICAL SATELLITES by W. Paul Menzel Office of Research and Applications NOAA/NESDIS University of Wisconsin Madison, WI July 2004 Unpublished Work Copyright Pending TABLE OF CONTENTS

More information

Impact of hyperspectral IR radiances on wind analyses

Impact of hyperspectral IR radiances on wind analyses Impact of hyperspectral IR radiances on wind analyses Kirsti Salonen and Anthony McNally Kirsti.Salonen@ecmwf.int ECMWF November 30, 2017 Motivation The upcoming hyper-spectral IR instruments on geostationary

More information

Direct radiance validation of IASI - results from JAIVEx

Direct radiance validation of IASI - results from JAIVEx Direct radiance validation of IASI - results from JAIVEx Stuart Newman, Jonathan Taylor, Fiona Hilton, Andrew Collard, Bill Smith, Allen Larar and many others from the JAIVEx science team ITSC-XVI, Angra

More information

A two-season impact study of the Navy s WindSat surface wind retrievals in the NCEP global data assimilation system

A two-season impact study of the Navy s WindSat surface wind retrievals in the NCEP global data assimilation system A two-season impact study of the Navy s WindSat surface wind retrievals in the NCEP global data assimilation system Li Bi James Jung John Le Marshall 16 April 2008 Outline WindSat overview and working

More information

ASSIMILATION OF ATOVS RETRIEVALS AND AMSU-A RADIANCES AT THE ITALIAN WEATHER SERVICE: CURRENT STATUS AND PERSPECTIVES

ASSIMILATION OF ATOVS RETRIEVALS AND AMSU-A RADIANCES AT THE ITALIAN WEATHER SERVICE: CURRENT STATUS AND PERSPECTIVES ASSIMILATION OF ATOVS RETRIEVALS AND AMSU-A RADIANCES AT THE ITALIAN WEATHER SERVICE: CURRENT STATUS AND PERSPECTIVES Massimo Bonavita, Lucio Torrisi and Antonio Vocino CNMCA, Italian Meteorological Service

More information

Cloud analysis from METEOSAT data using image segmentation for climate model verification

Cloud analysis from METEOSAT data using image segmentation for climate model verification Cloud analysis from METEOSAT data using image segmentation for climate model verification R. Huckle 1, F. Olesen 2 Institut für Meteorologie und Klimaforschung, 1 University of Karlsruhe, 2 Forschungszentrum

More information

OBSERVING SYSTEM EXPERIMENTS ON ATOVS ORBIT CONSTELLATIONS

OBSERVING SYSTEM EXPERIMENTS ON ATOVS ORBIT CONSTELLATIONS OBSERVING SYSTEM EXPERIMENTS ON ATOVS ORBIT CONSTELLATIONS Enza Di Tomaso and Niels Bormann European Centre for Medium-range Weather Forecasts Shinfield Park, Reading, RG2 9AX, United Kingdom Abstract

More information

Of Chessboards and Ghosts Signatures of micro-vibrations from IASI monitoring in NWP?

Of Chessboards and Ghosts Signatures of micro-vibrations from IASI monitoring in NWP? Of Chessboards and Ghosts Signatures of micro-vibrations from IASI monitoring in NWP? Niels Bormann 1, James R.N. Cameron 2, and Anthony P. McNally 1 1 European Centre for Medium-range Weather Forecasts

More information

MONITORING WEATHER AND CLIMATE FROM SPACE

MONITORING WEATHER AND CLIMATE FROM SPACE MONITORING WEATHER AND CLIMATE FROM SPACE EUMETSAT Report on New Services Anders Meier Soerensen New X/L-band antenna, Greenland Athens: New 3.0 m L/X-band antenna New 2.4 m L/Xband antenna Installations

More information

Retrieval of Cloud Top Pressure

Retrieval of Cloud Top Pressure Master Thesis in Statistics and Data Mining Retrieval of Cloud Top Pressure Claudia Adok Division of Statistics and Machine Learning Department of Computer and Information Science Linköping University

More information

Principal Component Analysis (PCA) of AIRS Data

Principal Component Analysis (PCA) of AIRS Data Principal Component Analysis (PCA) of AIRS Data Mitchell D. Goldberg 1, Lihang Zhou 2, Walter Wolf 2 and Chris Barnet 1 NOAA/NESDIS/Office of Research and Applications, Camp Springs, MD 1 QSS Group Inc.

More information

Infrared continental surface emissivity spectra and skin temperature retrieved from IASI observation

Infrared continental surface emissivity spectra and skin temperature retrieved from IASI observation Infrared continental surface emissivity spectra and skin temperature retrieved from IASI observation Capelle V., Chédin A., Péquignot E., N. A Scott Schlüssel P., Newman S. IASI Conference 2013 Introduction

More information

A physically-based observation error covariance matrix for IASI

A physically-based observation error covariance matrix for IASI ITSC20 29 Oct 2015 A physically-based observation error covariance matrix for IASI Hyoung-Wook Chun 1, Reima Eresmaa 2, Anthony P. McNally 2, Niels Bormann 2, and Marco Matricardi 2 1 Korea Institute of

More information

MET report. The IASI moisture channel impact study in HARMONIE for August-September 2011

MET report. The IASI moisture channel impact study in HARMONIE for August-September 2011 MET report no. 19/2013 Numerical Weather Prediction The IASI moisture channel impact study in HARMONIE for August-September 2011 Trygve Aspelien, Roger Randriamampianina, Harald Schyberg, Frank Thomas

More information

IMPORTANCE OF SATELLITE DATA (FOR REANALYSIS AND BEYOND) Jörg Schulz EUMETSAT

IMPORTANCE OF SATELLITE DATA (FOR REANALYSIS AND BEYOND) Jörg Schulz EUMETSAT IMPORTANCE OF SATELLITE DATA (FOR REANALYSIS AND BEYOND) Jörg Schulz EUMETSAT Why satellite data for climate monitoring? Global coverage Global consistency, sometimes also temporal consistency High spatial

More information

Report on CIMSS Participation in the Utility of GOES-R Instruments for Hurricane Data Assimilation and Forecasting

Report on CIMSS Participation in the Utility of GOES-R Instruments for Hurricane Data Assimilation and Forecasting Report on CIMSS Participation in the Utility of GOES-R Instruments for Hurricane Data Assimilation and Forecasting Award Number: NA10NES4400010 Award Period: 06/01/2010-05/31/2014 Program Office: NESDIS

More information

Imager-assisted cloud detection for assimilation of Infrared Atmospheric Sounding Interferometer radiances

Imager-assisted cloud detection for assimilation of Infrared Atmospheric Sounding Interferometer radiances Quarterly Journal of the Royal Meteorological Society Q. J. R. Meteorol. Soc. 14: 2342 2352, October 214 A DOI:1.12/qj.234 Imager-assisted cloud detection for assimilation of Infrared Atmospheric Sounding

More information

Next generation of EUMETSAT microwave imagers and sounders: new opportunities for cloud and precipitation retrieval

Next generation of EUMETSAT microwave imagers and sounders: new opportunities for cloud and precipitation retrieval Next generation of EUMETSAT microwave imagers and sounders: new opportunities for cloud and precipitation retrieval Christophe Accadia, Sabatino Di Michele, Vinia Mattioli, Jörg Ackermann, Sreerekha Thonipparambil,

More information

Statistical Validation Assessment Model for Advanced Sounding Products

Statistical Validation Assessment Model for Advanced Sounding Products Statistical Validation Assessment Model for Advanced Sounding Products N. Pougatchev T. August, X. Calbet, T. Hultberg, O. Oduleye P. Schlüssel, B. StillerK. St. Germain and G. Bingham Hyperspectral Workshop

More information

AN INVESTIGATION INTO THE PERFORMANCE OF RETRIEVALS OF TEMPERATURE AND HUMIDITY FROM IASI

AN INVESTIGATION INTO THE PERFORMANCE OF RETRIEVALS OF TEMPERATURE AND HUMIDITY FROM IASI AN INVESTIGATION INTO THE PERFORMANCE OF RETRIEVALS OF TEMPERATURE AND HUMIDITY FROM IASI Fiona Hilton 1, Paolo Antonelli 2, Xavier Calbet 3, Tim Hultberg 3, Lydie Lavanant 4, Xu Liu 5, Guido Masiello

More information

Aircraft and satellite hyperspectral measurements investigating the radiative impact of atmospheric water vapour

Aircraft and satellite hyperspectral measurements investigating the radiative impact of atmospheric water vapour Aircraft and satellite hyperspectral measurements investigating the radiative impact of atmospheric water vapour Stuart Newman and co-workers ITSC-17, Monterey, 14-20 April 2010 Acknowledgements Many thanks

More information

Future Opportunities of Using Microwave Data from Small Satellites for Monitoring and Predicting Severe Storms

Future Opportunities of Using Microwave Data from Small Satellites for Monitoring and Predicting Severe Storms Future Opportunities of Using Microwave Data from Small Satellites for Monitoring and Predicting Severe Storms Fuzhong Weng Environmental Model and Data Optima Inc., Laurel, MD 21 st International TOV

More information