CCPP Scidoc for SRW v2.1.0  SRW v2.1.0
Common Community Physics Package Developed at DTC

◆ drag_suite_run()

subroutine drag_suite::drag_suite_run ( integer, intent(in)  IM,
integer, intent(in)  KM,
real(kind=kind_phys), dimension(:,:), intent(inout)  dvdt,
real(kind=kind_phys), dimension(:,:), intent(inout)  dudt,
real(kind=kind_phys), dimension(:,:), intent(inout)  dtdt,
real(kind=kind_phys), dimension(:,:), intent(in)  U1,
real(kind=kind_phys), dimension(:,:), intent(in)  V1,
real(kind=kind_phys), dimension(:,:), intent(in)  T1,
real(kind=kind_phys), dimension(:,:), intent(in)  Q1,
integer, dimension(:), intent(in)  KPBL,
real(kind=kind_phys), dimension(:,:), intent(in)  PRSI,
real(kind=kind_phys), dimension(:,:), intent(in)  DEL,
real(kind=kind_phys), dimension(:,:), intent(in)  PRSL,
real(kind=kind_phys), dimension(:,:), intent(in)  PRSLK,
real(kind=kind_phys), dimension(:,:), intent(in)  PHII,
real(kind=kind_phys), dimension(:,:), intent(in)  PHIL,
real(kind=kind_phys), intent(in)  DELTIM,
integer, intent(in)  KDT,
real(kind=kind_phys), dimension(:), intent(in)  var,
real(kind=kind_phys), dimension(:), intent(in)  oc1,
real(kind=kind_phys), dimension(:,:), intent(in)  oa4,
real(kind=kind_phys), dimension(:,:), intent(in)  ol4,
real(kind=kind_phys), dimension(:), intent(in)  varss,
real(kind=kind_phys), dimension(:), intent(in)  oc1ss,
real(kind=kind_phys), dimension(:,:), intent(in)  oa4ss,
real(kind=kind_phys), dimension(:,:), intent(in)  ol4ss,
real(kind=kind_phys), dimension(:), intent(in)  THETA,
real(kind=kind_phys), dimension(:), intent(in)  SIGMA,
real(kind=kind_phys), dimension(:), intent(in)  GAMMA,
real(kind=kind_phys), dimension(:), intent(in)  ELVMAX,
real(kind=kind_phys), dimension(:,:), intent(out)  dtaux2d_ls,
real(kind=kind_phys), dimension(:,:), intent(out)  dtauy2d_ls,
real(kind=kind_phys), dimension(:,:), intent(out)  dtaux2d_bl,
real(kind=kind_phys), dimension(:,:), intent(out)  dtauy2d_bl,
real(kind=kind_phys), dimension(:,:), intent(out)  dtaux2d_ss,
real(kind=kind_phys), dimension(:,:), intent(out)  dtauy2d_ss,
real(kind=kind_phys), dimension(:,:), intent(out)  dtaux2d_fd,
real(kind=kind_phys), dimension(:,:), intent(out)  dtauy2d_fd,
real(kind=kind_phys), dimension(:), intent(out)  dusfc,
real(kind=kind_phys), dimension(:), intent(out)  dvsfc,
real(kind=kind_phys), dimension(:), intent(out)  dusfc_ls,
real(kind=kind_phys), dimension(:), intent(out)  dvsfc_ls,
real(kind=kind_phys), dimension(:), intent(out)  dusfc_bl,
real(kind=kind_phys), dimension(:), intent(out)  dvsfc_bl,
real(kind=kind_phys), dimension(:), intent(out)  dusfc_ss,
real(kind=kind_phys), dimension(:), intent(out)  dvsfc_ss,
real(kind=kind_phys), dimension(:), intent(out)  dusfc_fd,
real(kind=kind_phys), dimension(:), intent(out)  dvsfc_fd,
real(kind=kind_phys), dimension(:), intent(in)  slmsk,
real(kind=kind_phys), dimension(:), intent(in)  br1,
real(kind=kind_phys), dimension(:), intent(in)  hpbl,
real(kind=kind_phys), intent(in)  g,
real(kind=kind_phys), intent(in)  cp,
real(kind=kind_phys), intent(in)  rd,
real(kind=kind_phys), intent(in)  rv,
real(kind=kind_phys), intent(in)  fv,
real(kind=kind_phys), intent(in)  pi,
integer, intent(in)  imx,
real(kind=kind_phys), dimension(:), intent(in)  cdmbgwd,
integer, intent(in)  me,
integer, intent(in)  master,
logical, intent(in)  lprnt,
integer, intent(in)  ipr,
real(kind=kind_phys), dimension(:), intent(out)  rdxzb,
real(kind=kind_phys), dimension(:), intent(in)  dx,
integer, intent(in)  gwd_opt,
logical, intent(in)  do_gsl_drag_ls_bl,
logical, intent(in)  do_gsl_drag_ss,
logical, intent(in)  do_gsl_drag_tofd,
real(kind=kind_phys), dimension(:,:,:), intent(inout)  dtend,
integer, dimension(:,:), intent(in)  dtidx,
integer, intent(in)  index_of_process_orographic_gwd,
integer, intent(in)  index_of_temperature,
integer, intent(in)  index_of_x_wind,
integer, intent(in)  index_of_y_wind,
logical, intent(in)  ldiag3d,
real(kind=kind_phys), dimension(:,:), intent(in)  spp_wts_gwd,
integer, intent(in)  spp_gwd,
character(len=*), intent(out)  errmsg,
integer, intent(out)  errflg 
)

