ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_Bomex.H
Go to the documentation of this file.
1 
2  // Only apply momentum source below nominal inversion height
3  for (int k = 0; k <= khi; k++)
4  {
5  const Real z_cc = zlevels[k];
6  const Real u_geo_wind = -10.0 + z_cc * 0.0018;
7 
8  u_geos[k] = u_geo_wind; // 0; // -coriolis_factor * v_geo_wind
9  v_geos[k] = 0 ; // coriolis * u_geo_wind;
10  }
const int khi
Definition: ERF_InitCustomPert_Bubble.H:21
amrex::Real Real
Definition: ERF_ShocInterface.H:19