ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
ERF_Plotfile2DFill.cpp File Reference
#include "ERF_Plotfile2DFill.H"
#include <AMReX_Gpu.H>
#include "Diagnostics/ERF_SurfaceFluxDiagnostics.H"
Include dependency graph for ERF_Plotfile2DFill.cpp:

Namespaces

 plotfile2d
 

Functions

void plotfile2d::fill_component_with_value (MultiFab &dst, int dst_comp, Real value)
 
void plotfile2d::fill_component_from_klevel (MultiFab &dst, int dst_comp, const MultiFab &src, int src_k, int src_comp)
 
void plotfile2d::fill_component_from_klevel_or_value (MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value, int src_comp)
 
void plotfile2d::fill_sensible_heat_flux_from_klevel_or_missing (MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value)
 
void plotfile2d::fill_latent_heat_flux_from_klevel_or_missing (MultiFab &dst, int dst_comp, const MultiFab *src, int src_k, Real missing_value)