|
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=one) const |
Public Attributes | |
| amrex::Real | A1 = amrex::Real(1.18) |
| amrex::Real | A2 = amrex::Real(0.665) |
| amrex::Real | B1 = amrex::Real(24.0) |
| amrex::Real | B2 = amrex::Real(15.0) |
| amrex::Real | C1 = amrex::Real(0.137) |
| amrex::Real | C2 = amrex::Real(0.75) |
| amrex::Real | C3 = amrex::Real(0.352) |
| amrex::Real | C4 = zero |
| amrex::Real | C5 = amrex::Real(0.2) |
| amrex::Real | SQfac = three |
| amrex::Real | SMmin = zero |
| amrex::Real | SMmax = amrex::Real(1.0e34) |
| amrex::Real | SHmin = zero |
| amrex::Real | SHmax = amrex::Real(4.0) |
| MYNNConfigType | config |
| bool | diffuse_moistvars = false |
|
inline |
| amrex::Real MYNNLevel25::A1 = amrex::Real(1.18) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::A2 = amrex::Real(0.665) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::B1 = amrex::Real(24.0) |
Referenced by TurbChoice::display(), if(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::B2 = amrex::Real(15.0) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::C1 = amrex::Real(0.137) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::C2 = amrex::Real(0.75) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::C3 = amrex::Real(0.352) |
Referenced by calc_stability_funcs(), TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::C4 = zero |
Referenced by TurbChoice::display(), and TurbChoice::init_params().
| amrex::Real MYNNLevel25::C5 = amrex::Real(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 = amrex::Real(4.0) |
Referenced by TurbChoice::init_params().
| amrex::Real MYNNLevel25::SHmin = zero |
Referenced by TurbChoice::init_params().
| amrex::Real MYNNLevel25::SMmax = amrex::Real(1.0e34) |
Referenced by TurbChoice::init_params().
| amrex::Real MYNNLevel25::SMmin = zero |
Referenced by TurbChoice::init_params().
| amrex::Real MYNNLevel25::SQfac = three |
Referenced by calc_stability_funcs(), and TurbChoice::init_params().