ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_RICO.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++)
3  {
4  const Real z_cc = zlevels[k];
5  const Real u_geo_wind = -9.9 + z_cc * 0.002;
6 
7  u_geos[k] = u_geo_wind;
8  v_geos[k] = -3.8;
9  }
amrex::Real Real
Definition: ERF_ShocInterface.H:19