3.1 Tutorial Meteorological Data


Previous

HOME


Next

Most of the CAPTEX example calculations in the following tutorial sections use one or more of the eight meteorological data files provided in the Tutorial\captex directory. Additional meteorological files are provided for the Customized Concentration Simulations section at the end of this Tutorial in their own directories (Japan, Smoke, Dust, Sage). All meteorological files contain the data (u,v component wind speeds, temperature, and several other variables) on a regular grid at multiple levels and time periods. These files are already in a format that can be read by HYSPLIT directly. Converting data in other formats for use by HYSPLIT will be discussed in the next section. There are several programs available through the GUI that can be used to examine the contents of the meteorological data files.

If the tutorial contents have been downloaded, then all the meteorological data files are provided. If the tutorial is being run through the web, these files need to be downloaded. Insure that the data transfer is binary.

  1. To start, select the Meteorology / Display Data / Grid Domain menu tab to open the grid domain menu and set the file name to each of the meteorological files to see the spatial domain covered:


  2. Note that the menu settings default to show latitude-longitude lines at 5-degree intervals and only every other data grid point. The North American Regional Reanalysis (NARR) file seems tilted because the native data grid is on a Lambert Conformal projection where the Northeast U.S. extract shown is toward the edge of the projection. The data on the two global files are on a regular latitude-longitude grid. Many of these files are extracts, in either space, time, or both, to conserve space. Explicit external links are provided for the original versions of some of the meteorological data files.

  3. To get more detailed information about the contents of any HYSPLIT meteorological data file, select the Meteorology / Display Data / Check File menu tab and select the data file in the check file menu and then Run File Program which will open a scroll box with more detailed information which is summarized below for each of the files. Do not try to open the link to the binary data files shown below with an editor.

    • captex2_wrf27uw.bin
    • Time period: 25th 00Z -> 28th 23Z
    • Number of grid points: 80 x 78
    • 34 levels: 1.0 (Sfc) and 0.999 to 0.0125 sigma
    • Resolution: 27 km, 1 hr
    • Notes: UW physics with TKE
    • External Link: captex2_wrf27uw.bin

    • captex2_wrf27mc.bin
    • Time period: 25th 12Z -> 28th 23Z
    • Number of grid points: 63 x 70
    • 34 levels: 1.0 (Sfc) and 0.999 to 0.0125 sigma
    • Resolution: 27 km, 1 hr
    • Notes: TKE and time-averaged mass fluxes
    • External Link: captex2_wrf27mc.bin

    • captex2_wrf27.bin
    • Time period: 25th 12Z -> 28th 06Z
    • Number of grid points: 48 x 43
    • 25 levels: 1.0 (Sfc) and 0.998 to 0.310 sigma
    • Resolution: 27 km, 1 hr
    • Notes: without TKE
    • External Link: captex2_wrf27.bin

    • captex2_wrf09.bin
    • Time period: 25th 12Z -> 28th 06Z
    • Number of grid points: 158 x 131
    • 25 levels: 1.0 (Sfc) and 0.996 to 0.250 sigma
    • Resolution: 9 km, 1 hr
    • Notes: without TKE
    • External Link: captex2_wrf09.bin

    • captex2_wrf03.bin
    • Time period: 25th 15:00Z -> 26th 12:45Z
    • Number of grid points: 210 x 210
    • 28 levels: 1.0 (Sfc) and 0.998 to 0.0225 sigma
    • Resolution: 3 km, 15 min
    • Notes: without TKE
    • External Link: captex2_wrf03.bin

    • captex2_narr.bin
    • Time period: 25th 15Z -> 28th 15Z
    • Number of grid points: 40 x 52
    • 20 levels: Sfc and 1000 to 400 hPa
    • Resolution: ~32 km, 3 hr
    • External Link: captex2_narr.bin
      Original File: NARR198309

    • captex2_era40.bin
    • Time period: 25th 12Z -> 28th 12Z
    • Number of grid points: 100 x 100
    • 14 levels: Sfc and 1000 to 100 hPa
    • Resolution: 100 km (interpolated from 2.5 deg), 6 hr
    • External Link: captex2_era40.bin

    • captex2_gblr.bin
    • Regional and temporal extract from the global analysis
    • Time period: 25th 12Z -> 29th 00Z
    • Number of grid points: 39 x 25
    • 15 levels: Sfc and 1000 to 50 hPa
    • Resolution: 2.5 deg (~278 km), 6 hr
    • External Link: captex2_gblr.bin
      Original File: RP198309.gbl

    • RP198309.gbl
    • Regional extract from the global analysis
    • Time period: 1st 00Z -> 30th 18Z
    • Number of grid points: 39 x 25
    • 15 levels: Sfc and 1000 -> 50 hPa
    • Resolution: 2.5 deg (~278 km), 6 hr
    • External Link: RP198309.gbl
      Original File: RP198309.gbl

  4. A meteorological data file is composed of one or more time periods. Each time period begins with one or more ASCII index records that summarize the valid time, the grid definition, the variables, and level information. Each subsequent record contains one horizontal data field, consisting of 50 ASCII bytes of time, variable, and level information for that record, followed by X times Y bytes of data, where X and Y are the number of data points in the W-E and S-N directions, respectively. Floating point or integer data are packed as one byte per variable. Precision is maintained by packing the differences between adjacent grid points rather than packing the absolute values.

In summary, the WRF simulation (UW version) that has been optimized for CAPTEX (Ngan and Stein, 2017) will be used for most of the examples. An older version of WRF (Hegarty et al., 2013) exists at multiple spatial resolutions (3, 9, 27 km) which will be used for sensitivity testing. The special WRF-MC version uses mass-coupled fluxes to create time averaged winds rather than instantaneous fields. The three global reanalysis files are just extracts for North America, two covering just the period of the experiment, while the third one covers the entire month.