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

Enumerations

enum  {
  Mom_h = 0 , Theta_h , KE_h , Scalar_h ,
  Q_h , Mom_v , Theta_v , KE_v ,
  Scalar_v , Q_v , Turb_lengthscale , HGAMT_v ,
  HGAMQ_v , HGAMU_v , HGAMV_v , NumDiffs
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Mom_h 
Theta_h 
KE_h 
Scalar_h 
Q_h 
Mom_v 
Theta_v 
KE_v 
Scalar_v 
Q_v 
Turb_lengthscale 
HGAMT_v 
HGAMQ_v 
HGAMU_v 
HGAMV_v 
NumDiffs 
243  {
244  Mom_h = 0,
245  Theta_h,
246  KE_h,
247  Scalar_h,
248  Q_h,
249  Mom_v,
250  Theta_v,
251  KE_v,
252  Scalar_v,
253  Q_v,
255  // Nonlocal (countergradient) terms. All four are stored *normalized by the
256  // PBL height*, i.e. as a gradient of the transported quantity, so that the
257  // implicit vertical diffusion solvers form the countergradient flux as
258  // F_cg = +rho*alpha*gamma
259  // with no further metric or grid-spacing factors.
260  HGAMT_v, // MRF/YSU countergradient for heat (HGAMT/h, units K/m), zero outside PBL
261  HGAMQ_v, // MRF/YSU countergradient for moisture (HGAMQ/h, units kg/kg/m), zero outside PBL
262  HGAMU_v, // YSU countergradient for x-momentum (HGAMU/h, units 1/s), zero outside PBL
263  HGAMV_v, // YSU countergradient for y-momentum (HGAMV/h, units 1/s), zero outside PBL
264  NumDiffs
265  };
@ Theta_v
Definition: ERF_IndexDefines.H:250
@ Turb_lengthscale
Definition: ERF_IndexDefines.H:254
@ Scalar_v
Definition: ERF_IndexDefines.H:252
@ Mom_h
Definition: ERF_IndexDefines.H:244
@ HGAMU_v
Definition: ERF_IndexDefines.H:262
@ Q_v
Definition: ERF_IndexDefines.H:253
@ Q_h
Definition: ERF_IndexDefines.H:248
@ Mom_v
Definition: ERF_IndexDefines.H:249
@ HGAMQ_v
Definition: ERF_IndexDefines.H:261
@ HGAMT_v
Definition: ERF_IndexDefines.H:260
@ Scalar_h
Definition: ERF_IndexDefines.H:247
@ KE_v
Definition: ERF_IndexDefines.H:251
@ NumDiffs
Definition: ERF_IndexDefines.H:264
@ Theta_h
Definition: ERF_IndexDefines.H:245
@ HGAMV_v
Definition: ERF_IndexDefines.H:263
@ KE_h
Definition: ERF_IndexDefines.H:246