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