-SMOS Level 3 SSS Research products - Product User Manual Reprocessed Year 2010

Size: px
Start display at page:

Download "-SMOS Level 3 SSS Research products - Product User Manual Reprocessed Year 2010"

Transcription

1 CATDS-CECOS-L3-PUDOC Issue 1 Rev 0 - products - Product User Manual Reprocessed Year 2010 Function Name Signature Date Project Manager Nicolas REUL (IFREMER C-ECOS) CATDS -CECOS Team 11 September 2011 Centre Aval de Traitement des Données SMOS (CATDS)- Expertise Center -Ocean Salinity (CEC-OS) Laboratoire d Océanographie Physique et Spatiale Z.I. Pointe du Diable-B. P. 70, Plouzané France Tél. : +33 (0) Fax : +33 (0) nreul@ifremer.fr

2 Products Product User Document Page 2 Document status Title Products -Products User Manual Issue Revision Date Reason for the revision /09/2011 Initial version Modification status Issue Rev Status * Modified pages Reason for the modification * I = Inserted D = deleted M = Modified

3 Page 3 Table of contents 1. INTRODUCTION PRODUCTS CHARACTERISTICS, FORMATS, FILE NAMING CONVENTIONS & DATA CITATION Products general characteristics Product format and content File Naming convention File Name convention for the Monthly Composite products File Name convention for the 10 Day Composite products File Name convention for the Daily running 10 days Composite products Data citation PRODUCT ALGORITHM, VALIDITY, TEMPORAL COVERAGE AND KNOWN FLAWS Product Algorithm and Validity Input Data and temporal coverage Several known flaws Solar contaminations RFI Land Contamination Major Geophysical correction issues: Sky noise Roughness-induced biases along the SEC in the Eastearn Pacific... 15

4 Page 4 1. Introduction This document is the product user manual for the CATDS/CEC-OS SMOS Level 3 SSS research products. 2.1 describes the composite products major characteristics, 2.2 presents the product format, 2.3 describes the file naming convention, 2.4 explains how to aknowledge the use of these data, 3 gives an overview of the products coverage (e.g. input data features, missing output data,..) and describe several known flaws in these datasets.

5 Page 5

6 Page 6 2. Products characteristics, formats, file naming conventions & data citation 2.1 Products general characteristics The CATDS/CEC-OS SMOS Level 3 SSS research products are of three types depending on the temporal window used to generate the Level 3 sea surface salinity composite. The temporal windows we used to generate the products are: monthly composite 10 days composite daily composite based on a running +/-5 days temporal window For each temporal resolution, the composite products are gridded at several spatial resolution varying from 0.25 to 1, depending on the temporal window: Monthly composite products are available at a spatial resolution of: 0.25 x x x days composite products are available at a spatial resolution of: 0.25 x x x 1.00 Daily composite products based on a running +/-5 days temporal window are for the moment only available at 0.25 x 0.25

7 Page Product format and content All products are available in netcdf format complient with version CF1.4. The name, dimension and description of the variables included into all files are given in Table 1. Table 1: Variable Name Dimension and Description Variable Name Dimension Description time 1 Central date of the time period over which the SMOS data were combined to generate the composite product. Number of days since :00:00 latitude nlat Vector of the latitude of the grid nodes over which the composite product is derived. Expressed in degrees North from -90. to +90. longitude nlon Vector of the longitude of the grid nodes over which the composite product is derived. Expressed in degrees East from to sss nlon nlat Gridded Sea Surface Salinity [Practical Salinity Scale]. Missing Values= NaN date_start 1 Start date of the time period over which the SMOS data were considered to generate the composite product date_stop 1 End date of the time period over which the SMOS data were considered to generate the composite product Important Note: as precised in the above table, the dimension of the variable sss is nlon nlat. However the header contents of the netcdf files erroneously indicate a transposed dimension for sss of nlat nlon. This is a bug that shall be corrected in future versions. An example results of the netcdf file content for a 10-day composite product at 0.5 x0.5 resolution is given here below using the "ncdump -h" command under linux: netcdf SSS_SMOS_L3_10day_0.50deg_CATDS_CECOS_ _ _V01 { dimensions: time = 1 ; latitude = 360 ; longitude = 720 ; date_start = 1 ; date_stop = 1 ; variables: double time(time) ; time:time = "central time of sss file" ; time:units = "days since :00:00" ; double latitude(latitude) ; latitude:long_name = "latitude" ; latitude:units = "degree_north" ;

8 Page 8 latitude:valid_min = -90. ; latitude:valid_max = 90. ; double longitude(longitude) ; longitude:long_name = "longitude" ; longitude:units = "degree_east" ; longitude:valid_min = ; longitude:valid_max = 180. ; double sss(latitude, longitude) ; sss:long_name = "Practical Sea Surface Salinity" ; sss:units = "P.S.S." ; sss:_fillvalue = nan ; double date_start(date_start) ; date_start:long_name = "Start Date of the composite Product" ; date_start:units = "days since :00:00" ; double date_stop(date_stop) ; date_stop:long_name = "End Date of the composite Product" ; date_stop:units = "days since :00:00" ; // global attributes: :Conventions = "CF-1.4" ; :title = "SMOS L3 SSS 10 Day Composite" ; :summary = "Composite of CATDS produced Sea Surface Salinity granule data from SMOS satellite on a 0.5 degree resolution grid over global ocean" ; :license = "CATDS-CECOS data use is free and open. Users must register at support@catds.fr" ; :institution = "IFREMER-CNES" ; :project_name = "CATDS C-EC-OS Research products" ; :scientific_support_contact = "Nicolas-Reul (nreul@ifremer.fr)" ; :technical_support_contact = "support@catds.fr" ; :spatial_resolution = "1/2 degrees" ; :temporal_resolution = "10 days" ; :platform = "SMOS" ; :sensor = "MIRAS" ; :product_version = "V01" ; :history = "composite file produced by CATDS/CEC-OS with SSS Chain Prototype V01" ; :cdm_data_type = "grid" ; :southernmost_latitude = "-90." ; :northernmost_latitude = "89.5" ; :easternmost_longitude = "-180." ; :westernmost_longitude = "179.5" ; :geospatial_lat_units = "degrees_north" ; :geospatial_lat_resolution = "0.5" ; :geospatial_lon_units = "degrees_east" ; :geospatial_lon_resolution = "0.5" ; :keywords = "Oceans > Ocean Salinity > Sea Surface Salinity" ; :keywords_vocabulary = "NASA Global Change Master Directory (GCMD) Science Keywords" ; :standard_name_vocabulary = "NASA Global Change Master Directory (GCMD) Science Keywords" ; :acknowledgment = "Please acknowledge the use of these data with the following statement: these data were obtained from the Ocean Salinity Expertise Center (CECOS) of the CNES-IFREMER Centre Aval de Traitemenent des Donnees SMOS (CATDS), at IFREMER, Plouzane (France)." ; :creator_name = "Nicolas Reul" ; :creator_ = "nreul@ifremer.fr" ;

9 Page 9 } :creator_url = " ; :project = "CATDS" ; :publisher_name = "CATDS CECOS" ; :publisher_url = " ; 2.3 File Naming convention File Name convention for the Monthly Composite products For the Monthly composite products the generic filenames are defined as follows: SSS_SMOS_L3_Monthly_xxxdeg_CATDS_CECOS_xxxx.xx _Vxx.nc in which red crosses indicate digital variables. The first variable (3 digits) indicate the spatial resolution: The second (4 digits) and third (2 digits) variables indicate the year and the ordinal month of the year, respectively. Example: for the monthly composite product at 0.25 degree resolution for the month of may 2010:xxxx=2010 and xx=05: SSS_SMOS_L3_Monthly_0.25deg_CATDS_CECOS_ _Vxx.nc The last 2 digits variable indicate the version number of the product processing File Name convention for the 10 Day Composite products For the 10 day composite products, the generic filename is given as defined below:

