|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Classes | |
| struct | Components |
Functions | |
| Components | components (FennelParameters const ¶meters, int base) noexcept |
Map the Fennel tracers onto cons components starting at base. | |
| int | num_tracers (FennelParameters const ¶meters) noexcept |
Variables | |
| static constexpr int | NumBaseTracers = 7 |
| static constexpr int | NumCarbonTracers = 4 |
|
inlinenoexcept |
Map the Fennel tracers onto cons components starting at base.
base is REMORA::bio_comp_start(), which is Tracer_comp plus the number of passive (dye) scalars. Passing it explicitly keeps biology working when a run carries dye as well, since the biology block then no longer starts at Tracer_comp.
Definition at line 255 of file REMORA_Biology.H.
Referenced by REMORA::advance_biology().


|
inlinenoexcept |
|
staticconstexpr |
Definition at line 227 of file REMORA_Biology.H.
Referenced by num_tracers().
|
staticconstexpr |
Definition at line 228 of file REMORA_Biology.H.
Referenced by num_tracers().