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