10 Page 10 Red crosses indicate digital variables defined as follows: The first variable (3 digits) indicate the spatial resolution as defined in The second (4 digits) and third (3 digits) variable indicate the year and the ordinal number of the day in year corresponding to the start date of the time period over which the SMOS data were considered to generate the composite product. The fourth (4 digits) and fifth (3 digits) variable indicate the year and the ordinal number of the day in year corresponding to the end date of the time period over which the SMOS data were considered to generate the composite product. The last variable (2 digits) indicate the product processing version. Example: for the 10-day composite product at 0.5 degree resolution generated for the first 10 days of january 2010 using the processing version 1, the file name is: SSS_SMOS_L3_10day_0.50deg_CATDS_CECOS_ _ _V01.nc File Name convention for the Daily running 10 days Composite products For the daily running 10 day composite products, the generic filename is given as defined below: and the variables follow the same convention than in

11 Page Data citation The following example show how to cite the use of these data sets in a publication. List the data set title (time and space resolution), the producing center, the year of data set release, the version number, and the dates of the data you used (for example, March to June 2010): "These Monthly Composite, quarter degree resolution SMOS SSS data were obtained from the Ocean Salinity Expertise Center (CECOS) of the CNES-IFREMER Centre Aval de Traitemenent des Donnees SMOS (CATDS), at IFREMER, Plouzane (France) V01, [list the dates of the data used]."

12 Page Product Algorithm, Validity, coverage and known flaws 3.1 Product Algorithm and Validity Algorithms used to generate these datasets are described in a dedicated document: the Algorithm Theoretical Breadboard Document. For the date of the first data realease (24 Sep 2011) the ATBD is not fully finalized and it will therefore be provided on the ftp server and catds web site not later than the 15th of october A preliminary assessment of the validity of these products is provided in the Product Validation document, respectively. For the moment, it does only include an in depth validation of the monthly composite products. As for the ATBD, the complete product set validation will be given in an updated validation report around mid-october Both documents shall be downloadable in the Document directory of the CATDS/CECOS ftp server. 3.2 Input Data and coverage The input data used to generate the present version of the CATDS CECOS-research Level 3 products are the ESA reprocessed L1A data for year The products period covers almost the full year. We used both dual polarization mode and full polarisation L1A data as inputs. No data were reprocessed the first ten days of January 2010 as this was just after launch. Therefore the first 10-day Level 3 composite of the year exhibits no SSS data content (file name: SSS_SMOS_L3_10day_0.25deg_CATDS_CECOS_ _ _V01.nc) During the commissioning phase (from January to end of June) the instrument was operated alternatively in both polarisation modes. The number of half orbits per day in each mode that was used as input to generate the L3 products is given in the plot below:

13 Page 13 Figure 1: Number of half orbits data per day in each polarization mode (blue= Full Pol; black=dual pol) that were used as input to generate the L3 SSS products. As can be seen, the Level 3 products were not generated using a uniform type of aquisition throughtout the year and while we have not yet found a direct correlation between Level 3 SSS errors and the change of polarization mode in the data we used as input to our algoritms, it is possible that the data quality is affected by these changes. 3.3 Several known flaws 3.1 Solar contaminations As we found after analyzing the ESA reprocessed L1B data that a large part of the spatiotemporal drifts observed in the operational DPGS SSS Level 2 product could be attributed to an erroneous correction of the direct sun impact at the reconstruction processing level from L1A to L1B. In reprocessing this step, we decided not to apply a "direct sun" correction. Because the direct sun aliases contamines the Extended Field of View of the antenna, in our re-processing, the SSS retrievals were limited to the Alias-free Field of view domain (AF-FOV) of the instrument. Nevertheless, the direct sun aliases are sometimes located at the border of the Alias Free domain, particulary at the end of the year (November to December) in descending passes. Moreover, as a very strong local source, the imaged sun disk and its aliases induce spurious brightness temperature tails after interferometric image reconstruction. These solar contributions that were not corrected for in our processing may have produced some spurious signal in the SSS data at the end of the year. In particular, the sun disk alias propagating on the bottom left border of the AF-FOV may explain the presence of stripe-like too fresh anomalies detected in the composite SSS data that are seen to progressively amplify from october to december. 3.2 RFI SMOS multi-angular brightness temperature measurements at 1.4 GHz are strongly affected by radio frequency interferences (RFI) from radar networks, TV and radio links in what shall be a protected band. These intereferences are numerous over land in Europe and Asia, but can be also encountered in some other areas of Africa, America and Greenland and in some numerous islands over the world. Over the oceans, the signals emanating from land sources can extend very far away from the coasts and have dramatic consequences on the accuracy of sea surface salinity remote sensing in some key oceanic areas like the north atlantic, north pacific and north indian oceans. The signature of RFI in SMOS data is highly variable in time and space and strongly depends on the instrument probing polarization and observation angles. Because of the interferometric principle, local strong RFI signals in the physical space can pollute a very extended area in the Fourier domain of the synthetic antenna and contaminate large portion of the SMOS reconstructed brightness temperature images. In particular, RFI sources located in the aliased regions of the image can impact the data in the (extended) alias-free field of view. Ideally, detection and Mitigation techniques of these spurious signals in SMOS data shall therefore be performed from the raw data at the visibility level prior image reconstruction and shall consider instantaneous acquisitions (snap-shot information) and deal with the whole field of view images. Nevertheless, because of the strong amplitude of the RFI contamination with respect geophysical signal over the ocean, simple detection

