#include <string>
#include <iostream>
#include <AMReX_ParmParse.H>
#include <AMReX_Print.H>
#include <AMReX_Gpu.H>
#include <REMORA_Constants.H>
#include "REMORA_IndexDefines.H"
Go to the source code of this file.
|
| enum struct | CouplingType { one_way
, two_way
} |
| | Type of coupling between levels in AMR. More...
|
| |
| enum class | Coord { x
, y
, z
} |
| | Coordinates. More...
|
| |
| enum class | AdvectionScheme { centered2
, centered4
, upstream3
} |
| | Horizontal advection schemes. More...
|
| |
| enum class | IC_Type { analytic
, netcdf
} |
| | Type of initial condition type. Analytic reads from prob.cpp. Netcdf is from file. More...
|
| |
| enum class | Cor_Type { analytic
, beta_plane
, netcdf
} |
| | Coriolis factor. More...
|
| |
| enum class | PlotfileType { amrex
, netcdf
, hdf5
} |
| | plotfile format More...
|
| |
| enum class | VertMixingType { analytic
, GLS
} |
| | vertical mixing type More...
|
| |
| enum class | HorizMixingType { analytic
, constant
} |
| | horizontal viscosity/diffusion type More...
|
| |
| enum class | GLS_StabilityType { Canuto_A
, Canuto_B
, Galperin
} |
| | stability function for GLS More...
|
| |
| enum class | EOSType { linear
, nonlinear
} |
| | equation of state More...
|
| |
| enum class | BottomStressType { linear
, quadratic
, logarithmic
} |
| | bottom stress formulation More...
|
| |
| enum class | GridScaleType { constant
, analytic
} |
| | initialization for pm and pn More...
|
| |
| enum class | SMFluxType { analytic
, netcdf
} |
| | surface momentum flux More...
|
| |
| enum class | WindType { analytic
, netcdf
} |
| | surface wind More...
|
| |
| enum class | MaskType { none
, analytic
, netcdf
} |
| | masks More...
|
| |
◆ AdvectionScheme
Horizontal advection schemes.
| Enumerator |
|---|
| centered2 | |
| centered4 | |
| upstream3 | |
Definition at line 25 of file REMORA_DataStruct.H.
◆ BottomStressType
bottom stress formulation
| Enumerator |
|---|
| linear | |
| quadratic | |
| logarithmic | |
Definition at line 65 of file REMORA_DataStruct.H.
◆ Coord
◆ Cor_Type
◆ CouplingType
Type of coupling between levels in AMR.
| Enumerator |
|---|
| one_way | |
| two_way | |
Definition at line 15 of file REMORA_DataStruct.H.
◆ EOSType
◆ GLS_StabilityType
stability function for GLS
| Enumerator |
|---|
| Canuto_A | |
| Canuto_B | |
| Galperin | |
Definition at line 55 of file REMORA_DataStruct.H.
◆ GridScaleType
initialization for pm and pn
| Enumerator |
|---|
| constant | |
| analytic | |
Definition at line 70 of file REMORA_DataStruct.H.
◆ HorizMixingType
horizontal viscosity/diffusion type
| Enumerator |
|---|
| analytic | |
| constant | |
Definition at line 50 of file REMORA_DataStruct.H.
◆ IC_Type
Type of initial condition type. Analytic reads from prob.cpp. Netcdf is from file.
| Enumerator |
|---|
| analytic | |
| netcdf | |
Definition at line 30 of file REMORA_DataStruct.H.
◆ MaskType
◆ PlotfileType
◆ SMFluxType
◆ VertMixingType
◆ WindType