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

Enumerations

enum  {
  U = 0 , V = 1 , T = 2 , QV = 3 ,
  MU , PC , NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
QV 
MU 
PC 
NumTypes 
117  {
118  U = 0,
119  V = 1,
120  T = 2,
121  QV = 3, // water vapor
122  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
123  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
124  NumTypes
125  };
Real T
Definition: ERF_InitCustomPert_Bubble.H:105
@ NumTypes
Definition: ERF_IndexDefines.H:178
@ U
Definition: ERF_IndexDefines.H:130
@ V
Definition: ERF_IndexDefines.H:131
@ QV
Definition: ERF_IndexDefines.H:141
@ PC
Definition: ERF_IndexDefines.H:123
@ MU
Definition: ERF_IndexDefines.H:122