14 Page 14 algorithm can be applied to the reconstructed brightness temperature data, identifying samples that deviate anomalously from the average of their neighbors in space, time and probing angles. Collecting acquired data over the full year 2010, we were in a position to re-analyze the spatiotemporal characteristics of these signals and their varying signature as function of the instrument probing configuration (incidence angle, ascending versus descending passes). A global RFI analysis over the world ocean was performed from that data ensemble. The large number of data acquired during the one year time series at a given location on earth allowed us to clearly establish robust threshold detection criteria for these contaminations to best filter out the major contaminations using a multiple criteria mitigation approach. Nevertheless, it is clear that residual RFI-induced structures remain in our products, particularly in the Northern Latitudes, North Indian Ocean, along the coast of Asia and south of Madagascar. RFI density in the Mediteranean sea and Artic Sea induce a low quality retrieval in these area. We advise not to use our data for oceanographic studies in these zones. 3.3 Land Contamination Systematically, SMOS operational and reprocessed Level 2 SSS data for 2010 were found too salty within a ~1500 km wide belt along the world coasts and sea ice edges, with a contamination intensity and spread varying from ascending to descending passes. This spurious signal in the ESA products was found to be present when brighter land or ice masses are located in the extended field of view domain of the antenna. A bug in the weight of the visibility at zero baseline V(0,0) was found to be responsible for most of the very significant land-contamination observed in the operationnal L2 products. Our new SSS products were therefore derived based on the reprocessed L1A data but using a corrected L1B processor in which the V(0,0) bug was corrected. Apparently, the land contamination effect is much reduced in intensity and spread after correcting the bug but too fresh signal are still detected along some of the world coast. 3.4 Major Geophysical correction issues: Sky noise Modeling studies conducted by several teams prior to SMOS launch indicated that the downwelling celestial radiations at L-band that are scattered back by the ocean surface toward the upper hemisphere can be a source of brightness contamination affecting the quality of sea surface salinity retrieval. For sun-synchronous polar-orbiting satellite measurements of upwelling L-band radiation over the ocean, like with SMOS, this so-called sky noise depends strongly on pass direction (ascending or descending), time of year and surface roughness (wind speed). Based upon the modeling studies for SMOS sensor, the impact is expected to be strongest for descending passes in September because for these passes the reflections of the instrument viewing directions over the field of view tend to lie along the galactic equator where L-band galactic emission is maximum. If the contribution to the brightness temperatures measured by SMOS from celestial sky noise is underpredicted, the residual brightness temperatures will be overpredicted and the resulting sea surface salinity will be underpredicted (because brightness temperature increases as surface salinity decreases). SSS retrievals produced by the ESA ground segment (DPGS) thus show along-track strips of low SSS in descending orbits that are aligned with the expected maximum in galactic noise contribution

15 Page 15 to the brightness temperatures. More accurate corrections for these geophysical effects are still under development in the frame of the ESA level 2 processor improvment studies. Erroneous correction of this effect in our alogorithm might have cause some non-geophysical variability in the Level 3 composite products from august to october Roughness-induced biases along the SEC in the Eastearn Pacific The SMOS SSS products from Level 2 to Level 3 all exhibit a too salty signal along the South Equatorial Current (SEC) in the Eastearn Pacific when compared to in situ observations acquired at depths varying from 10 to 1 meter. As illustrated in the Figure 2, this is seen as very clear salty tongue along the equator that spreads up to 180 W and a band of ~±2 along the equator. The signal exhibits a seasonal cycle with minimum effect in the period Januray to April. The source for this apparent flaw is not yet firmly identified but we strongly suspect a bad roughness correction along the current, potentially induced by insufficient and/or inaccurate roughness state auxilliary information (e.g. ECMWF wind speed errors and atmospheric stability effects not well accounted for). Figure 2: the problem of the too salty tongue along the South Equatorial current in the Eastern Pacific. Potentially, this effect can also be associated with some errors in the SST fields (the UK Metoffice OSTIA L4 SST products that are used at ECMWF) along that cold equatorial tongue.

SSS retrieval from space Comparison study using Aquarius and SMOS data

SSS retrieval from space Comparison study using Aquarius and SMOS data 44 th International Liège Colloquium on Ocean Dynamics 7-11 May 2012 SSS retrieval from space Comparison study using Aquarius and SMOS data Physical Oceanography Department Institute of Marine Sciences

More information

Estimation de la salinité par radiométrie microonde depuis l espace

Estimation de la salinité par radiométrie microonde depuis l espace Estimation de la salinité par radiométrie microonde depuis l espace J. Boutin (1), N. Reul (2), J. Font (3), X. Yin (1), J. Tenerelli (4), N. Martin (1), J.L. Vergely (5), P. Spurgeon (6) And ESA level

More information

Sea water dielectric constant, temperature and remote sensing of Sea Surface Salinity

Sea water dielectric constant, temperature and remote sensing of Sea Surface Salinity Sea water dielectric constant, temperature and remote sensing of Sea Surface Salinity E. P. Dinnat 1,2, D. M. Le Vine 1, J. Boutin 3, X. Yin 3, 1 Cryospheric Sciences Lab., NASA GSFC, Greenbelt, MD, U.S.A

More information

Read-me-first note for the release of the SMOS Level 3 ice thickness data products

Read-me-first note for the release of the SMOS Level 3 ice thickness data products Read-me-first note for the release of the SMOS Level 3 ice thickness data products Processor version Level 3 sea ice thickness v3.1 Release date by ESA Released in December 2016 Authors Xiangshan Tian-Kunze

More information

The ECMWF prototype for coupled reanalysis. Patrick Laloyaux

The ECMWF prototype for coupled reanalysis. Patrick Laloyaux The ECMWF prototype for coupled reanalysis Patrick Laloyaux ECMWF July 10, 2015 Outline Current status and future plans for ECMWF operational reanalyses Extended climate reanalyses Coupled atmosphere-ocean

More information

CryoSat Monthly Quality Report #93

CryoSat Monthly Quality Report #93 9th May 2018-7th June 2018 Author(s): CryoSat Quality Control Team (Telespazio UK) IDEAS+-VEG-OQC-REP-2987 17 July 2018 AMENDMENT RECORD SHEET The Amendment Record Sheet below records the history and issue

More information

SMOS L1 Sun BT Validation against on-ground radio-telescope network. Daniele Casella, Raffaele Crapolicchio, Emiliano Capolongo

SMOS L1 Sun BT Validation against on-ground radio-telescope network. Daniele Casella, Raffaele Crapolicchio, Emiliano Capolongo SMOS L1 Sun BT Validation against on-ground radio-telescope network Daniele Casella, Raffaele Crapolicchio, Emiliano Capolongo Background Focus : SMOS L1b Sun BT Objectives: Evaluate the improvements of

More information

Read-me-first note for the release of the SMOS level 2 Soil Moisture data products

