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

Enumerations

enum  {
  total = 0 , rain , snow , graupel ,
  hail , NumSlots
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
total 
rain 
snow 
graupel 
hail 
NumSlots 
129  {
130  total = 0, // total non-convective precip (if the scheme exposes one)
131  rain, // explicit rain (schemes without a total slot)
132  snow, // snow (+ice)
133  graupel, // graupel
134  hail, // folded into MP_GRAUP (coupled MP_HAIL set to 0)
135  NumSlots
136  };
@ graupel
Definition: ERF_NOAHMP_Fields.H:133
@ rain
Definition: ERF_NOAHMP_Fields.H:131
@ total
Definition: ERF_NOAHMP_Fields.H:130
@ hail
Definition: ERF_NOAHMP_Fields.H:134
@ snow
Definition: ERF_NOAHMP_Fields.H:132
@ NumSlots
Definition: ERF_NOAHMP_Fields.H:135