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

Enumerations

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

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
QV 
PH 
MU 
PC 
NumTypes 
132  {
133  U = 0,
134  V = 1,
135  T = 2,
136  QV = 3, // water vapor
137  PH , // Perturbational geopotential
138  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
139  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
140  NumTypes
141  };
Real T
Definition: ERF_InitCustomPert_Bubble.H:105
@ NumTypes
Definition: ERF_IndexDefines.H:196
@ U
Definition: ERF_IndexDefines.H:146
@ V
Definition: ERF_IndexDefines.H:147
@ QV
Definition: ERF_IndexDefines.H:167
@ PC
Definition: ERF_IndexDefines.H:139
@ MU
Definition: ERF_IndexDefines.H:138
@ PH
Definition: ERF_IndexDefines.H:137