Read-me-first note for the release of the SMOS level 2 Soil Moisture data products Read-me-first note for the release of the SMOS level 2 Soil Moisture data products Processor version Release date by ESA Authors Further information Contact for helpline Comments to ESL Level 2 soil moisture

More information

Long term performance monitoring of ASCAT-A

Long term performance monitoring of ASCAT-A Long term performance monitoring of ASCAT-A Craig Anderson and Julia Figa-Saldaña EUMETSAT, Eumetsat Allee 1, 64295 Darmstadt, Germany. Abstract The Advanced Scatterometer (ASCAT) on the METOP series of

More information

Aquarius Data Release V2.0 Validation Analysis Gary Lagerloef, Aquarius Principal Investigator H. Kao, ESR And Aquarius Cal/Val Team

Aquarius Data Release V2.0 Validation Analysis Gary Lagerloef, Aquarius Principal Investigator H. Kao, ESR And Aquarius Cal/Val Team Aquarius Data Release V2.0 Validation Analysis Gary Lagerloef, Aquarius Principal Investigator H. Kao, ESR And Aquarius Cal/Val Team Analysis period: Sep 2011-Dec 2012 SMOS-Aquarius Workshop 15-17 April

More information

Sentinel-1 Long Duration Mutual Interference

Sentinel-1 Long Duration Mutual Interference MPC-S1 Sentinel-1 Long Duration Mutual Interference Reference: Nomenclature: MPC-0432 DI-MPC-ARC Issue: 1. 0 Date: 2018,Dec.04 MPC-0432 DI-MPC-ARC V1.0 2018,Dec.04 i.1 Chronology Issues: Issue: Date: Reason

More information

We greatly appreciate the thoughtful comments from the reviewers. According to the reviewer s comments, we revised the original manuscript.

We greatly appreciate the thoughtful comments from the reviewers. According to the reviewer s comments, we revised the original manuscript. Response to the reviews of TC-2018-108 The potential of sea ice leads as a predictor for seasonal Arctic sea ice extent prediction by Yuanyuan Zhang, Xiao Cheng, Jiping Liu, and Fengming Hui We greatly

More information

Preliminary study of multi-year ocean salinity trends with merged SMOS and Aquarius data.

Preliminary study of multi-year ocean salinity trends with merged SMOS and Aquarius data. Preliminary study of multi-year ocean salinity trends with merged SMOS and Aquarius data. Gary Lagerloef and Hsun-Ying Kao Earth & Space Research Seattle, USA Aquarius Status Completed 3-year Prime Mission

More information

RSS SMAP Salinity. Version 2.0 Validated Release. Thomas Meissner + Frank Wentz, RSS Tony Lee, JPL

RSS SMAP Salinity. Version 2.0 Validated Release. Thomas Meissner + Frank Wentz, RSS Tony Lee, JPL RSS SMAP Salinity Version 2.0 Validated Release Thomas Meissner + Frank Wentz, RSS Tony Lee, JPL hap://www.remss.com/missions/smap/salinity 1. Level 2C 2. Level 3 8-day running averages 3. Level 3 monthly

More information

Product Quality Disclaimer

Product Quality Disclaimer ENVI-GSOP-EOGD-QD-4-49 Affected Data Sets Various Disclaimer Title L1b disclaimers with an impact on the ATS_AR 2P product L2 spatially averaged data are affected by the following disclaimers against the

More information

Bugs in JRA-55 snow depth analysis

Bugs in JRA-55 snow depth analysis 14 December 2015 Climate Prediction Division, Japan Meteorological Agency Bugs in JRA-55 snow depth analysis Bugs were recently found in the snow depth analysis (i.e., the snow depth data generation process)

More information

EUMETSAT STATUS AND PLANS

EUMETSAT STATUS AND PLANS 1 EUM/TSS/VWG/15/826793 07/10/2015 EUMETSAT STATUS AND PLANS François Montagner, Marine Applications Manager, EUMETSAT WMO Polar Space Task Group 5 5-7 October 2015, DLR, Oberpfaffenhofen PSTG Strategic

More information

Passive Microwave Sea Ice Concentration Climate Data Record

Passive Microwave Sea Ice Concentration Climate Data Record Passive Microwave Sea Ice Concentration Climate Data Record 1. Intent of This Document and POC 1a) This document is intended for users who wish to compare satellite derived observations with climate model

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 25 February 2013

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 25 February 2013 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 25 February 2013 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 11 November 2013

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 11 November 2013 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 11 November 2013 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 5 August 2013

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 5 August 2013 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 5 August 2013 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

Sea surface salinity from space: new tools for the ocean color community

Sea surface salinity from space: new tools for the ocean color community Sea surface salinity from space: new tools for the ocean color community Joe Salisbury, Doug Vandemark, Chris Hunt, Janet Campbell, Dominic Wisser, Tim Moore (UNH) Nico Reul, Bertrand Chapron (IFREMR)

More information

SMOS L1 Sun BT Valida0on against on-ground radio-telescope network

SMOS L1 Sun BT Valida0on against on-ground radio-telescope network SMOS L1 Sun BT Valida0on against on-ground radio-telescope network Daniele Casella 1, Raffaele Crapolicchio 1;2, Nicola Compare7 1, Christophe Marqué 3 1 Serco 2 ESA-ESRIN 3 Royal Observatory of Belgium

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

Surface WAter Microwave Product Series [SWAMPS]

Surface WAter Microwave Product Series [SWAMPS] Surface WAter Microwave Product Series [SWAMPS] Version 3.2 Release Date: May 01 2018 Contact Information: Kyle McDonald, Principal Investigator: kmcdonald2@ccny.cuny.edu Kat Jensen: kjensen@ccny.cuny.edu

More information

ACHIEVING THE ERS-2 ENVISAT INTER-SATELLITE INTERFEROMETRY TANDEM CONSTELLATION.

ACHIEVING THE ERS-2 ENVISAT INTER-SATELLITE INTERFEROMETRY TANDEM CONSTELLATION. ACHIEVING THE ERS-2 ENVISAT INTER-SATELLITE INTERFEROMETRY TANDEM CONSTELLATION M. A. Martín Serrano (1), M. A. García Matatoros (2), M. E. Engdahl (3) (1) VCS-SciSys at ESA/ESOC, Robert-Bosch-Strasse

More information

Julia Figa-Saldaña & Klaus Scipal

Julia Figa-Saldaña & Klaus Scipal Julia Figa-Saldaña & Klaus Scipal julia.figa@eumetsat.int klaus.scipal@esa.int C. Anderson, F. Fois, C. Lin, M. Loiselet, F. Ticconi, J.J.W. Wilson Meeting, Outline Overview and objectives of European

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 15 July 2013

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 15 July 2013 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 15 July 2013 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

Product Quality README file for GOME Level 1b version 5.1 dataset

