ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_DYCOMS2RF02.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(3.0) + amrex::Real(0.0043)*z_cc;
6  const Real v_geo_wind = -amrex::Real(9.0) + amrex::Real(0.0056)*z_cc;
7 
8  u_geos[k] = u_geo_wind;
9  v_geos[k] = v_geo_wind;
10  }
const int khi
Definition: ERF_InitCustomPert_Bubble.H:21
amrex::Real Real
Definition: ERF_ShocInterface.H:19