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
}
zero
constexpr amrex::Real zero
Definition
REMORA_Constants.H:6
setVal
mf_Uwind setVal(zero)
tdays
Real tdays
Definition
REMORA_InitAnalyticSurfaceVar_BoundaryLayer.H:2
time
Real time
Definition
REMORA_InitAnalyticSurfaceVar_BoundaryLayer.H:1
dstart
Real dstart
Definition
REMORA_InitAnalyticSurfaceVar_BoundaryLayer.H:3
Source
Prob
REMORA_InitAnalyticSurfaceVar_BoundaryLayer.H
Generated by
1.9.8