ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Plotfile2DCatalog.H File Reference
#include <string>
#include <AMReX_Vector.H>
Include dependency graph for ERF_Plotfile2DCatalog.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plotfile2d::DiagnosticDescriptor
 

Namespaces

 plotfile2d
 

Enumerations

enum class  plotfile2d::DiagnosticID {
  plotfile2d::ZSurf , plotfile2d::LandMask , plotfile2d::MapFac , plotfile2d::LatM ,
  plotfile2d::LonM , plotfile2d::UStar , plotfile2d::WStar , plotfile2d::TStar ,
  plotfile2d::QStar , plotfile2d::Olen , plotfile2d::Pblh , plotfile2d::TSurf ,
  plotfile2d::QSurf , plotfile2d::Z0 , plotfile2d::OLR , plotfile2d::SensFlux ,
  plotfile2d::LatenFlux , plotfile2d::SurfPres , plotfile2d::IntegratedQv , plotfile2d::SurfaceDiagnosticSource ,
  plotfile2d::SensibleHeatFlux , plotfile2d::LatentHeatFlux , plotfile2d::ShocUStar , plotfile2d::ShocOlen ,
  plotfile2d::ShocWthvSfc
}
 
enum class  plotfile2d::DiagnosticCategory {
  plotfile2d::Geometry , plotfile2d::SurfaceLayer , plotfile2d::Radiation , plotfile2d::SurfaceFlux ,
  plotfile2d::PBL , plotfile2d::SurfaceState , plotfile2d::ColumnIntegral
}
 
enum class  plotfile2d::MissingPolicy { plotfile2d::AlwaysAvailable , plotfile2d::FillZeroWhenUnavailable , plotfile2d::FillMinus999WhenUnavailable }
 

Functions

const amrex::Vector< DiagnosticDescriptor > & plotfile2d::diagnostic_catalog ()
 
amrex::Vector< std::string > plotfile2d::diagnostic_names ()
 
const DiagnosticDescriptor * plotfile2d::find_diagnostic (const std::string &name)