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