REMORA
Regional Modeling of Oceans Refined Adaptively
|
#include <REMORA_DataStruct.H>
Public Member Functions | |
void | init_params () |
read in and initialize parameters | |
void | display () |
Public Attributes | |
std::string | pp_prefix {"remora"} |
bool | flat_bathymetry = false |
bool | use_salt = true |
bool | use_coriolis = false |
bool | use_prestep = true |
bool | use_uv3dmix = true |
bool | use_baroclinic = true |
bool | use_barotropic = true |
bool | bulk_fluxes = false |
bool | do_temp_flux = false |
bool | do_salt_flux = false |
bool | do_rivers = false |
bool | do_rivers_temp = true |
bool | do_rivers_salt = true |
bool | do_rivers_scalar = false |
amrex::Vector< int > | do_rivers_cons |
bool | init_l1ad_h = false |
bool | init_l1ad_T = false |
bool | init_ana_h = false |
bool | init_ana_T = false |
bool | init_l0int_h = true |
bool | init_l0int_T = true |
AdvectionScheme | tracer_Hadv_scheme |
AdvectionScheme | uv_Hadv_scheme |
CouplingType | coupling_type |
IC_BC_Type | ic_bc_type |
Cor_Type | coriolis_type |
SMFluxType | smflux_type |
WindType | wind_type |
EOSType | eos_type |
BottomStressType | bottom_stress_type |
VertMixingType | vert_mixing_type |
HorizMixingType | horiz_mixing_type |
GLS_StabilityType | gls_stability_type |
GridScaleType | grid_scale_type |
amrex::Real | theta_s = amrex::Real(3.0) |
amrex::Real | theta_b = amrex::Real(0.0) |
amrex::Real | tcline = amrex::Real(150.0) |
amrex::Real | rdrag = amrex::Real(3e-4) |
amrex::Real | rdrag2 = amrex::Real(3e-3) |
amrex::Real | Zob = amrex::Real(2e-2) |
amrex::Real | Zos = amrex::Real(2e-2) |
amrex::Real | Cdb_max = amrex::Real(0.5) |
amrex::Real | Cdb_min = amrex::Real(1e-6) |
amrex::Real | R0 = amrex::Real(1028) |
amrex::Real | S0 = amrex::Real(35.0) |
amrex::Real | T0 = amrex::Real(5.0) |
amrex::Real | Tcoef = amrex::Real(1.7e-4) |
amrex::Real | Scoef = amrex::Real(0.0) |
amrex::Real | rho0 = amrex::Real(1025.0) |
amrex::Real | coriolis_f0 = amrex::Real(0.0) |
amrex::Real | coriolis_beta = amrex::Real(0.0) |
amrex::Real | Pair = amrex::Real(1013.48) |
amrex::Real | Tair = amrex::Real(23.567) |
amrex::Real | Hair = amrex::Real(0.776) |
amrex::Real | cloud = amrex::Real(0.0) |
amrex::Real | rain = amrex::Real(0.0) |
amrex::Real | blk_ZQ = amrex::Real(10.0) |
amrex::Real | blk_ZT = amrex::Real(10.0) |
amrex::Real | blk_ZW = amrex::Real(10.0) |
bool | eminusp = false |
bool | eminusp_correct_ssh = false |
amrex::Real | srflux = amrex::Real(0.0) |
int | spatial_order = 2 |
amrex::Real | visc2 = amrex::Real(0.0) |
amrex::Vector< amrex::Real > | tnu2 |
amrex::Real | gls_p = amrex::Real(3.0) |
amrex::Real | gls_m = amrex::Real(1.5) |
amrex::Real | gls_n = amrex::Real(-1.0) |
amrex::Real | gls_Kmin = amrex::Real(7.6e-6) |
amrex::Real | gls_Pmin = amrex::Real(1.0e-12) |
amrex::Real | gls_cmu0 = amrex::Real(0.5477) |
amrex::Real | gls_c1 = amrex::Real(1.44) |
amrex::Real | gls_c2 = amrex::Real(1.92) |
amrex::Real | gls_c3m = amrex::Real(-0.4) |
amrex::Real | gls_c3p = amrex::Real(1.0) |
amrex::Real | gls_sigk = amrex::Real(1.0) |
amrex::Real | gls_sigp = amrex::Real(1.3) |
amrex::Real | Akk_bak = amrex::Real(5.0e-6) |
amrex::Real | Akp_bak = amrex::Real(5.0e-6) |
amrex::Real | Akv_bak = amrex::Real(5.0e-6) |
amrex::Real | Akt_bak = amrex::Real(1.0e-6) |
amrex::Real | gls_Gh0 |
amrex::Real | gls_Ghcri |
amrex::Real | gls_Ghmin = amrex::Real(-0.28) |
amrex::Real | gls_E2 = amrex::Real(1.33) |
amrex::Real | gls_L1 |
amrex::Real | gls_L2 |
amrex::Real | gls_L3 |
amrex::Real | gls_L4 |
amrex::Real | gls_L5 |
amrex::Real | gls_L6 |
amrex::Real | gls_L7 |
amrex::Real | gls_L8 |
amrex::Real | my_A1 = amrex::Real(0.92) |
amrex::Real | my_A2 = amrex::Real(0.74) |
amrex::Real | my_B1 = amrex::Real(16.6) |
amrex::Real | my_B2 = amrex::Real(10.1) |
amrex::Real | my_C1 = amrex::Real(0.08) |
amrex::Real | my_C2 = amrex::Real(0.7) |
amrex::Real | my_C3 = amrex::Real(0.2) |
amrex::Real | my_E1 = amrex::Real(1.8) |
amrex::Real | my_E2 = amrex::Real(1.33) |
amrex::Real | my_Gh0 = amrex::Real(0.0233) |
amrex::Real | my_Sq = amrex::Real(0.2) |
amrex::Real | my_dtfac = amrex::Real(0.05) |
amrex::Real | my_lmax = amrex::Real(0.53) |
amrex::Real | my_qmin = amrex::Real(1.0E-8) |
amrex::Vector< amrex::Real > | nudg_coeff |
amrex::Real | obcfac = amrex::Real(0.0) |
bool | do_m2_clim_nudg = false |
bool | do_m3_clim_nudg = false |
bool | do_temp_clim_nudg = false |
bool | do_salt_clim_nudg = false |
bool | do_any_clim_nudg = false |
Definition at line 84 of file REMORA_DataStruct.H.
|
inline |
Definition at line 455 of file REMORA_DataStruct.H.
|
inline |
read in and initialize parameters
Definition at line 87 of file REMORA_DataStruct.H.
Referenced by REMORA::ReadParameters().
amrex::Real SolverChoice::Akk_bak = amrex::Real(5.0e-6) |
Definition at line 650 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::Akp_bak = amrex::Real(5.0e-6) |
Definition at line 651 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::Akt_bak = amrex::Real(1.0e-6) |
Definition at line 653 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), and init_params().
amrex::Real SolverChoice::Akv_bak = amrex::Real(5.0e-6) |
Definition at line 652 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), and init_params().
amrex::Real SolverChoice::blk_ZQ = amrex::Real(10.0) |
Definition at line 617 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
amrex::Real SolverChoice::blk_ZT = amrex::Real(10.0) |
Definition at line 618 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
amrex::Real SolverChoice::blk_ZW = amrex::Real(10.0) |
Definition at line 619 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
BottomStressType SolverChoice::bottom_stress_type |
Definition at line 567 of file REMORA_DataStruct.H.
Referenced by init_params(), REMORA::init_stuff(), REMORA::ReadCheckpointFile(), REMORA::setup_step(), and REMORA::WriteCheckpointFile().
bool SolverChoice::bulk_fluxes = false |
Definition at line 526 of file REMORA_DataStruct.H.
Referenced by init_params(), REMORA::init_stuff(), REMORA::nonlin_eos(), and REMORA::setup_step().
amrex::Real SolverChoice::Cdb_max = amrex::Real(0.5) |
Definition at line 591 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::setup_step().
amrex::Real SolverChoice::Cdb_min = amrex::Real(1e-6) |
Definition at line 592 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::setup_step().
amrex::Real SolverChoice::cloud = amrex::Real(0.0) |
Definition at line 613 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
amrex::Real SolverChoice::coriolis_beta = amrex::Real(0.0) |
Definition at line 604 of file REMORA_DataStruct.H.
Referenced by REMORA::init_beta_plane_coriolis(), and init_params().
amrex::Real SolverChoice::coriolis_f0 = amrex::Real(0.0) |
Definition at line 603 of file REMORA_DataStruct.H.
Referenced by REMORA::init_beta_plane_coriolis(), and init_params().
Cor_Type SolverChoice::coriolis_type |
Definition at line 555 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), and REMORA::set_coriolis().
CouplingType SolverChoice::coupling_type |
Definition at line 549 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), REMORA::InitData(), REMORA::post_timestep(), REMORA::timeStep(), and REMORA::timeStepML().
bool SolverChoice::do_any_clim_nudg = false |
Definition at line 698 of file REMORA_DataStruct.H.
Referenced by REMORA::init_clim_nudg_coeff(), REMORA::init_only(), and init_params().
bool SolverChoice::do_m2_clim_nudg = false |
Definition at line 694 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_2d(), REMORA::init_clim_nudg_coeff_from_netcdf(), REMORA::init_only(), and init_params().
bool SolverChoice::do_m3_clim_nudg = false |
Definition at line 695 of file REMORA_DataStruct.H.
Referenced by REMORA::init_clim_nudg_coeff_from_netcdf(), REMORA::init_only(), init_params(), and REMORA::setup_step().
bool SolverChoice::do_rivers = false |
Definition at line 530 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_2d(), REMORA::advance_3d(), REMORA::init_only(), init_params(), REMORA::init_stuff(), REMORA::prestep(), REMORA::prestep_t_advection(), and REMORA::rhs_t_3d().
amrex::Vector<int> SolverChoice::do_rivers_cons |
Definition at line 534 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_3d(), REMORA::init_only(), init_params(), and REMORA::prestep().
bool SolverChoice::do_rivers_salt = true |
Definition at line 532 of file REMORA_DataStruct.H.
Referenced by init_params().
bool SolverChoice::do_rivers_scalar = false |
Definition at line 533 of file REMORA_DataStruct.H.
Referenced by init_params().
bool SolverChoice::do_rivers_temp = true |
Definition at line 531 of file REMORA_DataStruct.H.
Referenced by init_params().
bool SolverChoice::do_salt_clim_nudg = false |
Definition at line 697 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_3d(), REMORA::init_clim_nudg_coeff_from_netcdf(), REMORA::init_only(), and init_params().
bool SolverChoice::do_salt_flux = false |
Definition at line 528 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::setup_step().
bool SolverChoice::do_temp_clim_nudg = false |
Definition at line 696 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_3d(), REMORA::init_clim_nudg_coeff_from_netcdf(), REMORA::init_only(), and init_params().
bool SolverChoice::do_temp_flux = false |
Definition at line 527 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::setup_step().
bool SolverChoice::eminusp = false |
Definition at line 621 of file REMORA_DataStruct.H.
Referenced by init_params().
bool SolverChoice::eminusp_correct_ssh = false |
Definition at line 622 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_zeta_to_Ztavg().
EOSType SolverChoice::eos_type |
Definition at line 564 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::rho_eos().
bool SolverChoice::flat_bathymetry = false |
Definition at line 513 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), REMORA::prestep_t_advection(), and REMORA::rhs_t_3d().
amrex::Real SolverChoice::gls_c1 = amrex::Real(1.44) |
Definition at line 642 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_c2 = amrex::Real(1.92) |
Definition at line 643 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_c3m = amrex::Real(-0.4) |
Definition at line 644 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_c3p = amrex::Real(1.0) |
Definition at line 645 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_cmu0 = amrex::Real(0.5477) |
Definition at line 641 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_E2 = amrex::Real(1.33) |
Definition at line 659 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::gls_Gh0 |
Definition at line 656 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_Ghcri |
Definition at line 657 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_Ghmin = amrex::Real(-0.28) |
Definition at line 658 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::gls_Kmin = amrex::Real(7.6e-6) |
Definition at line 638 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::gls_L1 |
Definition at line 661 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L2 |
Definition at line 662 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L3 |
Definition at line 663 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L4 |
Definition at line 664 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L5 |
Definition at line 665 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L6 |
Definition at line 666 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L7 |
Definition at line 667 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_L8 |
Definition at line 668 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_m = amrex::Real(1.5) |
Definition at line 636 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_n = amrex::Real(-1.0) |
Definition at line 637 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_p = amrex::Real(3.0) |
Definition at line 635 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_Pmin = amrex::Real(1.0e-12) |
Definition at line 639 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), REMORA::init_gls_vmix(), init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::gls_sigk = amrex::Real(1.0) |
Definition at line 646 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
amrex::Real SolverChoice::gls_sigp = amrex::Real(1.3) |
Definition at line 647 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
GLS_StabilityType SolverChoice::gls_stability_type |
Definition at line 572 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().
GridScaleType SolverChoice::grid_scale_type |
Definition at line 575 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_grid_scale().
amrex::Real SolverChoice::Hair = amrex::Real(0.776) |
Definition at line 611 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
HorizMixingType SolverChoice::horiz_mixing_type |
Definition at line 571 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_hmixcoef().
IC_BC_Type SolverChoice::ic_bc_type |
Definition at line 552 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_3d(), display(), REMORA::FillPatch(), REMORA::init_only(), init_params(), REMORA::ReadCheckpointFile(), REMORA::set_bathymetry(), REMORA::set_grid_scale(), REMORA::set_zeta(), and REMORA::WriteCheckpointFile().
bool SolverChoice::init_ana_h = false |
Definition at line 539 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_bathymetry().
bool SolverChoice::init_ana_T = false |
Definition at line 540 of file REMORA_DataStruct.H.
Referenced by REMORA::init_only(), and init_params().
bool SolverChoice::init_l0int_h = true |
Definition at line 542 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_bathymetry().
bool SolverChoice::init_l0int_T = true |
Definition at line 543 of file REMORA_DataStruct.H.
Referenced by REMORA::init_only(), and init_params().
bool SolverChoice::init_l1ad_h = false |
Definition at line 536 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_bathymetry().
bool SolverChoice::init_l1ad_T = false |
Definition at line 537 of file REMORA_DataStruct.H.
Referenced by REMORA::init_only(), init_params(), and REMORA::timeStepML().
amrex::Real SolverChoice::my_A1 = amrex::Real(0.92) |
Definition at line 671 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::my_A2 = amrex::Real(0.74) |
Definition at line 672 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::my_B1 = amrex::Real(16.6) |
Definition at line 673 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::my_B2 = amrex::Real(10.1) |
Definition at line 674 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::my_C1 = amrex::Real(0.08) |
Definition at line 675 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector().
amrex::Real SolverChoice::my_C2 = amrex::Real(0.7) |
Definition at line 676 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_C3 = amrex::Real(0.2) |
Definition at line 677 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_dtfac = amrex::Real(0.05) |
Definition at line 682 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_E1 = amrex::Real(1.8) |
Definition at line 678 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_E2 = amrex::Real(1.33) |
Definition at line 679 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_Gh0 = amrex::Real(0.0233) |
Definition at line 680 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_lmax = amrex::Real(0.53) |
Definition at line 683 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_qmin = amrex::Real(1.0E-8) |
Definition at line 684 of file REMORA_DataStruct.H.
amrex::Real SolverChoice::my_Sq = amrex::Real(0.2) |
Definition at line 681 of file REMORA_DataStruct.H.
amrex::Vector<amrex::Real> SolverChoice::nudg_coeff |
Definition at line 687 of file REMORA_DataStruct.H.
Referenced by REMORA::init_clim_nudg_coeff(), and init_params().
amrex::Real SolverChoice::obcfac = amrex::Real(0.0) |
Definition at line 691 of file REMORA_DataStruct.H.
Referenced by REMORA::fill_from_bdyfiles(), and init_params().
amrex::Real SolverChoice::Pair = amrex::Real(1013.48) |
Definition at line 607 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
std::string SolverChoice::pp_prefix {"remora"} |
Definition at line 511 of file REMORA_DataStruct.H.
Referenced by init_params().
amrex::Real SolverChoice::R0 = amrex::Real(1028) |
Definition at line 595 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::lin_eos().
amrex::Real SolverChoice::rain = amrex::Real(0.0) |
Definition at line 615 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::rdrag = amrex::Real(3e-4) |
Definition at line 583 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::rdrag2 = amrex::Real(3e-3) |
Definition at line 585 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::rho0 = amrex::Real(1025.0) |
Definition at line 600 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), init_params(), REMORA::lin_eos(), REMORA::nonlin_eos(), and REMORA::prsgrd().
amrex::Real SolverChoice::S0 = amrex::Real(35.0) |
Definition at line 596 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::lin_eos().
amrex::Real SolverChoice::Scoef = amrex::Real(0.0) |
Definition at line 599 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::lin_eos().
SMFluxType SolverChoice::smflux_type |
Definition at line 558 of file REMORA_DataStruct.H.
Referenced by REMORA::init_only(), init_params(), and REMORA::set_smflux().
int SolverChoice::spatial_order = 2 |
Definition at line 628 of file REMORA_DataStruct.H.
Referenced by display(), REMORA::MakeNewLevelFromScratch(), and REMORA::RemakeLevel().
amrex::Real SolverChoice::srflux = amrex::Real(0.0) |
Definition at line 625 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
amrex::Real SolverChoice::T0 = amrex::Real(5.0) |
Definition at line 597 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::lin_eos().
amrex::Real SolverChoice::Tair = amrex::Real(23.567) |
Definition at line 609 of file REMORA_DataStruct.H.
Referenced by REMORA::bulk_fluxes(), and init_params().
amrex::Real SolverChoice::tcline = amrex::Real(150.0) |
Definition at line 580 of file REMORA_DataStruct.H.
Referenced by init_params(), REMORA::stretch_transform(), and REMORA::WriteNCPlotFile_which().
amrex::Real SolverChoice::Tcoef = amrex::Real(1.7e-4) |
Definition at line 598 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::lin_eos().
amrex::Real SolverChoice::theta_b = amrex::Real(0.0) |
Definition at line 579 of file REMORA_DataStruct.H.
Referenced by init_params(), REMORA::stretch_transform(), and REMORA::WriteNCPlotFile_which().
amrex::Real SolverChoice::theta_s = amrex::Real(3.0) |
Definition at line 578 of file REMORA_DataStruct.H.
Referenced by init_params(), REMORA::stretch_transform(), and REMORA::WriteNCPlotFile_which().
amrex::Vector<amrex::Real> SolverChoice::tnu2 |
Definition at line 632 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_hmixcoef().
AdvectionScheme SolverChoice::tracer_Hadv_scheme |
Definition at line 545 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), REMORA::prestep_t_advection(), and REMORA::rhs_t_3d().
bool SolverChoice::use_baroclinic = true |
Definition at line 523 of file REMORA_DataStruct.H.
bool SolverChoice::use_barotropic = true |
Definition at line 524 of file REMORA_DataStruct.H.
Referenced by REMORA::Advance(), display(), init_params(), and REMORA::timeStepML().
bool SolverChoice::use_coriolis = false |
Definition at line 518 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_2d(), display(), init_params(), REMORA::set_coriolis(), and REMORA::setup_step().
bool SolverChoice::use_prestep = true |
Definition at line 521 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), and REMORA::setup_step().
bool SolverChoice::use_salt = true |
Definition at line 515 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), and REMORA::setup_step().
bool SolverChoice::use_uv3dmix = true |
Definition at line 522 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), and REMORA::setup_step().
AdvectionScheme SolverChoice::uv_Hadv_scheme |
Definition at line 546 of file REMORA_DataStruct.H.
Referenced by display(), init_params(), REMORA::rhs_uv_2d(), and REMORA::rhs_uv_3d().
VertMixingType SolverChoice::vert_mixing_type |
Definition at line 570 of file REMORA_DataStruct.H.
Referenced by REMORA::advance_3d(), init_params(), REMORA::init_set_vmix(), REMORA::init_stuff(), REMORA::ReadCheckpointFile(), REMORA::setup_step(), and REMORA::WriteCheckpointFile().
amrex::Real SolverChoice::visc2 = amrex::Real(0.0) |
Definition at line 631 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::set_hmixcoef().
WindType SolverChoice::wind_type |
Definition at line 561 of file REMORA_DataStruct.H.
Referenced by REMORA::init_only(), init_params(), and REMORA::set_wind().
amrex::Real SolverChoice::Zob = amrex::Real(2e-2) |
Definition at line 588 of file REMORA_DataStruct.H.
Referenced by init_params(), and REMORA::init_stuff().
amrex::Real SolverChoice::Zos = amrex::Real(2e-2) |
Definition at line 589 of file REMORA_DataStruct.H.
Referenced by REMORA::gls_corrector(), and init_params().