Bourassa-Vincent-Wood Flux and Sea State Model

Bourassa-Vincent-Wood Flux and Sea State Model

The BVW (Bourassa-Vincent-Wood) model is a fully coupled flux and sea state model. It determines internally consistent fluxes (momentum, heat, and moisture), atmospheric stabilities, and sea states.

Current Version: 1998.5, Updated 2 Nov. 1998: Update History

Review of Relevant Concepts

Winds and Stresses

Energy Fluxes

Atmospheric Stability

Sea State

Description

The Bourassa-Vincent-Wood (hereafter BVW) coupled flux and sea state model (Bourassa et al. 1998) includes a host of new physical considerations that have been shown to be significant for a wide range of applications. These considerations include turbulent transport due to capillary waves (surface ripples), directional sea state (including traditional sea state parameters such as phase speed and wave age), wave-wave interaction between dominant waves and ripples, a capillary cutoff, and convection. The model differs from others in that the physical premises are applicable to low and moderate wind-speeds (U10 < 7 m s-1), as well as higher wind-speeds. Furthermore, for low wind speeds (U10 < 2 m s-1) the capillary cutoff distinguishes between aerodynamically smooth and rough surfaces.

The mean wind direction relative to the direction of wave propagation has been observed to result in large differences in drag coefficients (Geernaert 1988; Dobson et al. 1994; Rieder 1994; Donelan et al. 1997). The influence of the directional sea state are included in an anisotropic roughness length, which allows a cross wind component of the stress to be modeled. To date, BVW is the only model that predicts different stresses for waves propagating with the mean wind versus waves moving in any other direction. For light and moderate wind speeds over the open ocean, dependence on the directional aspects of sea state are likely to overwhelm dependency on wave age. The considerations of capillary waves and swell are critical to modeling fluxes in areas of low and moderate wind speeds, such as the tropics and the belts of sub-tropical high pressure systems. Most models are not accurate at low and moderate wind-speeds (U10 < 7 m s-1; approximately 50% of the global winds over water), and tend to underestimate fluxes in these regimes.

Most BVW improvements over previous models are incorporated in the momentum roughness-length parameterization. The roughness length is treated as root-mean-square sum of weighted contributions from gravity waves, capillary waves, and an aerodynamically smooth surface. In addition, the dimensionless constant in the relationship between the capillary wave component of momentum roughness length and friction velocity was re-evaluated using both wave tank data and field data (Bourassa et al. 1998). The new value was found to be 0.06, a factor of three smaller than the original estimate (Wu 1968, 1994) of 0.18. Modeling the influence of capillary waves has been shown to improve the accuracy of modeled surface fluxes and drag coefficients determined from observations. Several sets of observations (Bradley et al. 1991, 1993; Fairall et al. 1996a, Donelan et al. 1997; Dupuis et al. 1997) were used to examine mean increases in modeled fluxes due to capillary waves. The average changes in latent heat fluxes (based on three sets of tropical observations) were compared to modeled increases due to convection (sometimes called 'gustiness'; Godfrey and Beljaars 1991; Fairall et al. 1996a,b). The mean impact of capillary waves was found to be larger than that of convection by a factor of four. This relatively large impact of capillary waves is partially due to a reduction in the impact of convection when capillary waves dominate the surface stress. For U10 < 7 m s-1, capillary waves have been found to increase the mean modeled tropical fluxes of momentum and latent heat by 0.004 N m-2 and 6 W m-2.

The use of a simple sea state model (considering swell at one frequency and wind driven waves, with the direction of the swell not required to match the wind direction) made the model much more computationally efficient than spectral wave models, and allowed complete physical compatibility with the flux model. One of a variety of sea state observations (phase speed or period of the dominant waves, wave age, significant wave height, or significant slope) can be combined with a modeled or observed wind forcing parameter (wind velocity, pseudostress, friction velocity, stress, or equivalent neutral winds [observed by satellite based scatterometers]) to determine sea state dependent fluxes (momentum, sensible heat, and latent heat). Details of the model input and output can be found on a web site: http://www.coaps.fsu.edu/~bourassa/ BVW_html/bvw_docs.html. One aspect of the sea state model is the HEXOS dependency of the gravity wave component of roughness length on sea state (Smith et al. 1992). There are several questionable aspects of this parameterization (Yelland et al. 1998; Bourassa et al. 1998) which reduce model accuracy for high wind speeds (for U10 > 10 or 12 m s-1). These errors can be mitigated by choosing appropriate sea state input for these conditions, such as an equivalence to neutral drag coefficients based on observations (Smith 1988; Anderson 1993; Dobson et al. 1994).

