|
REMORA
Regional Modeling of Oceans Refined Adaptively
|
Go to the source code of this file.
Functions | |
| mf_sustr | setVal (windamp_u) |
| mf_svstr | setVal (zero) |
Variables | |
| Real | time = remora.get_t_old(lev) |
| Real | tdays =time/(Real(24.0)*Real(60.0)*Real(60.0)) |
| Real | dstart =zero |
| Real | userval =Real(0.01) |
| Real | mf_fcor =Real(1.0e-4) |
| Real | windamp_u = userval*std::sin(Real(0.9)*mf_fcor*Real(86400.0)*(tdays-dstart))/m_solverChoice.rho0 |
| mf_sustr setVal | ( | windamp_u | ) |
| mf_svstr setVal | ( | zero | ) |
| Real dstart =zero |
Definition at line 5 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.
| Real mf_fcor =Real(1.0e-4) |
Definition at line 7 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.
Referenced by REMORA::advance_2d(), REMORA::init_beta_plane_coriolis(), and REMORA::setup_step().
| Real tdays =time/(Real(24.0)*Real(60.0)*Real(60.0)) |
Definition at line 4 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.
| Real time = remora.get_t_old(lev) |
Definition at line 1 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.
Referenced by REMORA::Advance(), REMORA::ErrorEst(), REMORAFillPatcher::Fill(), REMORA::fill_from_bdyfiles(), REMORA::FillCoarsePatch(), REMORA::FillCoarsePatchMap(), REMORA::FillCoarsePatchPC(), REMORA::FillPatch(), REMORA::FillPatchNoBC(), REMORAFillPatcher::FillRelax(), REMORAFillPatcher::FillSet(), REMORA::GetDataAtTime(), REMORA::init_only(), REMORA::is_it_time_for_action(), REMORA::MakeNewLevelFromCoarse(), REMORA::MakeNewLevelFromScratch(), REMORAPhysBCFunct::operator()(), REMORA::post_timestep(), REMORA::RemakeLevel(), REMORA::set_analytic_vmix(), REMORA::set_coriolis(), REMORA::set_hmixcoef(), TimeInterpolatedData::set_time(), REMORA::SetStartTime(), REMORA::setup_step(), REMORA::sum_integrated_quantities(), REMORA::timeStep(), REMORA::timeStepML(), NCTimeSeriesBoundary::update_interpolated_to_time(), NCTimeSeriesRiver::update_interpolated_to_time(), NCTimeSeries::update_interpolated_to_time(), REMORA::WriteGenericPlotfileHeaderWithBathymetry(), REMORA::writeJobInfo(), and REMORA::WriteMultiLevelPlotfileWithBathymetry().
| Real userval =Real(0.01) |
Definition at line 6 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.
| Real windamp_u = userval*std::sin(Real(0.9)*mf_fcor*Real(86400.0)*(tdays-dstart))/m_solverChoice.rho0 |
Definition at line 12 of file REMORA_InitAnalyticSMFlux_ChannelTest.H.