The time tendencies of zonal and meridional wind are altered to include the effect of mountain induced gravity wave drag from subgrid scale orography including convective breaking, shear breaking and the presence of critical levels.

Argument Table

drag_suite_run argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
imhorizontal_loop_extenthorizontal loop extentcountinteger()in
kmvertical_layer_dimensionnumber of vertical layerscountinteger()in
dvdtprocess_split_cumulative_tendency_of_y_windmeridional wind tendency due to model physicsm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
dudtprocess_split_cumulative_tendency_of_x_windzonal wind tendency due to model physicsm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
dtdtprocess_split_cumulative_tendency_of_air_temperatureair temperature tendency due to model physicsK s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
u1x_windzonal windm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
v1y_windmeridional windm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
t1air_temperaturemid-layer temperatureKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
q1specific_humiditymid-layer specific humidity of water vaporkg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
kpblvertical_index_at_top_of_atmosphere_boundary_layervertical index at top atmospheric boundary layerindexinteger(ccpp_constant_one:horizontal_loop_extent)in
prsiair_pressure_at_interfaceinterface pressurePareal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_interface_dimension)kind_physin
delair_pressure_difference_between_midlayersdifference between mid-layer pressuresPareal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
prslair_pressuremid-layer pressurePareal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
prslkdimensionless_exner_functionmid-layer Exner functionnonereal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
phiigeopotential_at_interfaceinterface geopotentialm2 s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_interface_dimension)kind_physin
philgeopotentialmid-layer geopotentialm2 s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
deltimtimestep_for_physicsphysics time stepsreal()kind_physin
kdtindex_of_timestepcurrent time step indexindexinteger()in
varstandard_deviation_of_subgrid_orographystandard deviation of subgrid height_above_mean_sea_levelmreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
oc1convexity_of_subgrid_orographyconvexity of subgrid height_above_mean_sea_levelnonereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
oa4asymmetry_of_subgrid_orographyasymmetry of subgrid height_above_mean_sea_levelnonereal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:4)kind_physin
ol4fraction_of_grid_box_with_subgrid_orography_higher_than_critical_heighthorizontal fraction of grid box covered by subgrid height_above_mean_sea_level higher than critical heightfracreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:4)kind_physin
varssstandard_deviation_of_subgrid_orography_small_scalestandard deviation of subgrid height_above_mean_sea_level small scalemreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
oc1ssconvexity_of_subgrid_orography_small_scaleconvexity of subgrid height_above_mean_sea_level small scalenonereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
oa4ssasymmetry_of_subgrid_orography_small_scaleasymmetry of subgrid height_above_mean_sea_level small scalenonereal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:4)kind_physin
ol4ssfraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scalehorizontal fraction of grid box covered by subgrid height_above_mean_sea_level higher than critical height small scalefracreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:4)kind_physin
thetaangle_from_east_of_maximum_subgrid_orographic_variationsangle with respect to east of maximum subgrid orographic variationsdegreereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
sigmaslope_of_subgrid_orographyslope of subgrid height_above_mean_sea_levelnonereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
gammaanisotropy_of_subgrid_orographyanisotropy of subgrid height_above_mean_sea_levelnonereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
elvmaxmaximum_subgrid_orographymaximum of subgrid height_above_mean_sea_levelmreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
dtaux2d_lstendency_of_x_wind_due_to_mesoscale_orographic_gravity_wave_dragx momentum tendency from large scale gwdm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtauy2d_lstendency_of_y_wind_due_to_mesoscale_orographic_gravity_wave_dragy momentum tendency from large scale gwdm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtaux2d_bltendency_of_x_momentum_due_to_blocking_dragx momentum tendency from blocking dragm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtauy2d_bltendency_of_y_momentum_due_to_blocking_dragy momentum tendency from blocking dragm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtaux2d_sstendency_of_x_momentum_due_to_small_scale_gravity_wave_dragx momentum tendency from small scale gwdm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtauy2d_sstendency_of_y_momentum_due_to_small_scale_gravity_wave_dragy momentum tendency from small scale gwdm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtaux2d_fdtendency_of_x_momentum_due_to_form_dragx momentum tendency from form dragm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dtauy2d_fdtendency_of_y_momentum_due_to_form_dragy momentum tendency from form dragm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
dusfcinstantaneous_x_stress_due_to_gravity_wave_dragzonal surface stress due to orographic gravity wave dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dvsfcinstantaneous_y_stress_due_to_gravity_wave_dragmeridional surface stress due to orographic gravity wave dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dusfc_lsvertically_integrated_x_momentum_flux_due_to_mesoscale_orographic_gravity_wave_dragintegrated x momentum flux from large scale gwdPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dvsfc_lsvertically_integrated_y_momentum_flux_due_to_mesoscale_orographic_gravity_wave_dragintegrated y momentum flux from large scale gwdPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dusfc_blvertically_integrated_x_momentum_flux_due_to_blocking_dragintegrated x momentum flux from blocking dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dvsfc_blvertically_integrated_y_momentum_flux_due_to_blocking_dragintegrated y momentum flux from blocking dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dusfc_ssvertically_integrated_x_momentum_flux_due_to_small_scale_gravity_wave_dragintegrated x momentum flux from small scale gwdPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dvsfc_ssvertically_integrated_y_momentum_flux_due_to_small_scale_gravity_wave_dragintegrated y momentum flux from small scale gwdPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dusfc_fdvertically_integrated_x_momentum_flux_due_to_form_dragintegrated x momentum flux from form dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dvsfc_fdvertically_integrated_y_momentum_flux_due_to_form_dragintegrated y momentum flux from form dragPareal(ccpp_constant_one:horizontal_loop_extent)kind_physout
slmskarea_typelandmask: sea/land/ice=0/1/2flagreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
br1bulk_richardson_number_at_lowest_model_levelbulk Richardson number at the surfacenonereal(ccpp_constant_one:horizontal_loop_extent)kind_physin
hpblatmosphere_boundary_layer_thicknessPBL thicknessmreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
ggravitational_accelerationgravitational accelerationm s-2real()kind_physin
cpspecific_heat_of_dry_air_at_constant_pressurespecific heat of dry air at constant pressureJ kg-1 K-1real()kind_physin
rdgas_constant_of_dry_airideal gas constant for dry airJ kg-1 K-1real()kind_physin
rvgas_constant_water_vaporideal gas constant for water vaporJ kg-1 K-1real()kind_physin
fvratio_of_vapor_to_dry_air_gas_constants_minus_one(rv/rd) - 1 (rv = ideal gas constant for water vapor)nonereal()kind_physin
pipiratio of a circle's circumference to its diameternonereal()kind_physin
imxnumber_of_equatorial_longitude_pointsnumber of longitude points along the equatorcountinteger()in
cdmbgwdmultiplicative_tunable_parameters_for_mountain_blocking_and_orographic_gravity_wave_dragmultiplic. factors for (1) mountain blocking drag coeff. and (2) ref. level orographic gravity wave dragnonereal(ccpp_constant_one:4)kind_physin
mempi_rankrank of the current MPI taskindexinteger()in
mastermpi_rootmaster MPI-rankindexinteger()in
lprntflag_printflag for debugging printoutsflaglogical()in
iprhorizontal_index_of_printed_columnhorizontal index of column used in debugging printoutsindexinteger()in
rdxzblevel_of_dividing_streamlinelevel of the dividing streamlinenonereal(ccpp_constant_one:horizontal_loop_extent)kind_physout
dxcharacteristic_grid_lengthscalesize of the grid cellmreal(ccpp_constant_one:horizontal_loop_extent)kind_physin
gwd_optcontrol_for_drag_suite_gravity_wave_dragflag to choose gwd schemeflaginteger()in
do_gsl_drag_ls_blflag_for_gsl_drag_suite_large_scale_orographic_and_blocking_dragflag to activate GSL drag suite - large-scale GWD and blockingflaglogical()in
do_gsl_drag_ssflag_for_gsl_drag_suite_small_scale_orographic_dragflag to activate GSL drag suite - small-scale GWDflaglogical()in
do_gsl_drag_tofdflag_for_gsl_drag_suite_turbulent_orographic_form_dragflag to activate GSL drag suite - turb orog form dragflaglogical()in
dtendcumulative_change_of_state_variablesdiagnostic tendencies for state variablesmixedreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:cumulative_change_of_state_variables_outer_index_max)kind_physinout
dtidxcumulative_change_of_state_variables_outer_indexindex of state-variable and process in last dimension of diagnostic tendencies array AKA cumulative_change_indexindexinteger(ccpp_constant_one:number_of_tracers_plus_one_hundred, ccpp_constant_one:number_of_cumulative_change_processes)in
index_of_process_orographic_gwdindex_of_orographic_gravity_wave_drag_process_in_cumulative_change_indexindex of orographic gravity wave drag process in second dimension of array cumulative change indexindexinteger()in
index_of_temperatureindex_of_temperature_in_cumulative_change_indexindex of temperature in first dimension of array cumulative change indexindexinteger()in
index_of_x_windindex_of_x_wind_in_cumulative_change_indexindex of x-wind in first dimension of array cumulative change indexindexinteger()in
index_of_y_windindex_of_y_wind_in_cumulative_change_indexindex of x-wind in first dimension of array cumulative change indexindexinteger()in
ldiag3dflag_for_diagnostics_3dflag for 3d diagnostic fieldsflaglogical()in
spp_wts_gwdspp_weights_for_gravity_wave_drag_schemespp weights for gravity wave drag scheme1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
spp_gwdcontrol_for_gravity_wave_drag_spp_perturbationscontrol for gravity wave drag spp perturbationscountinteger()in
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

