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 = -
amrex::Real
(10.0) + z_cc *
amrex::Real
(0.0018);
4
5
u_geos[k] = u_geo_wind;
6
v_geos[k] =
zero
;
7
}
zero
constexpr amrex::Real zero
Definition:
ERF_Constants.H:6
khi
const int khi
Definition:
ERF_InitCustomPert_Bubble.H:21
Real
amrex::Real Real
Definition:
ERF_ShocInterface.H:19
Source
Prob
ERF_UpdateGeostrophicProfile_SineMassFlux.H
Generated by
1.9.1