|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| ParmParse | pp_prob ("remora.prob") |
| pp_prob | query ("u_0", u_0) |
| pp_prob | query ("v_0", v_0) |
| pp_prob | query ("z0", z0) |
| pp_prob | query ("zRef", zRef) |
| pp_prob | query ("velRef", velRef) |
| for (MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++mfi) | |
Variables | |
| Real | u_0 = Real(0.0) |
| Real | v_0 = Real(0.0) |
| Real | z0 = Real(0.1) |
| Real | zRef = Real(80.) |
| Real | velRef = Real(0.0) |
| bool | l_use_salt = m_solverChoice.use_salt |
| auto | T0 = m_solverChoice.T0 |
| auto | S0 = m_solverChoice.S0 |
| for | ( | MFIter mfi(mf_cons, TilingIfNotGPU());mfi.isValid();++ | mfi | ) |
Definition at line 14 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
| ParmParse pp_prob | ( | "remora.prob" | ) |
| bool l_use_salt = m_solverChoice.use_salt |
Definition at line 9 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| auto S0 = m_solverChoice.S0 |
Definition at line 12 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| auto T0 = m_solverChoice.T0 |
Definition at line 11 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| Real u_0 = Real(0.0) |
Definition at line 3 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| Real v_0 = Real(0.0) |
Definition at line 4 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
| Real velRef = Real(0.0) |
Definition at line 7 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| Real z0 = Real(0.1) |
Definition at line 5 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().
| Real zRef = Real(80.) |
Definition at line 6 of file REMORA_InitAnalyticProb_Upwelling_ML.H.
Referenced by for().