Product Quality README file for GOME Level 1b version 5.1 dataset Product Quality README file for GOME Level 1b version 5.1 dataset Field Content Document Title Product Quality Readme file: GOME Level 1b version 5.1 dataset Reference ESA-EOPG-MOM-TN-13, issue 1.0, 15/06/2018

More information

Ocean Vector Winds in Storms from the SMAP L-Band Radiometer

Ocean Vector Winds in Storms from the SMAP L-Band Radiometer International Workshop on Measuring High Wind Speeds over the Ocean 15 17 November 2016 UK Met Office, Exeter Ocean Vector Winds in Storms from the SMAP L-Band Radiometer Thomas Meissner, Lucrezia Ricciardulli,

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 24 September 2012

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 24 September 2012 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 24 September 2012 Outline Overview Recent Evolution and Current Conditions Oceanic Niño

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

Summary The present report describes one possible way to correct radiometric measurements of the SSM/I (Special Sensor Microwave Imager) at 85.5 GHz f

Summary The present report describes one possible way to correct radiometric measurements of the SSM/I (Special Sensor Microwave Imager) at 85.5 GHz f Compensating for atmospheric eects on passive radiometry at 85.5 GHz using a radiative transfer model and NWP model data Stefan Kern Institute of Environmental Physics University of Bremen, 28334 Bremen,

More information

Please be ready for today by:

Please be ready for today by: Please be ready for today by: 1. HW out for a stamp 2. Paper and pencil/pen for notes 3. Be ready to discuss what you know about El Nino after you view the video clip What is El Nino? El Nino Basics El

More information

Lecture 8. Monsoons and the seasonal variation of tropical circulation and rainfall

Lecture 8. Monsoons and the seasonal variation of tropical circulation and rainfall Lecture 8 Monsoons and the seasonal variation of tropical circulation and rainfall According to the second hypothesis, the monsoon is a manifestation of the seasonal variation of the tropical circulation

More information

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 23 April 2012

ENSO Cycle: Recent Evolution, Current Status and Predictions. Update prepared by Climate Prediction Center / NCEP 23 April 2012 ENSO Cycle: Recent Evolution, Current Status and Predictions Update prepared by Climate Prediction Center / NCEP 23 April 2012 Outline Overview Recent Evolution and Current Conditions Oceanic Niño Index

More information

ENSO: Recent Evolution, Current Status and Predictions. Update prepared by: Climate Prediction Center / NCEP 30 October 2017

ENSO: Recent Evolution, Current Status and Predictions. Update prepared by: Climate Prediction Center / NCEP 30 October 2017 ENSO: Recent Evolution, Current Status and Predictions Update prepared by: Climate Prediction Center / NCEP 30 October 2017 Outline Summary Recent Evolution and Current Conditions Oceanic Niño Index (ONI)

More information

Validation Report: WP5000 Regional tidal correction (Noveltis)

Validation Report: WP5000 Regional tidal correction (Noveltis) Consortium Members ESA Cryosat Plus for Oceans Validation Report: WP5000 Regional tidal correction (Noveltis) Reference: Nomenclature: CLS-DOS-NT-14-083 CP4O-WP5000-VR-03 Issue: 2. 0 Date: Jun. 20, 14

More information

Assimilation of ASCAT soil wetness

Assimilation of ASCAT soil wetness EWGLAM, October 2010 Assimilation of ASCAT soil wetness Bruce Macpherson, on behalf of Imtiaz Dharssi, Keir Bovis and Clive Jones Contents This presentation covers the following areas ASCAT soil wetness

More information

Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature

Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature Sentinel-3A Product Notice SLSTR Level-2 Sea Surface Temperature Mission Sensor Product Sentinel-3A SLSTR Level 2 Sea Surface Temperature Product Notice ID EUM/OPS-SEN3/DOC/18/984462 S3A.PN-SLSTR-L2M.003

More information

Generating a Climate data record for SST from Passive Microwave observations

Generating a Climate data record for SST from Passive Microwave observations ESA Climate Change Initiative Phase-II Sea Surface Temperature (SST) www.esa-sst-cci.org Generating a Climate data record for SST from Passive Microwave observations Jacob L. Høyer, Jörg Steinwagner, Pia

More information

Preparing for SMOS: Sea Salinity Campaigns and Results

Preparing for SMOS: Sea Salinity Campaigns and Results Downloaded from orbit.dtu.dk on: Dec 1, 218 Preparing for SMOS: Sea Salinity Campaigns and Results Søbjærg, Sten Schmidl; Balling, Jan E.; Kristensen, Steen Savstrup; Skou, Niels Published in: Proceedings

More information

S3 Product Notice Altimetry

S3 Product Notice Altimetry S3 Product Notice Altimetry Mission Sensor Product S3-A SRAL / MWR LAND L2 NRT, STC and NTC Product Notice ID Issue/Rev Date Version 1.0 Preparation S3A.PN-STM-L2L.06 04-April-2018 This Product Notice

More information

AATSR Cycle Report Cycle # 29

AATSR Cycle Report Cycle # 29 11111311 AATSR Cycle Report Cycle # 29 26 July 2004, 21:59:29 orbit 12580 30 August 2004, 21:59:29 orbit 13080 Scene acquired over the North Atlantic on 11 August 2004, absolute orbit 12803 (relative orbit

More information

A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean

A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean A Preliminary Climatology of Extratropical Transitions in the Southwest Indian Ocean Kyle S. Griffin Department of Atmospheric and Environmental Sciences, University at Albany, State University of New

More information

ERBE Geographic Scene and Monthly Snow Data

ERBE Geographic Scene and Monthly Snow Data NASA Contractor Report 4773 ERBE Geographic Scene and Monthly Snow Data Lisa H. Coleman, Beth T. Flug, Shalini Gupta, Edward A. Kizer, and John L. Robbins Science Applications International Corporation

More information

RAIN RATE RETRIEVAL ALGORITHM FOR AQUARIUS/SAC-D MICROWAVE RADIOMETER. ROSA ANA MENZEROTOLO B.S. University of Central Florida, 2005

RAIN RATE RETRIEVAL ALGORITHM FOR AQUARIUS/SAC-D MICROWAVE RADIOMETER. ROSA ANA MENZEROTOLO B.S. University of Central Florida, 2005 RAIN RATE RETRIEVAL ALGORITHM FOR AQUARIUS/SAC-D MICROWAVE RADIOMETER by ROSA ANA MENZEROTOLO B.S. University of Central Florida, 2005 A thesis submitted in partial fulfillment of the requirements for

More information

NEW CGMS BASELINE FOR THE SPACE-BASED GOS. (Submitted by the WMO Secretariat) Summary and Purpose of Document

