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 
140  {
141  total = 0, // total non-convective precip (if the scheme exposes one)
142  rain, // explicit rain (schemes without a total slot)
143  snow, // snow (+ice)
144  graupel, // graupel
145  hail, // folded into MP_GRAUP (coupled MP_HAIL set to 0)
146  NumSlots
147  };
@ graupel
Definition: ERF_NOAHMP_Fields.H:144
@ rain
Definition: ERF_NOAHMP_Fields.H:142
@ total
Definition: ERF_NOAHMP_Fields.H:141
@ hail
Definition: ERF_NOAHMP_Fields.H:145
@ snow
Definition: ERF_NOAHMP_Fields.H:143
@ NumSlots
Definition: ERF_NOAHMP_Fields.H:146