ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
WRFBdyVars Namespace Reference

Enumerations

enum  {
  U = 0 , V = 1 , T = 2 , QV = 3 ,
  R = 4 , PH , MU , PC ,
  QC , QI , NumTypes
}
 

Variables

constexpr int LegacyNumTypes = PC + 1
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
QV 
PH 
MU 
PC 
QC 
QI 
NumTypes 
150  {
151  U = 0,
152  V = 1,
153  T = 2,
154  QV = 3, // water vapor
155  R = 4, // density
156  PH , // Perturbational geopotential
157  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
158  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
159  QC , // cloud water
160  QI , // cloud ice
161  NumTypes
162  };
@ NumTypes
Definition: ERF_IndexDefines.H:236
@ U
Definition: ERF_IndexDefines.H:186
@ V
Definition: ERF_IndexDefines.H:187
@ QV
Definition: ERF_IndexDefines.H:207
@ T
Definition: ERF_IndexDefines.H:205
@ QI
Definition: ERF_IndexDefines.H:160
@ QC
Definition: ERF_IndexDefines.H:159
@ R
Definition: ERF_IndexDefines.H:155
@ PC
Definition: ERF_IndexDefines.H:158
@ MU
Definition: ERF_IndexDefines.H:157
@ PH
Definition: ERF_IndexDefines.H:156

Variable Documentation

◆ LegacyNumTypes

constexpr int WRFBdyVars::LegacyNumTypes = PC + 1
constexpr