4 #ifndef ERF_PLOTFILE2DMETADATA_H_
5 #define ERF_PLOTFILE2DMETADATA_H_
9 #include <AMReX_Vector.H>
34 const amrex::Vector<Plotfile2DOutputDescriptor>& descriptors);
37 const amrex::Vector<std::string>& varnames);
Real value
Definition: ERF_HurricaneDiagnostics.cpp:30
Definition: ERF_Plotfile2DCatalog.cpp:10
const char * diagnostic_category_to_string(DiagnosticCategory category) noexcept
Definition: ERF_Plotfile2DMetadata.cpp:100
std::string escape_json_string(const std::string &value)
Definition: ERF_Plotfile2DMetadata.cpp:146
void write_2d_metadata_json(const std::string &plotfilename, const amrex::Vector< std::string > &varnames)
Definition: ERF_Plotfile2DMetadata.cpp:232
DiagnosticCategory
Definition: ERF_Plotfile2DCatalog.H:85
const char * missing_policy_to_string(MissingPolicy policy) noexcept
Definition: ERF_Plotfile2DMetadata.cpp:120
std::string missing_value_json(MissingPolicy policy)
Definition: ERF_Plotfile2DMetadata.cpp:133
MissingPolicy
Definition: ERF_Plotfile2DCatalog.H:99
std::string format_2d_metadata_json(const amrex::Vector< std::string > &varnames)
Definition: ERF_Plotfile2DMetadata.cpp:178
std::string metadata_json_filename(const std::string &plotfilename)
Definition: ERF_Plotfile2DMetadata.cpp:172