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

Public Attributes | |
| const amrex::MultiFab * | native_temperature_vegetated = nullptr |
| const amrex::MultiFab * | native_temperature_bare = nullptr |
| const amrex::MultiFab * | native_mixing_ratio_vegetated = nullptr |
| const amrex::MultiFab * | native_mixing_ratio_bare = nullptr |
| const amrex::MultiFab * | native_vegetation_fraction = nullptr |
| const amrex::MultiFab * | theta_surface = nullptr |
| const amrex::MultiFab * | theta_star = nullptr |
| const amrex::MultiFab * | mixing_ratio_surface = nullptr |
| const amrex::MultiFab * | mixing_ratio_star = nullptr |
| const amrex::MultiFab * | roughness_height = nullptr |
| const amrex::MultiFab * | obukhov_length = nullptr |
| const amrex::MultiFab * | source_mask = nullptr |
| const amrex::iMultiFab * | land_mask = nullptr |
| const amrex::MultiFab * | cons = nullptr |
| const amrex::MultiFab * | z_phys_nd = nullptr |
| amrex::Real | dz = amrex::Real(0.0) |
| int | klo = 0 |
| bool | moist = false |
| bool | has_lsm = false |
| const amrex::MultiFab* near_surface_diagnostics::Sources::cons = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| amrex::Real near_surface_diagnostics::Sources::dz = amrex::Real(0.0) |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| bool near_surface_diagnostics::Sources::has_lsm = false |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| int near_surface_diagnostics::Sources::klo = 0 |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::iMultiFab* near_surface_diagnostics::Sources::land_mask = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::mixing_ratio_star = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::mixing_ratio_surface = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| bool near_surface_diagnostics::Sources::moist = false |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::native_mixing_ratio_bare = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::native_mixing_ratio_vegetated = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::native_temperature_bare = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::native_temperature_vegetated = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::native_vegetation_fraction = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::obukhov_length = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::roughness_height = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::source_mask = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::theta_star = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::theta_surface = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().
| const amrex::MultiFab* near_surface_diagnostics::Sources::z_phys_nd = nullptr |
Referenced by near_surface_diagnostics::fill(), and ERF::Write2DPlotFile().