|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
#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.
Classes | |
| struct | SolverChoice |
Enumerations | |
| 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 } |
| plotfile format More... | |
| enum class | VertMixingType { analytic , GLS } |
| vertical mixing type More... | |
| enum class | HorizMixingType { analytic , constant , scaled_to_grid } |
| horizontal viscosity/diffusion type More... | |
| enum class | ScaledToGridAMRScaling { none , linear } |
| How to scale scaled_to_grid coefficients on AMR levels. 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... | |
| enum class | HarmonicMixingType { s , geopotential } |
| harmonic mixing; which surfaces to calculate along More... | |
|
strong |
Horizontal advection schemes.
| Enumerator | |
|---|---|
| centered2 | |
| centered4 | |
| upstream3 | |
Definition at line 25 of file REMORA_DataStruct.H.
|
strong |
bottom stress formulation
| Enumerator | |
|---|---|
| linear | |
| quadratic | |
| logarithmic | |
Definition at line 70 of file REMORA_DataStruct.H.
|
strong |
|
strong |
Coriolis factor.
| Enumerator | |
|---|---|
| analytic | |
| beta_plane | |
| netcdf | |
Definition at line 35 of file REMORA_DataStruct.H.
|
strong |
Type of coupling between levels in AMR.
| Enumerator | |
|---|---|
| one_way | |
| two_way | |
Definition at line 15 of file REMORA_DataStruct.H.
|
strong |
|
strong |
stability function for GLS
| Enumerator | |
|---|---|
| Canuto_A | |
| Canuto_B | |
| Galperin | |
Definition at line 60 of file REMORA_DataStruct.H.
|
strong |
initialization for pm and pn
| Enumerator | |
|---|---|
| constant | |
| analytic | |
Definition at line 75 of file REMORA_DataStruct.H.
|
strong |
harmonic mixing; which surfaces to calculate along
| Enumerator | |
|---|---|
| s | |
| geopotential | |
Definition at line 95 of file REMORA_DataStruct.H.
|
strong |
horizontal viscosity/diffusion type
| Enumerator | |
|---|---|
| analytic | |
| constant | |
| scaled_to_grid | |
Definition at line 50 of file REMORA_DataStruct.H.
|
strong |
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.
|
strong |
|
strong |
|
strong |
How to scale scaled_to_grid coefficients on AMR levels.
| Enumerator | |
|---|---|
| none | |
| linear | |
Definition at line 55 of file REMORA_DataStruct.H.
|
strong |
|
strong |
|
strong |