1 #ifndef ERF_PLOTFILE2DMETADATA_H_
2 #define ERF_PLOTFILE2DMETADATA_H_
6 #include <AMReX_Vector.H>
31 const amrex::Vector<Plotfile2DOutputDescriptor>& descriptors);
34 const amrex::Vector<std::string>& varnames);
Real value
Definition: ERF_HurricaneDiagnostics.cpp:30
Definition: ERF_Plotfile2DCatalog.cpp:7
const char * diagnostic_category_to_string(DiagnosticCategory category) noexcept
Definition: ERF_Plotfile2DMetadata.cpp:97
std::string escape_json_string(const std::string &value)
Definition: ERF_Plotfile2DMetadata.cpp:143
void write_2d_metadata_json(const std::string &plotfilename, const amrex::Vector< std::string > &varnames)
Definition: ERF_Plotfile2DMetadata.cpp:229
DiagnosticCategory
Definition: ERF_Plotfile2DCatalog.H:81
const char * missing_policy_to_string(MissingPolicy policy) noexcept
Definition: ERF_Plotfile2DMetadata.cpp:117
std::string missing_value_json(MissingPolicy policy)
Definition: ERF_Plotfile2DMetadata.cpp:130
MissingPolicy
Definition: ERF_Plotfile2DCatalog.H:95
std::string format_2d_metadata_json(const amrex::Vector< std::string > &varnames)
Definition: ERF_Plotfile2DMetadata.cpp:175
std::string metadata_json_filename(const std::string &plotfilename)
Definition: ERF_Plotfile2DMetadata.cpp:169