ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
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 
106  {
107  U = 0,
108  V = 1,
109  T = 2,
110  QV , // water vapor
111  MU , // bdy perturbation dry air mass in column (we will get mub from the initial data)
112  PC , // p_s - p_top = dry hydrostatic pressure difference between the surface and the model top
113  NumTypes
114  };
@ NumTypes
Definition: ERF_IndexDefines.H:143
@ U
Definition: ERF_IndexDefines.H:119
@ V
Definition: ERF_IndexDefines.H:120
@ QV
Definition: ERF_IndexDefines.H:122
@ T
Definition: ERF_IndexDefines.H:121
@ PC
Definition: ERF_IndexDefines.H:112
@ MU
Definition: ERF_IndexDefines.H:111