ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_RICO.H
Go to the documentation of this file.
1 
2  for (int k = 0; k <= khi; k++)
3  {
4  const Real z_cc = zlevels[k];
5  const Real u_geo_wind = -amrex::Real(9.9) + z_cc * amrex::Real(0.002);
6 
7  u_geos[k] = u_geo_wind;
8  v_geos[k] = -amrex::Real(3.8);
9  }
const int khi
Definition: ERF_InitCustomPert_Bubble.H:21
amrex::Real Real
Definition: ERF_ShocInterface.H:19