|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_ShocTypes.H>

| bool ShocRuntimeOptions::allow_tendency_microphysics_overlap = false |
Referenced by read_shoc_runtime_options().
| bool ShocRuntimeOptions::apply_tms = false |
Referenced by read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::c_diag_3rd_mom = amrex::Real(7.0) |
Referenced by ShocMoments::diagnose_third_moments(), and read_shoc_runtime_options().
| bool ShocRuntimeOptions::check_flux_state = false |
Referenced by read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::coeff_kh = amrex::Real(0.1) |
| amrex::Real ShocRuntimeOptions::coeff_km = amrex::Real(0.1) |
| bool ShocRuntimeOptions::column_conservation_check = false |
Referenced by read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_bad_column = false |
Referenced by ShocDriver::debug_check_bad_column(), and read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_bad_column_abort = true |
Referenced by ShocDriver::debug_check_bad_column(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::debug_bad_column_brunt_threshold = amrex::Real(1.0) |
| int ShocRuntimeOptions::debug_bad_column_max_reports = 8 |
| amrex::Real ShocRuntimeOptions::debug_bad_column_min_dz = amrex::Real(1.0) |
| amrex::Real ShocRuntimeOptions::debug_bad_column_q_tend_threshold = amrex::Real(1.0e-2) |
| amrex::Real ShocRuntimeOptions::debug_bad_column_scalar_moment_threshold = amrex::Real(1.0e4) |
| amrex::Real ShocRuntimeOptions::debug_bad_column_theta_tend_threshold = amrex::Real(10.0) |
| bool ShocRuntimeOptions::debug_disable_moisture_state_update = false |
Referenced by read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_disable_pdf_cloud_increment = false |
Referenced by ShocImplicit::finalize_from_pdf(), and read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_disable_theta_state_update = false |
Referenced by read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_disable_tke_state_update = false |
Referenced by read_shoc_runtime_options().
| bool ShocRuntimeOptions::debug_summary = false |
Referenced by ShocDriver::advance(), ShocDriver::debug_summary_enabled(), and read_shoc_runtime_options().
| bool ShocRuntimeOptions::extra_shoc_diags = false |
Referenced by ShocPDF::diagnose_pdf(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::lambda_high = amrex::Real(0.04) |
| amrex::Real ShocRuntimeOptions::lambda_low = amrex::Real(0.001) |
| amrex::Real ShocRuntimeOptions::lambda_slope = amrex::Real(2.65) |
Referenced by ShocTKE::diagnose_tke_and_diffusivities(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::lambda_thresh = amrex::Real(0.02) |
Referenced by ShocTKE::diagnose_tke_and_diffusivities(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::length_fac = amrex::Real(0.5) |
| ShocMomentumTransport ShocRuntimeOptions::momentum_transport = ShocMomentumTransport::HostDiffusion |
| amrex::Real ShocRuntimeOptions::qw2tune = amrex::Real(1) |
Referenced by ShocMoments::diagnose_second_moments(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::qwthl2tune = amrex::Real(1) |
Referenced by ShocMoments::diagnose_second_moments(), and read_shoc_runtime_options().
| bool ShocRuntimeOptions::shoc_1p5tke = false |
| bool ShocRuntimeOptions::signed_tke_production = false |
Referenced by ShocTKE::diagnose_tke_and_diffusivities(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::thl2tune = amrex::Real(1) |
Referenced by ShocMoments::diagnose_second_moments(), and read_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::top_taper_depth = amrex::Real(0.0) |
Referenced by read_shoc_runtime_options(), and validate_shoc_runtime_options().
| amrex::Real ShocRuntimeOptions::top_taper_min_factor = amrex::Real(0.0) |
Referenced by read_shoc_runtime_options(), and validate_shoc_runtime_options().
| ShocTransportMode ShocRuntimeOptions::transport_mode = ShocTransportMode::StateUpdate |
| amrex::Real ShocRuntimeOptions::w2tune = amrex::Real(1) |
Referenced by ShocMoments::diagnose_second_moments(), and read_shoc_runtime_options().