Wind Field Estimation

Wind Field Estimation

   As the wind blows across the ocean surface, it generates surface roughness generally aligned with the wind direction. Consequently the radar backscatter from this roughened surface is related to the wind speed and direction. This operator retrieves wind speed and direction from C-band SAR imagery.

Major Processing Steps

  The general approach for the wind field retrieval is as the follows:
  1. First a land-sea mask is generated to ensure that the estimation is focused only on the sea surface area.
  2. Then the SAR image is divided into grid using user specified window size.
  3. For each grid, a wind direction (with 180� ambiguity) is estimated from features in the SAR image using a frequency domain method.
  4. With the wind direction estimated for the grid, finally the wind speed is estimated by using CMOD5 model for the Normalized Radar Cross Section (NRCS).
  For details of land-sea mask generation, the reader is referred to the Create Land Mask operator.

Wind Direction Estimation

   The wind direction is estimated from the features in the SAR image. Detailed steps for the estimation are given below:
  1. For each window within which a wind direction will be estimated, a local FFT size is determined. The FFT size is 2/3 of the window size, therefore four spectra can be computed in the window with each spectra region has a 50% overlap with the neighboring spectrum.
  2. Each window is flattened by applying a large average filter, then dividing by the filtered image.
  3. The FFT’s are applied and the four resulting spectra are averaged.
  4. An annulus is applied to the spectrum to zero out any energy outside of a wavenumber region. The limits of the annulus are set to wave lengths of 3 km to 15 km.
  5. A 3x3 median filter is then applied to the spectrum to remove noise.
  6. A 2D polynomial is fit to the resulting spectral samples and the direction through the origin which has the largest quadratic term (i.e. the widest extent) is determined. The wind direction is then assumed to be 90 degree from this direction.

Wind Speed Estimation




where θ is the incidence angle and α is set to 1.

    For details of the CMOD5 model, the readers are referred to [1].

Products Supported

Parameters Used

   The following parameters are used by the operator:
  1. Source Bands: All bands (real or virtual) of the source product. User can select one or more bands for producing multi-looked images. If no bands are selected, then by default all bands are selected.
  2. Window Size: The dimension of a window for which wind direction and speed are estimated.
 
            Figure 1. Wind Field Estimation dialog box

Visualize Estimated Wind Direction

   To view the estimated wind directions, the following steps should be followed:
  1. Bring up the image.
  2. Go to layer manager and add layer called "Wind Field Estimation Results".
   Then wind directions will be displayed as shown in the example below. Note that the wind direction is indicated by double headed arrows because a 180� ambiguity exists in the estimated wind direction. Also for those grids in which land pixels are found, the wind directions are not estimated and hence not displayed.


            Figure 2. Example of wind direction display

Wind Field Retrieval Result Report

   The wind field estimation results are saved into an xml file .s1tbx/log/wind_field_report.xml with the following information given for each window in which wind estimation is made:
  1. lat: Latitude of the central point in the window.
  2. lon: Longitude of the central point in the window.
  3. speed: Estimated wind speed in m/s.
  4. dx: X component of the estimated wind vector.
  5. dy: Y component of the estimated wind vector.
  6. ratio: In estimating wind direction, the spectrum of a given window is matched with a 2D polynomial (like f(x,y) = ax2 + bxy + cy2 + dx + ey +f). The ratio in the report is the ratio of the minor semi axes over the major semi axes of the 2D polynomial. Generally speaking, the smaller the ratio value, the more reliable the estimated wind direction.

Reference:

[1] H. Hersbach, CMOD5, “An Improved Geophysical Model Function for ERS C-Band Scatterometry”, Report of the European Centre Medium-Range Weather Forecasts (ECMWF), 2003.

[2] C. C. Wackerman, W. G. Pichel, P. Clemente-Colon, “Automated Estimation of Wind Vectors from SAR”, 12th Conference on Interactions of the Sea and Atmosphere, 2003.