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 ,
  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  R = 4, // density
138  PH , // Perturbational geopotential
139  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
140  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
141  NumTypes
142  };
Real T
Definition: ERF_InitCustomPert_Bubble.H:106
@ NumTypes
Definition: ERF_IndexDefines.H:197
@ U
Definition: ERF_IndexDefines.H:147
@ V
Definition: ERF_IndexDefines.H:148
@ QV
Definition: ERF_IndexDefines.H:168
@ R
Definition: ERF_IndexDefines.H:137
@ PC
Definition: ERF_IndexDefines.H:140
@ MU
Definition: ERF_IndexDefines.H:139
@ PH
Definition: ERF_IndexDefines.H:138