Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#918 closed upgrade (Done)

VERY IMPORTANT: Updated ROMS and WRF NUOPC cap modules — at Version 2

Reported by: arango Owned by:
Priority: major Milestone: Release ROMS/TOMS 4.1
Component: Nonlinear Version: 4.0
Keywords: Cc:

Description (last modified by arango)

The ESMF coupling was updated to enhance the NUOPC layer modules for ROMS and WRF. In addition, several new exchanged fields are now supported.

  • WRF now exports surface air density (RhoAir), level 2 winds (Uwind_sbl, Vwind_sbl), and turbulent frictional wind magnitude (Wstar), so ROMS NUOPC cap file can compute the surface wind stress when BULK_FLUXES is off during coupling. In particular, we added an option to calculate the reference wind force (wind minus current) to compute the surface wind stress into the ocean when WIND_MINUS_CURRENT is activated.

The surface wind stress is computed as:

τxw = ρa CD |Wr| ur

τyw = ρa CD |Wr| vr

Where ρw is the mean seawater density, ρa is the surface density of air, τx and τy are the wind stress components, CD is the transfer coefficient for momentum (drag coefficient), ur and vr are the wind components relative to the seawater (wind minus surface ocean current), and |Wr| is the relative wind magnitude.

Here, the drag coefficient is computed as:

CD = W*2 / |Wa|2

Where W* is the frictional wind magnitude from similarity theory (WRF variable grid%ust) and Wa is the unreferenced surface wind magnitude, SQRT[(ua)2+(va)2].

The coupling is incomplete because there is no feedback on the atmosphere. ROMS surface currents do not modify the near-surface wind in WRF. We are looking for ways to do so without changing WRF.

  • ROMS now exports free-surface (SSH), barotropic momentum (ubar, vbar), surface 3D momentum (Usur, Vsur), and bathymetry (bath) to other coupled component. Recall that bathymetry can be time-dependent if sediment morphology is activated.
  • ROMS NUOPC module now includes a generic ROMS_Rotate routine to rotate vector from computational grid to geographical EAST and NORTH directions and vice versa.
  • As shown in Renault et al. (2016), the feedback from surface ocean currents to the atmosphere is an eddy killing effect that stabilizes the Gulf Stream separation at Cape Hatteras in WRF-ROMS fully coupled applications. The result is around 0.3 N/m2 weaker surface wind stress in the core of the Gulf Stream

Below are the results for Hurricane Irene solutions with the wind stress computed in the WRF NUOPC cap module (solution A) versus the one calculated in the ROMS NUOPC cap module with the WIND_MINUS_CURRENT option (solution B). The plots show the differences in the wind stress component (B-A solutions).

https://www.myroms.org/trac/roms_irene_sustr_diff.png https://www.myroms.org/trac/roms_irene_svstr_diff.png

The surface wind stress streamlines for solutions A and B are shown below, respectively:

https://www.myroms.org/trac/roms_irene_wstress.png https://www.myroms.org/trac/roms_irene_wstress_wmc.png

Notice that the difference in the maximum values is 0.28 M/m2 weaker in the solution with the reference wind relative to seawater (wind minus currents).

  • The application IRENE input scripts were updated to compute the WIND_MINUS_CURRENT application. See coupling_esmf_atm_sbl_wmc.in input script.

Many thanks to John Wilkin for his help in coding and analyzing the results.


References:

Edson, J.B., V. Jampana, R.A. Weller, S.P. Bigorre, A.J. Plueddemann, C.W. Farall, S.D. Miller, L. Mahrt, D. Vickers, and H. Hersbach, 2013: On the Exchange of Momentum over the Open Ocean, J. Phys. Oceanog., 43, 1589-1610, doi:

Renault, L., M.J. Molemaker, J. Gula, S. Masson, and J.C. McWilliams, 2016: Control and Stabilization of the Gulf Stream by Oceanic Current Interaction with the Atmosphere, J. Phys. Oceanog., 46, 3439-3453, doi: 10.1175/JPO-D-16-0115.1

Change History (2)

comment:1 by arango, 2 years ago

Description: modified (diff)
Resolution: Done
Status: newclosed

comment:2 by arango, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.