ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
Functions
ERF_UpdateGeostrophicProfile_Bomex.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++
)
4
{
5
const
Real
z_cc = zlevels[k];
6
const
Real
u_geo_wind = -10.0 + z_cc * 0.0018;
7
8
u_geos[k] = u_geo_wind;
// 0; // -coriolis_factor * v_geo_wind
9
v_geos[k] = 0 ;
// coriolis * u_geo_wind;
10
}
Real
amrex::Real Real
Definition:
ERF_ShocInterface.H:19
Source
Prob
ERF_UpdateGeostrophicProfile_Bomex.H
Generated by
1.9.1