NEW CGMS BASELINE FOR THE SPACE-BASED GOS. (Submitted by the WMO Secretariat) Summary and Purpose of Document WORLD METEOROLOGICAL ORGANIZATION COMMISSION FOR BASIC SYSTEMS OPEN PROGRAMME AREA GROUP ON INTEGRATED OBSERVING SYSTEMS EXPERT TEAM ON SATELLITE SYSTEMS ET-SAT-7/Inf. 2 (12.III.2012) ITEM: 8.1 SEVENTH

More information

Julia Figa-Saldaña & Klaus Scipal

Julia Figa-Saldaña & Klaus Scipal Julia Figa-Saldaña & Klaus Scipal julia.figa@eumetsat.int klaus.scipal@esa.int Meeting, Outline MetOp/EPS status MetOp/EPS Second Generation status 2016 scatterometer conference Other European ocean programme

More information

ASCAT NRT Data Processing and Distribution at NOAA/NESDIS

ASCAT NRT Data Processing and Distribution at NOAA/NESDIS ASCAT NRT Data Processing and Distribution at NOAA/NESDIS Paul S. Chang, Zorana Jelenak, Seubson Soisuvarn, Qi Zhu Gene Legg and Jeff Augenbaum National Oceanic and Atmospheric Administration (NOAA) National

More information

Seasonal Climate Outlook for South Asia (June to September) Issued in May 2014

