Block MODEL_PHYSICS
This block defines the specific variables related to physics in the FALL3D model
LIMITER
= (options)- Flux limiter option
- Input options:
MINMOD
: MINMOD optionSUPERBEE
: SUPERBEE optionOSPRE
: OSPRE option
TIME_MARCHING
= (options)- Time integration scheme
- Input options:
EULER
: Euler (1st order)RUNGE-KUTTA
: Runge-Kutta (4th order)
CFL_CRITERION
= (options)- Courant criterion (critical time step)
- Input options:
ONE_DIMENSIONAL
: Minimum for each dimensionALL_DIMENSIONS
: Minimum for all dimensions (default)
CFL_SAFETY_FACTOR
= (float)- Safety factor for critical time step
- Optional
- Note: Default = 0.9
TERMINAL_VELOCITY_MODEL
= (options)- Parametrization for terminal settling velocity estimation
- Input options:
ARASTOOPOUR
: TODOGANSER
: TODOWILSON
: TODODELLINO
: TODOPFEIFFER
: TODODIOGUARDI2017
: TODODIOGUARDI2018
: TODO
HORIZONTAL_TURBULENCE_MODEL
= (options)- Type of parametrization used to compute the horizontal diffusion
- Input options:
CONSTANT
(float): Constant diffusion coefficient in m^2/sCMAQ
: CMAQ optionRAMS
: RAMS option
VERTICAL_TURBULENCE_MODEL
= (options)- Type of parametrization used to compute the vertical diffusion
- Input options:
CONSTANT
(float): Constant diffusion coefficient in m^2/sSIMILARITY
: Equations based on similarity theory
RAMS_CS
= (float)- Parameter CS required by the horizontal diffusion parametrization
- Note: Only used if
HORIZONTAL_TURBULENCE_MODEL
=RAMS
WET_DEPOSITION
= (options)- Defines whether wet deposition model is enabled
- Input options:
YES
: Enable wet depositionNO
: Disable wet deposition
DRY_DEPOSITION
= (options)- Defines whether dry deposition model is enabled
- Input options:
YES
: Enable dry depositionNO
: Disable dry deposition
GRAVITY_CURRENT
= (options)- Define whether the gravity current model is enabled
- Input options:
YES
: Enable gravity currentNO
: Disable gravity current
- Note: Only for
TEPHRA
species
Sub-block IF_GRAVITY_CURRENT
Used when GRAVITY_CURRENT
= YES
C_FLOW_RATE
= (float)- Empirical constant for volumetric flow rate at the Neutral Buoyancy Level (NBL)
LAMBDA_GRAV
= (float)- Empirical constant for the gravity current model
K_ENTRAIN
= (float)- Entrainment coefficient for the gravity current model
BRUNT_VAISALA
= (float)- Brunt-Väisälä frequency accounting for ambient stratification
GC_START_(HOURS_AFTER_00)
= (float)- Gravity current starting time
GC_END_(HOURS_AFTER_00)
= (float)- Gravity current end time