REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
REMORA_InitAnalyticSurfaceVar_BoundaryLayer.H
Go to the documentation of this file.
1 Real time = remora.get_t_old(lev);
2 Real tdays = time/(Real(24.0)*Real(60.0)*Real(60.0));
3 Real dstart = zero;
4
5 mf_Uwind.setVal(zero);
6 if (tdays - dstart <= Real(6.0)) {
7 mf_Vwind.setVal(Real(10.0));
8 } else {
9 mf_Vwind.setVal(zero);
10 }
constexpr amrex::Real zero