|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include "ERF_Plotfile2DWaterPath.H"#include "ERF_Plotfile2DPrecip.H"#include <AMReX.H>#include <AMReX_Gpu.H>#include <AMReX_Geometry.H>#include <AMReX_ParmParse.H>#include <algorithm>#include "ERF_IndexDefines.H"
Namespaces | |
| plotfile2d | |
Functions | |
| bool | plotfile2d::is_condensed_water_path (DiagnosticID id) noexcept |
| amrex::Vector< WaterPathDescriptor > | plotfile2d::active_condensed_water_path_descriptors (const SolverChoice &solver_choice) |
| bool | plotfile2d::is_condensed_water_path_name (const std::string &name) |
| bool | plotfile2d::is_noahmp_active (const SolverChoice &solver_choice) noexcept |
| bool | plotfile2d::is_land_surface_provider_field (DiagnosticID id) noexcept |
| bool | plotfile2d::active_lsm_contains (const amrex::Vector< std::string > &active_lsm_names, const char *name) |
| amrex::Vector< std::string > | plotfile2d::available_diagnostic_names (const SolverChoice &solver_choice) |
| amrex::Vector< std::string > | plotfile2d::available_diagnostic_names (const SolverChoice &solver_choice, bool has_surface_layer) |
| amrex::Vector< std::string > | plotfile2d::available_diagnostic_names (const SolverChoice &solver_choice, bool has_surface_layer, const amrex::Vector< std::string > &active_lsm_names) |
| SelectedWaterPathComponents | plotfile2d::selected_condensed_water_path_components (const amrex::Vector< std::string > &plot_var_names, const SolverChoice &solver_choice) |
| void | plotfile2d::fill_condensed_water_paths (MultiFab &dst, const MultiFab &cons, const SelectedWaterPathComponents &selected, const Geometry &geom, const MultiFab &detJ) |
| DiagnosticID id |
| const char* name |
Referenced by plotfile2d::active_lsm_contains(), and plotfile2d::is_condensed_water_path_name().