3 #include <configure.hpp>
11 #pragma omp simd reduction(+ : g)
12 for (
int n = 0; n < NCLOUD; ++n) g += -air.
c[n];
14 return air.
w[i] / g * air.
w[IPR];
19 for (
int i = 0; i <= NVAPOR; ++i)
void enrollVaporFunctions()
custom functions for vapor (to be overridden by user mods)
SVPFunc1Container svp_func1_
saturation vapor pressure function: Vapor -> Cloud
void __attribute__((weak)) Thermodynamics
Real NullSatVaporPres1(AirParcel const &air, int i, int j)