The Quicklook Objective FSU Tropical Pacific Winds - a description BETA TEST Version 0.5 8 March 2002 The WOCE Special Analysis Center for Surface Fluxes at COAPS/FSU is pleased to announce the beta version of our objectively analyzed quicklook fields of tropical Pacific pseudo-stress. The data are available for 2001 and January and February of 2002 on this ftp site. Susequent objective quicklook fields will be created monthly, typically in the first week of the month for the the previous month (e.g., March 2002 will be available in early April 2002). The netcdf files are self describing, while the ascii files are outlined below. NOTE FOR USERS OF THE OLD SUBJECTIVE FSU WINDS: please note that the objective product is on an 85 by 30 grid. We added values centered on 122E to bridge the gap between our tropical Pacific and tropical Indian ocean products. KNOWN PROBLEMS: 1) Sampling-related issue cause the uncertainty (to be provided in a future release) to be non-uniform across the field. Note that this is true of any other publicly available product of which we are aware. Greater caution should be applied when drawing conclusions about data-void areas, such as the south eastern Pacific Ocean. 2) There are relatively poor vectors in some grid cells that are largely land and have land on many sides. This problem is most severe in bays. This is a consequence of not averaging across land (which usually results in more accurate winds). We anticipate this problem will be fixed with a slightly more sophisticated version of a land mask applied only to averaging. 3) The lower data density in the real-time GTS data from NCEP results in relatively poor vectors in some grid cells near land. This problem is especially apparent in the Pacific Ocean near Panama. Tests are underway to address this problem and fixes will be made in time for our 2001 research product (late summer 2002). The netCDF (.nc) and ASCII (.asc) files contain Pacific Ocean pseudostress from in-situ ship and buoy reports on an 85x30 grid, 1 grid/month. Monthly netCDF file are: FSU_obj_psv_qpacYYYYMMvo5.nc and ASCII files are: FSU_obj_psv_qpacYYYYMMv05.asc (where YYYY is the 4-digit year and MM is the 2-digit month). The analyses are a quicklook product based on real-time GTS surface marine observations from NCEP. The fields should be treated as preliminary in nature and will be replaced annually with a research quality product based on marine data from the National Climatic Data Center (NCDC). PMEL TAO buoys are included in these analyses. Note: no satellite data are included in this monthly product. The pseudostress (tau x, tau y below) are in (meters/sec)**2 with east = positive and north = positive. Further information on conversion to other units is available via the web (http://www.coaps.fsu.edu/~bourassa/scat_html/ forcing_tut/forcing_tutorial.html#pseudostress). Any tau x and tau y with a value of 999.0 is fully over land. The data are on a 2 by 2 degree grid, with 85 points e-w and 30 points n-s. The designation of cells as sea or land is based on the ElTopo5 topography. Any grid cells with eltopo cell elevations (from a twelfth of a degree grid) less than mean sea level are treated as water. The few inland points that meet this condition are treated as land. Observations from land cell do not contribute to our gridded product. NOTE: THE NEW OBJECTIVE PRODUCT IS AVAILABLE FROM 122E TO 70W LONGITUDE, WHEREAS THE OLD SUBJECTIVE FSU WIND GRID WAS FROM 124E TO 70W LONGITUDE. tau x( 1, 1) and tau y( 1, 1) are centered at 122e and 29s tau x( 2, 1) " " are centered at 124e and 29s . . tau x(84, 1) " " are centered at 72w and 29s tau x(85, 1) " " are centered at 70w and 29s tau x( 1, 2) " " are centered at 122e and 27s tau x( 1, 3) " " are centered at 122e and 25s . . tau x( 1,29) " " are centered at 122e and 27n tau x( 1,30) " " are centered at 122e and 29n The following FORTRAN code is an example of reading the data. Note: the data in the files are scaled up by a factor of 10, and that using this format will scale them to the proper numbers. program readwd dimension taux(85,30),tauy(85,30) c read 1 month wind stress grid read (1,10) month,iyear,taux,tauy 10 format (2i5,14f5.1,/(16f5.1)) . . . . . end We acknowledge the support of NOAA Office of Global Programs and the National Science Foundation for funding this project. REFERENCE: Bourassa, M. A., S. R. Smith, and J. J. O'Brien, 2001: A new FSU winds and flux climatology. 11th Conference on Interations of the Sea and Atmosphere, San Diego, CA, Amer. Meteor. Soc., 912. CONTACT: Shawn R. Smith COAPS The Florida State University Tallahassee, FL 32306-2840 Voice: (850) 644-6918 Fax: (850) 644-4841 Internet:winds@coaps.fsu.edu Last Revised: 8 March 2002