#include <AMReX_REAL.H>
#include <AMReX_Arena.H>
Go to the source code of this file.
|
| enum | {
BdyVars::null = -1
, BdyVars::u = 0
, BdyVars::v = 1
, BdyVars::t = 2
,
BdyVars::s = 3
, BdyVars::ubar
, BdyVars::vbar
, BdyVars::zeta
,
BdyVars::NumTypes
} |
| |
| enum | {
AtmosState::Uwind = 0
, AtmosState::Vwind
, AtmosState::Pair
, AtmosState::Qair
,
AtmosState::Tair
, AtmosState::Cloud
, AtmosState::Rain
, AtmosState::SWrad
,
AtmosState::LWrad
, AtmosState::NumTypes
} |
| |
| enum | {
AtmosFluxes::TauX = 0
, AtmosFluxes::TauY
, AtmosFluxes::SHflux
, AtmosFluxes::LHflux
,
AtmosFluxes::SWrad
, AtmosFluxes::LWrad
, AtmosFluxes::Rain
, AtmosFluxes::Evap
,
AtmosFluxes::NumTypes
} |
| |
| enum class | BulkForcingType { constant
, analytic
, netcdf
, computed
} |
| | Source type for bulk-flux atmospheric forcing variables. More...
|
| |
| enum | {
BulkFlux::Uwind = 0
, BulkFlux::Vwind
, BulkFlux::Pair
, BulkFlux::Qair
,
BulkFlux::Tair
, BulkFlux::Cloud
, BulkFlux::Rain
, BulkFlux::SWrad
,
BulkFlux::LWrad
, BulkFlux::EminusP
, BulkFlux::NumTypes
} |
| |
| enum struct | REMORA_BC {
symmetry
, inflow
, outflow
, no_slip_wall
,
slip_wall
, periodic
, clamped
, chapman
,
flather
, orlanski_rad
, orlanski_rad_nudge
, undefined
} |
| |
| enum | REMORABCType::mathematicalBndryTypes : int {
REMORABCType::bogus = -666
, REMORABCType::reflect_odd = -1
, REMORABCType::int_dir = 0
, REMORABCType::reflect_even = 1
,
REMORABCType::foextrap = 2
, REMORABCType::ext_dir = 3
, REMORABCType::clamped = 4
, REMORABCType::chapman = 5
,
REMORABCType::flather = 6
, REMORABCType::orlanski_rad = 7
, REMORABCType::orlanski_rad_nudge = 8
} |
| |
◆ NC2D
◆ NC3D
◆ NCH2D
◆ NGROW
◆ Salt_comp
◆ Temp_comp
◆ Tracer_comp
◆ BulkForcingType
Source type for bulk-flux atmospheric forcing variables.
computed is used for diagnostics/parameterizations that are evaluated by REMORA rather than prescribed as an input field, e.g. Berliand longwave or bulk evaporation minus precipitation.
| Enumerator |
|---|
| constant | |
| analytic | |
| netcdf | |
| computed | |
Definition at line 115 of file REMORA_IndexDefines.H.
◆ REMORA_BC
| Enumerator |
|---|
| symmetry | |
| inflow | |
| outflow | |
| no_slip_wall | |
| slip_wall | |
| periodic | |
| clamped | |
| chapman | |
| flather | |
| orlanski_rad | |
| orlanski_rad_nudge | |
| undefined | |
Definition at line 141 of file REMORA_IndexDefines.H.