Another aspect of the sea state model is wave-wave interaction between the orbital velocity of the dominant waves and the 'velocity frame of reference' of the capillary waves. Roughness length in the log-wind equation is exponentially dependent on the velocity frame of reference, hence it is critical that each roughness length component (gravity waves, capillary waves, and smooth surfaces) be in the same frame of reference. For U10 < 7 m s-1, this wave-wave interaction component of the sea state model has much more influence than the HEXOS contribution to sea state.

The BVW and Clayson, Fairall, and Curry (Clayson et al. 1996) flux models also differ slightly from most previous models in the choice of atmospheric stability parameterizations. They use Benoit's (1977) parameterizations for an unstable atmosphere, which is a slightly more detailed solution than the usual Businger-Dyer parameterizations (Dyer 1974). For a stable boundary layer, the Beljaars and Holtslag (1991) parameterization is applied. These changes result in systematic changes in fluxes: reduced flux magnitudes due to relatively stable atmospheric stratification. The differences are small for near neutral stratification, and increase with increasing departures from neutral conditions. The increases for stable air are usually small (<5 W m-2); however, they can be much larger for extremely stable air. The changes for unstable stratifications are larger (<10 W m-2), and can exceed 25 W m-2 for extreme stratifications. The Monin-Obukhov scale length is calculated as described by Liu et al. (1979). An advantage of the Liu et al. parameterization over traditional Monin-Obukhov parameterizations is the consideration of moisture stratification, which can dominate atmospheric stability considerations for relatively dry air over warm waters (Smith 1988). The increases in flux magnitudes due to these improved stability parameterizations usually >0.001 N m-2 and >1 W m-2, however, they can be greater for extreme stability conditions.

Routines in BVW Library

Examples of calls to these routines are given for C, FORTRAN, and IDL in the links for these compilers in the section 'Required Files and Examples?' Examples of variable declarations are also provided.

pmix:

Main subroutine for determining flux and wave values.

ht_adj:

Uses the boundary-layer model in routine pmix to adjust known values of wind speeds, potential temperatures, and humidities to values at a different height.

find_q:

There are many methods of measuring the moisture content of air. When data sets are combined, it is likely that several methods have been used. In most boundary layer applications, these measurements must be converted to specific humidity. This routine converts all the common humidity measurements to specific humidity.

Test Routines for BVW Library

Routines have been developed to test the installation of pmix. Tests can be made on C, FORTRAN, and IDL versions of the code. Note that each of these versions calls the C routines: mixed language compilers are required. The code is designed for SGIs, for which the same source code can easily be used produce C and FORTRAN routines. The test programs are ctest_bvw98.c, ctest_ht_adj98.c, ftest_bvw98.f, ftest_ht_adj98.f, test_bvw98.pro, and test_ht_adj98.pro. Input data and the expected output are given in testdata98.dat.

Required Files and Examples

These files can be downloaded through this web site or taken from our public FTP site (anonymous FTP to coaps.fsu.edu, change directories to pub/bourassa/bvw98). The linked pages (below) provided examples of variable declarations and calls to the routines.

C users: bvw98.c, bvw98.h, ctest_bvw98.c, ctest_ht_adj98.c, testdata98.dat, Makefile (for SGIs)

FORTRAN users: bvw98.c, bvw98.h, ftest_bvw98.f, ftest_ht_adj98.f, testdata98.dat, Makefile (for SGIs)

IDL users: bvw98.c, bvw98.h, call_bvw98.c, bvw98.pro, call_ht_adj.c, ht_adj98.pro, test_bvw98.c, test_ht_adj98.c, testdata98.dat

References

Anderson, R. J., 1993: A study of wind stress and heat flux over the open ocean by the inertial dissipation method. J. Phys. Oceanogr., 23, 2153-2161.

Beljaars, A. C. M., and A. A. M. Holtslag, 1991: Flux parameterization over land surfaces for atmospheric models. J. Appl. Meteor., 30, 327-341.

Benoit, R., 1977: On the integral of the surface layer profile-gradient functions. J. Appl. Meteor, 16, 859-860.

Bourassa, M. A., 1993: An air-sea interaction model for stress, sensible heat, latent heat, and sea state, applicable to the full range of wind speeds. Purdue University, Ph.D. dissertation.

Bourassa, M. A., D. G. Vincent, W. L. Wood, 1998: A flux parameterization including the effects of capillary waves and sea state. J. Atmos. Sci., in press.

Bradley, E. F., P. A. Coppin, and J. S. Godfrey, 1991: Measurements of sensible heat flux in the western equatorial Pacific Ocean. J. Geophys. Res., 96, 3375 - 3389.

