ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <string>
#include <iostream>
#include <AMReX_ParmParse.H>
#include <AMReX_Print.H>
#include <AMReX_Gpu.H>
#include <AMReX_Geometry.H>
#include <ERF_Constants.H>
#include <ERF_IndexDefines.H>
#include <ERF_AdvStruct.H>
#include <ERF_DiffStruct.H>
#include <ERF_SpongeStruct.H>
#include <ERF_TurbStruct.H>
#include <ERF_TurbPertStruct.H>
Go to the source code of this file.
Classes | |
struct | SolverChoice |
Enumerations | |
enum class | Coord { x , y , z } |
enum | Rayleigh { ubar , vbar , wbar , thetabar , nvars } |
enum | Sponge { ubar_sponge , vbar_sponge , nvars_sponge } |
Functions | |
AMREX_ENUM (ABLDriverType, None, PressureGradient, GeostrophicWind) | |
AMREX_ENUM (CouplingType, OneWay, TwoWay) | |
AMREX_ENUM (SubsteppingType, None, Explicit, Implicit) | |
AMREX_ENUM (MeshType, ConstantDz, StretchedDz, VariableDz) | |
AMREX_ENUM (TerrainType, None, Static, Moving) | |
AMREX_ENUM (MoistureModelType, Eulerian, Lagrangian, Undefined) | |
AMREX_ENUM (MoistureType, SAM, SAM_NoIce, SAM_NoPrecip_NoIce, Kessler, Kessler_NoRain, SatAdj, None) | |
AMREX_ENUM (WindFarmType, Fitch, EWP, SimpleAD, GeneralAD, None) | |
AMREX_ENUM (WindFarmLocType, lat_lon, x_y, None) | |
AMREX_ENUM (LandSurfaceType, SLM, MM5, None, NOAH) | |
AMREX_ENUM (PerturbationType, Source, Direct, None) | |
enum Rayleigh |
enum Sponge |
AMREX_ENUM | ( | ABLDriverType | , |
None | , | ||
PressureGradient | , | ||
GeostrophicWind | |||
) |
AMREX_ENUM | ( | CouplingType | , |
OneWay | , | ||
TwoWay | |||
) |
AMREX_ENUM | ( | MeshType | , |
ConstantDz | , | ||
StretchedDz | , | ||
VariableDz | |||
) |
AMREX_ENUM | ( | MoistureModelType | , |
Eulerian | , | ||
Lagrangian | , | ||
Undefined | |||
) |
AMREX_ENUM | ( | MoistureType | , |
SAM | , | ||
SAM_NoIce | , | ||
SAM_NoPrecip_NoIce | , | ||
Kessler | , | ||
Kessler_NoRain | , | ||
SatAdj | , | ||
None | |||
) |
AMREX_ENUM | ( | PerturbationType | , |
Source | , | ||
Direct | , | ||
None | |||
) |
AMREX_ENUM | ( | SubsteppingType | , |
None | , | ||
Explicit | , | ||
Implicit | |||
) |
AMREX_ENUM | ( | TerrainType | , |
None | , | ||
Static | , | ||
Moving | |||
) |
AMREX_ENUM | ( | WindFarmLocType | , |
lat_lon | , | ||
x_y | , | ||
None | |||
) |