ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_UpdateGeostrophicProfile_Bomex.H
Go to the documentation of this file.
1
2
// Only apply momentum source below nominal inversion height
3
for
(
int
k = 0; k <=
khi
; k++)
4
{
5
const
Real
z_cc = zlevels[k];
6
const
Real
u_geo_wind = -
amrex::Real
(10.0) + z_cc *
amrex::Real
(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
}
khi
const int khi
Definition:
ERF_InitCustomPert_Bubble.H:21
Real
amrex::Real Real
Definition:
ERF_ShocInterface.H:19
Source
Prob
ERF_UpdateGeostrophicProfile_Bomex.H
Generated by
1.9.1