|
ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <string>#include <AMReX_GpuQualifiers.H>#include <AMReX_MultiFab.H>#include <AMReX_Vector.H>#include "ERF_DataStruct.H"#include "ERF_Plotfile2DCatalog.H"

Go to the source code of this file.
Classes | |
| struct | plotfile2d::WaterPathDescriptor |
| struct | plotfile2d::SelectedWaterPathComponents |
Namespaces | |
| plotfile2d | |
Functions | |
| amrex::Vector< WaterPathDescriptor > | plotfile2d::active_condensed_water_path_descriptors (const SolverChoice &solver_choice) |
| bool | plotfile2d::is_condensed_water_path (DiagnosticID id) noexcept |
| bool | plotfile2d::is_condensed_water_path_name (const std::string &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 (amrex::MultiFab &dst, const amrex::MultiFab &cons, const SelectedWaterPathComponents &selected, const amrex::Geometry &geom, const amrex::MultiFab &detJ) |
Variables | |
| static constexpr int | plotfile2d::MaxCondensedWaterPathComponents = 5 |