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 
133  {
134  U = 0,
135  V = 1,
136  T = 2,
137  QV = 3, // water vapor
138  R = 4, // density
139  PH , // Perturbational geopotential
140  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
141  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
142  NumTypes
143  };
Real T
Definition: ERF_InitCustomPert_Bubble.H:106
@ NumTypes
Definition: ERF_IndexDefines.H:198
@ U
Definition: ERF_IndexDefines.H:148
@ V
Definition: ERF_IndexDefines.H:149
@ QV
Definition: ERF_IndexDefines.H:169
@ R
Definition: ERF_IndexDefines.H:138
@ PC
Definition: ERF_IndexDefines.H:141
@ MU
Definition: ERF_IndexDefines.H:140
@ PH
Definition: ERF_IndexDefines.H:139