GFS Orographic GWD Scheme General Algorithm

  1. Calculate subgrid mountain blocking
  2. Calculate orographic wave drag

The NWP model gravity wave drag (GWD) scheme in the GFS has two main components: how the surface stress is computed, and then how that stress is distributed over a vertical column where it may interact with the models momentum. Each of these depends on the large scale environmental atmospheric state and assumptions about the sub-grid scale processes. In Alpert GWD (1987) based on linear, two-dimensional non-rotating, stably stratified flow over a mountain ridge, sub-grid scale gravity wave motions are assumed which propagate away from the mountain. Described in Alpert (1987), the flux measured over a "low level" vertically averaged layer, in the atmosphere defines a base level flux. "Low level" was taken to be the first 1/3 of the troposphere in the 1987 implementation. This choice was meant to encompass a thick low layer for vertical averages of the environmental (large scale) flow quantities. The vertical momentum flux or gravity wave stress in a grid box due to a single mountain is given as in Pierrehumbert, (1987) (PH):

\( \tau = \frac {\rho \: U^{3}\: G(F_{r})} {\Delta X \; N } \)

emetic \( \Delta X \) is a grid increment, N is the Brunt Viasala frequency

\( N(\sigma) = \frac{-g \: \sigma \: \frac{\partial\Theta}{\partial\sigma}}{\Theta \:R \:T} \)