___________, J. S. Godfrey, P. A. Coppin, and J. A. Butt, 1993: Observations of Net Heat Flux Into the Surface Mixed Layer of the Western Equatorial Pacific Ocean. J. Geophys. Res., 98, 22,521 - 22,532.

Clayson, C. A., C. W. Fairall, and J. A. Curry, 1996: Evaluation of turbulent fluxes at the ocean surface using surface renewal theory. J. Geophys. Res., 101, 28,503 - 28,513.

Dobson, F. W., S. D. Smith, and R. J. Anderson, 1994: Measuring the relationship between wind stress and sea state in the open ocean in the presence of swell. Atmosphere-Ocean, 32, 327 - 256.

Donelan, M. A., W. M. Drennan, and K. B. Katsaros, 1997: The air-sea momentum flux in conditions of wind sea and swell. J. Phys. Oceanogr., 27, 2087 - 2099.

Dupuis, H., P. K. Taylor, A. Weill, and K. Katsoaros, 1997: Inertial dissipation method applied to derive turbulent fluxes over the ocean during the the Surface of the Ocean, Fluxes and Interactions with the Atmosphere/Atlantic Stratocumulus Transition Experiment (SOFIA/ASTEX) and Structures des Echanges Mer-Atmosphere, Proprietes des Heterogeneities Oceaniques: recherche Experimentale (SEMAPHORE) experiments with low to moderate wind speeds. J. Geophys. Res., 102, 21115 - 21129.

Dyer, A. J., 1974: A review of flux-profile relationships. Boundary-Layer Meteor., 7, 363 - 372.

Fairall, C. W., A. A. Grachev, A. J. Bedard, and R. T. Nishiyama, 1996a: Wind, wave, stress, and surface roughness relationships from turbulence measurements made on R/P FLIP in the SCOPE experiment. NOAA technical memorandum ERL ETL-268, Environmental Technology Laboratory, NTIS order number PB96-181334INZ, 37 pp.

__________, E. F. Bradley, D. P. Rogers, J. B. Edson, and G. S. Young, 1996b: Bulk parameterizations of air-sea fluxes for Topical Ocean-Global Atmosphere Coupled-Ocean Atmosphere Response Experiment. J. Geophys. Res., 101, 3747-3764.

Geernaert, G. L., 1988: Measurements of the angle between the wind stress vector in the surface layer over the North Sea. J. Geophys. Res., 91, 7667-7679.

Godfrey, J. S., and A. C. M. Beljaars, 1991: On the turbulent fluxes of buoyancy, heat and moisture at the air-sea interface at low wind speeds. J. Geophys. Res., 96, 22,043 - 22,048.

Liu, W. T., K. B. Katsaros, J. A. Businger, 1979: Bulk parameterization of air-sea exchanges of heat and water vapor including the molecular constraints at the interface. J. Atmos. Sci., 36, 1722 - 1735.

Rieder, K. F., J. A. Smith, and R. A. Weller, 1994: Observed directional characteristics of the wind, wind stress, and surface waves on the open ocean. J. Geophys. Res., 99, 22,589-22,596.

Smith, S. D., 1988: Coefficients for sea surface wind stress, heat flux, and wind profiles as a function of wind speed and temperature. J. Geophys. Res., 93, 15467 - 15472.

__________, R. J. Anderson, W. A. Oost, C. Kraan, N. Maat, J. DeCosmo, K. B. Katsaros, K. L. Davidson, K. Bumke, L. Hasse, and H. M. Cadwick, 1992: Sea surface wind stress and drag coefficients: the HEXOS results. Bound.-Layer Meteorol., 60, 109-142.

Soloviev, A. V. and P. Schluessel, 1994: Parameterization of the cool skin of the ocean and of the air-ocean gas transfer on the basis of modeling surface renewal. J. Phys. Oceanogr., 24, 1339-1346.

Wick, G., 1995: Evaluation of the variability and predictability of the bulk-skin SST difference with application to satellite measured SST. Ph.D. thesis, Univ. of Colorado, Boulder.

Wu, J., 1968: Laboratory studies of wind-wave interactions. J. Fluid Mech, 34, 91 - 111.

_____, 1994: The sea surface is aerodynamically rough even under light winds, Boundary-Layer Meteor., 69, 149 - 158.

Yelland, M. J., B. I. Moat, P. K. Taylor, R. W. Pascal, J. Hutchings, and V. C. Cornell, 1998: Wind stress measurements from the open ocean corrected for airflow disortion by the ship. J. Phys. Oceanogr., 28, 1511 - 1526.


Bourassa Home Page Bourassa Research Page Publications Page Information Page


Last update: October 21, 1998