Seasonal Climate Outlook for South Asia (June to September) Issued in May 2014 Ministry of Earth Sciences Earth System Science Organization India Meteorological Department WMO Regional Climate Centre (Demonstration Phase) Pune, India Seasonal Climate Outlook for South Asia (June

More information

Sentinel-1 Mission Status

Sentinel-1 Mission Status Sentinel-1 Mission Status Pierre Potin, Sentinel-1 Mission Manager 5TH GEOGLAM RAPP Workshop 16-17 May 2017, ESRIN Sentinel-1: Copernicus radar imaging mission for ocean, land, emergency Part of the Copernicus

More information

Orbit Design Marcelo Suárez. 6th Science Meeting; Seattle, WA, USA July 2010

Orbit Design Marcelo Suárez. 6th Science Meeting; Seattle, WA, USA July 2010 Orbit Design Marcelo Suárez Orbit Design Requirements The following Science Requirements provided drivers for Orbit Design: Global Coverage: the entire extent (100%) of the ice-free ocean surface to at

More information

Detection of ship NO 2 emissions over Europe from satellite observations

Detection of ship NO 2 emissions over Europe from satellite observations Detection of ship NO 2 emissions over Europe from satellite observations Huan Yu DOAS seminar 24 April 2015 Ship Emissions to Atmosphere Reporting Service (SEARS project) Outline Introduction Shipping

More information

ORIGIN and REDUCTION of THE RECONSTRUCTION BIAS. Eric ANTERRIEU

ORIGIN and REDUCTION of THE RECONSTRUCTION BIAS. Eric ANTERRIEU 6th SMOS WORKSHOP May 15-17, 2006 Technical University of Denmark - Lyngby, DK ORIGIN and REDUCTION of THE RECONSTRUCTION BIAS Eric ANTERRIEU Observatoire Midi-Pyrénées Laboratoire d Astrophysique de Toulouse

More information

CONTRAILS FROM (A)ATSR(2) DATA

CONTRAILS FROM (A)ATSR(2) DATA CONTRAILS FROM (A)ATSR(2) DATA Hermann Mannstein and Rüdiger Büll Deutsches Zentrum für Luft- und Raumfahrt, Oberpfaffenhofen, 82230 Wessling, Germany ABSTRACT/RESUME The DLR contrail detection algorithm

More information

Sea ice concentration off Dronning Maud Land, Antarctica

Sea ice concentration off Dronning Maud Land, Antarctica Rapportserie nr. 117 Olga Pavlova and Jan-Gunnar Winther Sea ice concentration off Dronning Maud Land, Antarctica The Norwegian Polar Institute is Norway s main institution for research, monitoring and

More information

SMOS NRT BUFR specification

SMOS NRT BUFR specification SMOS_NRT_BUFR_ECMWF - v3.0 02 April 2015 SMOS NRT BUFR specification P. de Rosnay¹, M. Dragosavac¹, M. Drusch¹, A. Gutiérrez², M. Rodríguez López³, N. Wright, 4 J. Muñoz Sabater 1, Raffaele Crapolicchio

More information

How Warm Is the Ocean?

How Warm Is the Ocean? Currents and Sea Surface Temperature By Steven Moore, Jennifer Vuturo-Brady, and Hedley Bond Guiding Question Learning Objectives How do ocean currents impact seasonal sea surface temperatures? Students

More information

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 30/09/2017. End date: 27/10/2017

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 30/09/2017. End date: 27/10/2017 PREPARATION AND OPERATIONS OF THE MISSION PERFORMANCE CENTRE (MPC) FOR THE COPERNICUS SENTINEL-3 MISSION Start date: 30/09/2017 End date: 27/10/2017 Ref. S3MPC.UCL.PR.08-023 Contract: 4000111836/14/I-LG

More information

1 The satellite altimeter measurement

1 The satellite altimeter measurement 1 The satellite altimeter measurement In the ideal case, a satellite altimeter measurement is equal to the instantaneous distance between the satellite s geocenter and the ocean surface. However, an altimeter

More information

Observation Operators for sea ice thickness to L-band brightness temperatures

Observation Operators for sea ice thickness to L-band brightness temperatures Observation Operators for sea ice thickness to L-band brightness temperatures F. Richter, M. Drusch, L. Kaleschke, N. Maass, X. Tian-Kunze, G. Heygster, S. Mecklenburg, T. Casal, and many others ESA, ESTEC

More information

WERA Ocean Radar Capability of Real-Time Tsunami Detection

WERA Ocean Radar Capability of Real-Time Tsunami Detection WERA Ocean Radar Capability of Real-Time Tsunami Detection Dr. Anna Dzvonkovskaya Helzel Messtechnik GmbH Kaltenkirchen, GERMANY e-mail: dzvonkovskaya@helzel.com member of and Worldwide WERA HF Ocean Radar

More information

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 21/04/2017. End date: 18/05/2017

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 21/04/2017. End date: 18/05/2017 PREPARATION AND OPERATIONS OF THE MISSION PERFORMANCE CENTRE (MPC) FOR THE COPERNICUS SENTINEL-3 MISSION Cycle No. 017 Start date: 21/04/2017 End date: 18/05/2017 Ref. S3MPC.UCL.PR.08-017 Contract: 4000111836/14/I-LG

More information

Climatology of Oceanic Zones Suitable for In-flight Calibration of Space Sensors

Climatology of Oceanic Zones Suitable for In-flight Calibration of Space Sensors 1 Climatology of Oceanic Zones Suitable for In-flight Calibration of Space Sensors Bertrand Fougnie* a, Jérome Llido b, Lydwine Gross-Colzy b, Patrice Henry a, Denis Blumstein a a Centre National d Etudes

More information

Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695

Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695 Orbit and Transmit Characteristics of the CloudSat Cloud Profiling Radar (CPR) JPL Document No. D-29695 Jet Propulsion Laboratory California Institute of Technology Pasadena, CA 91109 26 July 2004 Revised

More information

GSICS UV Sub-Group Activities

GSICS UV Sub-Group Activities GSICS UV Sub-Group Activities Rosemary Munro with contributions from NOAA, NASA and GRWG UV Subgroup Participants, in particular L. Flynn 1 CEOS Atmospheric Composition Virtual Constellation Meeting (AC-VC)

More information

Global Temperature Report: December 2018

Global Temperature Report: December 2018 Jan 2, 2019 Vol. 28, No. 9 For Additional Information: Dr. John Christy, (256) 961-7763 christy@nsstc.uah.edu Dr. Roy Spencer, (256) 961-7960 spencer@nsstc.uah.edu Global Temperature Report: December 2018

More information

The SMOS Satellite Mission. Y. Kerr, and the SMOS Team

The SMOS Satellite Mission. Y. Kerr, and the SMOS Team The SMOS Satellite Mission Y. Kerr, and the SMOS Team The 4 phases of a project The concept Expression of needs Theoretical solution Practical solution The selling Proposal writing Concept fine tuning

More information

A. Windnagel M. Savoie NSIDC

A. Windnagel M. Savoie NSIDC National Snow and Ice Data Center ADVANCING KNOWLEDGE OF EARTH'S FROZEN REGIONS Special Report #18 06 July 2016 A. Windnagel M. Savoie NSIDC W. Meier NASA GSFC i 2 Contents List of Figures... 4 List of

More information

AATSR Cycle Report Cycle # 21

AATSR Cycle Report Cycle # 21 11111311 AATSR Cycle Report Cycle # 21 20 October 2003, 21:59:29 orbit 8572 24 November 2003, 21:59:29 orbit 9072 This image shows fascinating sea surface temperature patterns off the western coast of

More information

Synergetic Aspects and Auxiliary Data Concepts for Sea Surface Salinity Measurements from Space

Synergetic Aspects and Auxiliary Data Concepts for Sea Surface Salinity Measurements from Space Synergetic Aspects and Auxiliary Data Concepts for Sea Surface Salinity Measurements from Space AO/1-4505/03/NL/CB An ESA study Kicked-off 1st April 2004 Objectives of the study The present project has

More information

Sentinel-3A Product Notice STM L2 Marine (NRT, STC and NTC)

Sentinel-3A Product Notice STM L2 Marine (NRT, STC and NTC) Sentinel-3A Product Notice STM L2 Marine (NRT, STC and NTC) Mission Sensor Product S3-A SRAL/MWR L2 NRT STC and NTC (Marine Products) Product Notice ID S3A.PN-STM-L2M.01 EUM/OPS-SEN3/DOC/16/893228 Issue

More information

Sentinel-3A Product Notice STM L2 Marine ( Spring-2018 Reprocessing Campaign )

Sentinel-3A Product Notice STM L2 Marine ( Spring-2018 Reprocessing Campaign ) Sentinel-3A Product Notice STM L2 Marine ( Spring-2018 Reprocessing Campaign ) Mission Sensor Product S3-A SRAL/MWR L2 NTC (Marine Reprocessed Dataset from Spring-2018 Reprocessing Campaign ) Product Notice

More information

-SMOS Level 4 Thematic SSS Research products -Product User Manual-

-SMOS Level 4 Thematic SSS Research products -Product User Manual- CATDS-CECOS-L4-PUDOC Issue 2 Rev 0 - Research products -Product User Manual- Function Name Signature Date Project Manager Nicolas REUL (IFREMER C-ECOS) CATDS -CECOS Team 11 May 2015 Centre Aval de Traitement

More information

TECH NOTE. New Mean Sea Surface for the CryoSat-2 L2 SAR Chain. Andy Ridout, CPOM, University College London

TECH NOTE. New Mean Sea Surface for the CryoSat-2 L2 SAR Chain. Andy Ridout, CPOM, University College London TECH NOTE Subject : From : To : New Mean Sea Surface for the CryoSat-2 L2 SAR Chain Andy Ridout, CPOM, University College London Tommaso Parrinello, CryoSat Mission Manager, ESRIN Date : 30 th June 2014

More information

Introduction to SMAP. ARSET Applied Remote Sensing Training. Jul. 20,

Introduction to SMAP. ARSET Applied Remote Sensing Training. Jul. 20, National Aeronautics and Space Administration ARSET Applied Remote Sensing Training http://arset.gsfc.nasa.gov @NASAARSET Introduction to SMAP Jul. 20, 2016 www.nasa.gov Outline 1. Mission objectives 2.

More information

The ECMWF coupled data assimilation system

The ECMWF coupled data assimilation system The ECMWF coupled data assimilation system Patrick Laloyaux Acknowledgments: Magdalena Balmaseda, Kristian Mogensen, Peter Janssen, Dick Dee August 21, 214 Patrick Laloyaux (ECMWF) CERA August 21, 214

More information

CATDS LEVEL 3 DATA PRODUCT DESCRIPTION

CATDS LEVEL 3 DATA PRODUCT DESCRIPTION CATDS LEVEL 3 DATA PRODUCT DESCRIPTION - Soil Moisture and Brightness Temperature part - Project code SO-TN-CB-CA-0001 Version 2.a Date 26/04/2013 Prepared by the SM-ESL team *, with the participation

More information

Seasonal Climate Watch July to November 2018

Seasonal Climate Watch July to November 2018 Seasonal Climate Watch July to November 2018 Date issued: Jun 25, 2018 1. Overview The El Niño-Southern Oscillation (ENSO) is now in a neutral phase and is expected to rise towards an El Niño phase through

More information

Improvement of Himawari-8 observation data quality

Improvement of Himawari-8 observation data quality Improvement of Himawari-8 observation data quality 3 July 2017 Meteorological Satellite Center Japan Meteorological Agency The Japan Meteorological Agency (JMA) plans to modify its Himawari-8 ground processing

More information

Spectral surface albedo derived from GOME-2/Metop measurements

Spectral surface albedo derived from GOME-2/Metop measurements Spectral surface albedo derived from GOME-2/Metop measurements Bringfried Pflug* a, Diego Loyola b a DLR, Remote Sensing Technology Institute, Rutherfordstr. 2, 12489 Berlin, Germany; b DLR, Remote Sensing

More information

China France. Oceanography S A T. The CFOSAT project. e l l i t e. C. Tison (1), D. Hauser (2), A. Mouche (3) CNES, France (2)

China France. Oceanography S A T. The CFOSAT project. e l l i t e. C. Tison (1), D. Hauser (2), A. Mouche (3) CNES, France (2) China France The CFOSAT project C. Tison (1), D. Hauser (2), A. Mouche (3) (1) CNES, France (2) OVSQ, CNRS, LATMOS-IPSL, France (3) IFREMER, LOS, France celine.tison@cnes.fr Oceanography S A T e l l i

More information

CGMS Baseline. Sustained contributions to the Global Observing System. Endorsed by CGMS-46 in Bengaluru, June 2018

CGMS Baseline. Sustained contributions to the Global Observing System. Endorsed by CGMS-46 in Bengaluru, June 2018 CGMS Baseline Sustained contributions to the Global Observing System Best Practices for Achieving User Readiness for New Meteorological Satellites Endorsed by CGMS-46 in Bengaluru, June 2018 CGMS/DOC/18/1028862,

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

Bay of Biscay s temperature and salinity climatology

Bay of Biscay s temperature and salinity climatology Bay of Biscay s temperature and salinity Charraudeau R., Vandermeirsch F. Laboratoire Physique Hydrodynamique et Sédimentaire, Ifremer, France Abstract Bay of Biscay is the synthesis of all the in situ

More information

Megha-Tropiques Presentation by Indian Delegation at the 55th Session of UNCOPUOS Vienna 12 June 2012

Megha-Tropiques Presentation by Indian Delegation at the 55th Session of UNCOPUOS Vienna 12 June 2012 Megha-Tropiques Presentation by Indian Delegation at the 55 th Session of UNCOPUOS Vienna 12 June 2012 Megha-Tropiques Mission Indo-French Joint Satellite for studying tropical atmosphere Megha in Sanskrit

More information

Long-Term Time Series of Water Vapour Total Columns from GOME, SCIAMACHY and GOME-2

Long-Term Time Series of Water Vapour Total Columns from GOME, SCIAMACHY and GOME-2 Graphics: ESA Graphics: ESA Graphics: ESA Long-Term Time Series of Water Vapour Total Columns from GOME, SCIAMACHY and GOME-2 S. Noël, S. Mieruch, H. Bovensmann, J. P. Burrows Institute of Environmental

More information

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027 PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and GLOBAL_ANALYSIS_FORECAST_WAV_001_027 Contributors: E. Fernandez, L. Aouf CMEMS version scope : 4 Approval Date by CMEMS products team : 22/03/2018

More information

Which graph best shows the relationship between intensity of insolation and position on the Earth's surface? A) B) C) D)

Which graph best shows the relationship between intensity of insolation and position on the Earth's surface? A) B) C) D) 1. The hottest climates on Earth are located near the Equator because this region A) is usually closest to the Sun B) reflects the greatest amount of insolation C) receives the most hours of daylight D)

More information

2015 Record breaking temperature anomalies

2015 Record breaking temperature anomalies 2015 Record breaking temperature anomalies June 2015 global temperature was the highest in 136 (since 1880) years reaching an average of 0.88 C above the 20 th century average. This is an increase of 0.12

More information

THE LAND-SAF SURFACE ALBEDO AND DOWNWELLING SHORTWAVE RADIATION FLUX PRODUCTS

THE LAND-SAF SURFACE ALBEDO AND DOWNWELLING SHORTWAVE RADIATION FLUX PRODUCTS THE LAND-SAF SURFACE ALBEDO AND DOWNWELLING SHORTWAVE RADIATION FLUX PRODUCTS Bernhard Geiger, Dulce Lajas, Laurent Franchistéguy, Dominique Carrer, Jean-Louis Roujean, Siham Lanjeri, and Catherine Meurey

More information

Optimal Spectral Decomposition (OSD) for GTSPP Data Analysis

Optimal Spectral Decomposition (OSD) for GTSPP Data Analysis Optimal Spectral Decomposition (OSD) for GTSPP Data Analysis Peter C Chu (1),Charles Sun (2), & Chenwu Fan (1) (1) Naval Postgraduate School, Monterey, CA 93943 pcchu@nps.edu, http://faculty.nps.edu/pcchu/

More information

ENVISAT - AATSR CYCLIC REPORT #63

ENVISAT - AATSR CYCLIC REPORT #63 ENVISAT - AATSR CYCLIC REPORT #63 START END DATE 29 OCT 2007 03 DEC 2007 TIME 21:59:29 21:59:29 ORBIT # 29614 30114 Himalayas, 18 November 2007 Daytime visible image showing snow on the Western Himalayas.

More information

PRODUCT USER MANUAL For Global Ocean Observation-based Products GLOBAL_ANALYSIS_PHYS_001_020

PRODUCT USER MANUAL For Global Ocean Observation-based Products GLOBAL_ANALYSIS_PHYS_001_020 PRODUCT USER MANUAL For Global Ocean Observation-based Products Issue: 1.3 Contributors: S. Mulet, S. Guinehut, N. Verbrugge, V. Rosmorduc, F. Mertz CMEMS version scope : V2 Approval Date : CHANGE RECORD

More information

AVHRR Global Winds Product: Validation Report

AVHRR Global Winds Product: Validation Report AVHRR Global Winds Product: Validation Report Doc.No. : EUM/TSS/REP/14/751801 Issue : v1d Date : 25 February 2015 WBS : EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany Tel: +49 6151 807-7 Fax: +49

More information

DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited.

DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Northern Indian Ocean Salt Transport (NIOST): Estimation of Fresh and Salt Water Transports in the Indian Ocean using Remote

More information

ASCAT mission overview and current developments

ASCAT mission overview and current developments ASCAT mission overview and current developments Julia Figa-Saldaña Craig Anderson, Hans Bonekamp, Julian Wilson, Colin Duff, Helmut Bauch, Jörg Schulz, Roger Huckle and James Miller Outline Metop-B launch,

More information

QuikSCAT Analysis of Hurricane Force Extratropical Cyclones in the Pacific Ocean

QuikSCAT Analysis of Hurricane Force Extratropical Cyclones in the Pacific Ocean University of Rhode Island DigitalCommons@URI Senior Honors Projects Honors Program at the University of Rhode Island 2010 QuikSCAT Analysis of Hurricane Force Extratropical Cyclones in the Pacific Ocean

More information

Which Earth latitude receives the greatest intensity of insolation when Earth is at the position shown in the diagram? A) 0 B) 23 N C) 55 N D) 90 N

Which Earth latitude receives the greatest intensity of insolation when Earth is at the position shown in the diagram? A) 0 B) 23 N C) 55 N D) 90 N 1. In which list are the forms of electromagnetic energy arranged in order from longest to shortest wavelengths? A) gamma rays, x-rays, ultraviolet rays, visible light B) radio waves, infrared rays, visible

More information