The environmental variables are calculated from a mass weighted vertical average over a base layer. G(Fr) is a monotonically increasing function of Froude number,

\( F_{r} = \frac{N h^{'}}{U} \)

where U is the wind speed calculated as a mass weighted vertical average in the base layer, and h', is the vertical displacement caused by the orography variance. An effective mountain length for the gravity wave processes,

\( l^{*} = \frac{\Delta X}{m} \)

where m is the number of mountains in a grid box, can then be defined to obtain the form of the base level stress

\( \tau = \frac {\rho \: U^{3} \: G(F_{r})} {N \;l^{*}} \)

giving the stress induced from the surface in a model grid box. PH gives the form for the function G(Fr) as

\( G(F_{r}) = \bar{G}\frac{F^{2}_{r}}{F^{2}_{r}\: + \:a^{2}} \)

Where \( \bar{G} \) is an order unity non-dimensional saturation flux set to 1 and 'a' is a function of the mountain aspect ratio also set to 1 in the 1987 implementation of the GFS GWD. Typical values of U=10m/s, N=0.01 1/s, l*=100km, and a=1, gives a flux of 1 Pascal and if this flux is made to go to zero linearly with height then the decelerations would be about 10/m/s/day which is consistent with observations in PH.

In Kim, Moorthi, Alpert's (1998, 2001) GWD currently in GFS operations, the GWD scheme has the same physical basis as in Alpert (1987) with the addition of enhancement factors for the amplitude, G, and mountain shape details in G(Fr) to account for effects from the mountain blocking. A factor, E m', is an enhancement factor on the stress in the Alpert '87 scheme. The E ranges from no enhancement to an upper limit of 3, E=E(OA)[1-3], and is a function of OA, the Orographic Asymmetry defined in KA (1995) as

Orographic Asymmetry (OA) = \( \frac{ \bar{x} \; - \; \sum\limits_{j=1}^{N_{b}} x_{j} \; n_{j} }{\sigma_{x}} \)

where Nb is the total number of bottom blocks in the mountain barrier, \( \sigma_{x} \) is the standard deviation of the horizontal distance defined by

\( \sigma_{x} = \sqrt{ \frac{\sum\limits_{j=1}^{N_{b}} \; (x_{j} \; - \; \bar{x} )^2}{N_{x}} } \)

where Nx is the number of grid intervals for the large scale domain being considered. So the term, E(OA)m'/ \( \Delta X \) in Kim's scheme represents a multiplier on G shown in Alpert's eq (1), where m' is the number of mountains in a sub-grid scale box. Kim increased the complexity of m' making it a function of the fractional area of the sub-grid mountain and the asymmetry and convexity statistics which are found from running a gravity wave model for a large number of cases:

\( m^{'} = C_{m} \Delta X \left[ \frac{1 \; + \; \sum\limits_{x} L_{h} }{\Delta X} \right]^{OA+1} \)

Where, according to Kim, \( \sum \frac{L_{h}}{\Delta X} \) is the fractional area covered by the subgrid-scale orography higher than a critical height \( h_{c} = Fr_{c} U_{0}/N_{0} \) , over the "low level" vertically averaged layer, for a grid box with the interval \( \Delta X \). Each \( L_{n}\) is the width of a segment of orography intersection at the critical height:

\( Fr_{0} = \frac{N_{0} \; h^{'}}{U_{0}} \)

\( G^{'}(OC,Fr_{0}) = \frac{Fr_{0}^{2}}{Fr_{0}^{2} \; + \; a^{2}} \)

\( a^{2} = \frac{C_{G}}{OC} \)

\( E(OA, Fr_{0}) = (OA \; + \; 2)^{\delta} \) and \( \delta \; = \; \frac{C_{E} \; Fr_{0}}{Fr_{c}} \) where \( Fr_{c} \) is as in Alpert.

This represents a closed scheme, somewhat empirical adjustments to the original scheme to calculate the surface stress.

Momentum is deposited by the sub-grid scale gravity waves break due to the presence of convective mixing assumed to occur when the minimum Richardson number:

Orographic Convexity (OC) = \( \frac{ \sum\limits_{j=1}^{N_{x}} \; (h_{j} \; - \; \bar{h})^4 }{N_{x} \;\sigma_{h}^4} \) , and where \( \sigma_{h} = \sqrt{ \frac{\sum\limits_{j=1}^{N_{x}} \; (h_{j} \; - \; \bar{h} )^2}{N_{x}} } \)

This represents a closed scheme, somewhat empirical adjustments to the original scheme to calculate the surface stress.

Momentum is deposited by the sub-grid scale gravity waves break due to the presence of convective mixing assumed to occur when the minimum Richardson number:

\( Ri_{m} = \frac{Ri(1 \; - \; Fr)}{(1 \; + \; \sqrt{Ri}Fr)^2} \)

Is less than 1/4 Or if critical layers are encountered in a layer the the momentum flux will vanish. The critical layer is defined when the base layer wind becomes perpendicular to the environmental wind. Otherwise, wave breaking occurs at a level where the amplification of the wave causes the local Froude number or similarly a truncated (first term of the) Scorer parameter, to be reduced below a critical value by the saturation hypothesis (Lindzen,). This is done through eq 1 which can be written as

\( \tau = \rho U N k h^{'2} \)

For small Froude number this is discretized in the vertical so at each level the stress is reduced by ratio of the Froude or truncated Scorer parameter, \( \frac{U^{2}}{N^{2}} = \frac{N \tau_{l-1}}{\rho U^{3} k} \) , where the stress is from the layer below beginning with that found near the surface. The respective change in momentum is applied in that layer building up from below.

An amplitude factor is part of the calibration of this scheme which is a function of the model resolution and the vertical diffusion. This is because the vertical diffusion and the GWD account encompass similar physical processes. Thus, one needs to run the model over and over for various amplitude factors for GWD and vertical diffusion.

In addition, there is also mountain blocking from lift and frictional forces. Improved integration between how the GWD is calculated and the mountain blocking of wind flow around sub-grid scale orography is underway at NCEP. The GFS already has convectively forced GWD an independent process. The next step is to test

GFS Orographic GWD Scheme Detailed Algorithm

  1. Orographic Gravity Wave Drag Section

Referenced by unified_ugwp::unified_ugwp_run().

Here is the caller graph for this function: