ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_MYNNStruct.H>
Public Member Functions | |
AMREX_GPU_DEVICE AMREX_FORCE_INLINE void | calc_stability_funcs (amrex::Real &SM, amrex::Real &SH, amrex::Real &SQ, const amrex::Real GM, const amrex::Real GH, const amrex::Real alphac=1.0) const |
Public Attributes | |
amrex::Real | A1 = 1.18 |
amrex::Real | A2 = 0.665 |
amrex::Real | B1 = 24.0 |
amrex::Real | B2 = 15.0 |
amrex::Real | C1 = 0.137 |
amrex::Real | C2 = 0.75 |
amrex::Real | C3 = 0.352 |
amrex::Real | C4 = 0.0 |
amrex::Real | C5 = 0.2 |
amrex::Real | SQfac = 3.0 |
amrex::Real | SMmin = 0.0 |
amrex::Real | SMmax = 1.0e34 |
amrex::Real | SHmin = 0.0 |
amrex::Real | SHmax = 4.0 |
MYNNConfigType | config |
bool | diffuse_moistvars = false |
|
inline |
amrex::Real MYNNLevel25::A1 = 1.18 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::A2 = 0.665 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::B1 = 24.0 |
Referenced by TurbChoice::display(), if(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::B2 = 15.0 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::C1 = 0.137 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::C2 = 0.75 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::C3 = 0.352 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::C4 = 0.0 |
Referenced by TurbChoice::display(), and TurbChoice::init_params().
amrex::Real MYNNLevel25::C5 = 0.2 |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
MYNNConfigType MYNNLevel25::config |
bool MYNNLevel25::diffuse_moistvars = false |
Referenced by TurbChoice::init_params().
amrex::Real MYNNLevel25::SHmax = 4.0 |
Referenced by TurbChoice::init_params().
amrex::Real MYNNLevel25::SHmin = 0.0 |
Referenced by TurbChoice::init_params().
amrex::Real MYNNLevel25::SMmax = 1.0e34 |
Referenced by TurbChoice::init_params().
amrex::Real MYNNLevel25::SMmin = 0.0 |
Referenced by TurbChoice::init_params().
amrex::Real MYNNLevel25::SQfac = 3.0 |
Referenced by calc_stability_funcs(), and TurbChoice::init_params().