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

Go to the source code of this file.

Functions

ParmParse pp_prob ("prob")
 
pp_prob query ("wbar_cutoff_max", wbar_cutoff_max)
 
 for (int k=1;k<=khi+1;k++)
 

Variables

Real wbar_cutoff_max = 1500.0
 
 wbar [0] = 0.0
 

Function Documentation

◆ for()

for ( int  k = 1; k <= khi+1; k++)
7  {
8  const Real z = zlevels[k];
9  if (z <= wbar_cutoff_max) {
10  wbar[k] = -0.0000022*z;
11  } else {
12  wbar[k] = -0.0000022*2260.;
13  }
14  }
amrex::Real Real
Definition: ERF_ShocInterface.H:19
wbar[0]
Definition: ERF_UpdateWSubsidence_RICO.H:6
Real wbar_cutoff_max
Definition: ERF_UpdateWSubsidence_RICO.H:4

◆ pp_prob()

ParmParse pp_prob ( "prob"  )

◆ query()

pp_prob query ( "wbar_cutoff_max"  ,
wbar_cutoff_max   
)

Variable Documentation

◆ wbar

wbar[0] = 0.0

Referenced by for().

◆ wbar_cutoff_max

Real wbar_cutoff_max = 1500.0

Referenced by for().