ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WRFBdyVars Namespace Reference

Enumerations

enum  {
  U = 0 , V = 1 , T = 2 , QV ,
  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 , // 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  };
@ NumTypes
Definition: ERF_IndexDefines.H:154
@ U
Definition: ERF_IndexDefines.H:130
@ V
Definition: ERF_IndexDefines.H:131
@ QV
Definition: ERF_IndexDefines.H:133
@ T
Definition: ERF_IndexDefines.H:132
@ PC
Definition: ERF_IndexDefines.H:123
@ MU
Definition: ERF_IndexDefines.H:122