ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_SineMassFlux.H File Reference

Go to the source code of this file.

Functions

 for (int k=0;k<=khi;k++)
 

Function Documentation

◆ for()

for ( int  k = 0; k <= khi; k++)
1  {
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  }
amrex::Real Real
Definition: ERF_ShocInterface.H:19