|
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 | MoistureComponentIndices |
| struct | SolverChoice |
Enumerations | |
| enum | MapFacType { m_x , u_x , v_x , num , m_y = 0 , u_y = 1 , v_y = 2 } |
| enum | TauType { tau11 , tau22 , tau33 , tau12 , tau13 , tau23 , tau21 , tau31 , tau32 } |
| enum class | Coord { x , y , z } |
| enum | Rayleigh { ubar , vbar , wbar , thetabar , nvars } |
| enum | Sponge { ubar_sponge , vbar_sponge , nvars_sponge } |
Functions | |
| AMREX_ENUM (InitType, None, Input_Sounding, NCFile, WRFInput, Metgrid, Uniform, HindCast) | |
| AMREX_ENUM (SoundingType, ConstantDensity, Ideal, Isentropic, DryIsentropic) | |
| 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, StaticFittedMesh, MovingFittedMesh, EB, ImmersedForcing) | |
| AMREX_ENUM (MoistureModelType, Eulerian, Lagrangian, Undefined) | |
| AMREX_ENUM (MoistureType, SAM, SAM_NoIce, SAM_NoPrecip_NoIce, Kessler, Kessler_NoRain, SatAdj, Morrison, Morrison_NoIce, None) | |
| AMREX_ENUM (WindFarmType, Fitch, EWP, SimpleAD, GeneralAD, None) | |
| AMREX_ENUM (WindFarmLocType, lat_lon, x_y, None) | |
| AMREX_ENUM (LandSurfaceType, SLM, MM5, None, NOAHMP) | |
| AMREX_ENUM (RadiationType, None, RRTMGP) | |
| enum MapFacType |
| enum Rayleigh |
| enum Sponge |
| enum TauType |
| AMREX_ENUM | ( | ABLDriverType | , |
| None | , | ||
| PressureGradient | , | ||
| GeostrophicWind | |||
| ) |
| AMREX_ENUM | ( | CouplingType | , |
| OneWay | , | ||
| TwoWay | |||
| ) |
| AMREX_ENUM | ( | InitType | , |
| None | , | ||
| Input_Sounding | , | ||
| NCFile | , | ||
| WRFInput | , | ||
| Metgrid | , | ||
| Uniform | , | ||
| HindCast | |||
| ) |
| 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 | , | ||
| Morrison | , | ||
| Morrison_NoIce | , | ||
| None | |||
| ) |
| AMREX_ENUM | ( | RadiationType | , |
| None | , | ||
| RRTMGP | |||
| ) |
| AMREX_ENUM | ( | SoundingType | , |
| ConstantDensity | , | ||
| Ideal | , | ||
| Isentropic | , | ||
| DryIsentropic | |||
| ) |
| AMREX_ENUM | ( | SubsteppingType | , |
| None | , | ||
| Explicit | , | ||
| Implicit | |||
| ) |
| AMREX_ENUM | ( | TerrainType | , |
| None | , | ||
| StaticFittedMesh | , | ||
| MovingFittedMesh | , | ||
| EB | , | ||
| ImmersedForcing | |||
| ) |
| AMREX_ENUM | ( | WindFarmLocType | , |
| lat_lon | , | ||
| x_y | , | ||
| None | |||
| ) |