Version 302 (modified by suehring, 9 years ago) (diff) |
---|
Initialization parameters ¶
TracNav
Core Parameters
Module Parameters
- Agent system
- Aerosol (Salsa)
- Biometeorology
- Bulk cloud physics
- Chemistry
- FASTv8
- Indoor climate
- Land surface
- Nesting
- Nesting (offline)
- Ocean
- Particles
- Plant canopy
- Radiation
- Spectra
- Surface output
- Synthetic turbulence
- Turbulent inflow
- Urban surface
- User-defined
- Virtual flights
- Virtual measurements
- Wind turbine
- Alphabetical list (outdated!)
Mode ¶
Grid ¶
Numerics ¶
Physics ¶
Boundary conditions ¶
Initialization ¶
Topography ¶
Cloud physics ¶
Others ¶
NAMELIST group name: inipar ¶
Mode: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
cloud_droplets ¶ | L | .F. |
Parameter to switch on the usage of cloud droplets. |
cloud_physics ¶ | L | .F. |
Parameter to switch on the condensation scheme. |
cloud_scheme ¶ | C*20 | 'saturation_adjust' |
Parameter to choose microphysics for bulk cloud physics (which requires cloud_physics = .TRUE.).
'kessler'
'seifert_beheng'
|
cloud_top_radiation ¶ | L | .F. |
(until r1496 this parameter was named radiation). Parameter to switch on longwave radiation cooling at cloud-tops. |
conserve_volume_flow ¶ | L | .F. |
Conservation of volume flow in x- and y-direction. In case of non-cyclic lateral boundary conditions, detailed information about the conservation of volume flow can be found in the documentation. |
conserve_volume_flow_mode ¶ | C*16 | 'default' |
Mode of volume flow conservation.
'initial_profiles'
'inflow_profile'
'bulk_velocity'
Note that conserve_volume_flow_mode only comes into effect if conserve_volume_flow = .T.. |
coupling_start_time ¶ | R | 0.0 |
Simulation time of precursor run. |
dp_external ¶ | L | .F. |
External pressure gradient switch. |
dp_smooth ¶ | L | .F. |
Vertically smooth the external pressure gradient using a sinusoidal smoothing function. |
dp_level_b ¶ | R | 0.0 |
Lower limit of the vertical range for which the external pressure gradient is applied (in m). |
dpdxy ¶ | R(2) | 2 * 0.0 |
Values of the external pressure gradient applied in x- and y-direction, respectively (in Pa/m). |
e_init ¶ | R | 0.0 |
Initial subgrid-scale TKE in m2s-2. |
e_min ¶ | R | 0.0 |
Minimum subgrid-scale TKE in m2s-2. |
galilei_transformation ¶ | L | .F. |
Application of a Galilei-transformation to the coordinate system of the model. |
humidity ¶ | L | .F. |
Parameter to switch on the prognostic equation for specific humidity q. |
km_constant ¶ | R | variable (computed from TKE) |
Constant eddy diffusivities are used (laminar simulations). |
large_scale_forcing ¶ | L | .F. |
Parameter to choose large-scale forcing from an external file. By means of large_scale_forcing = .T. the time-dependent surface heat flux shf, surface water flux qsws, surface temperature pt_surface, surface humidity and surface pressure surface_pressure as well as vertical profiles of the geostrophic wind components ug and vg, the large-scale vertical subsidence profile w_subs, the horizontal large-scale advection tendencies of temperature td_lsa_lpt and humidity td_lsa_q and the large-scale subsidence tendencies of temperature td_sub_lpt and humidity td_sub_q are provided in the simulation. An example can be found here.
large_scale_forcing = .T. requires humidity = .T.. It is not implemented for ocean runs, and it does also not work for non-cyclic lateral boundary conditions and non-flat topography. It is possible to drive the simulations either by means of surface fluxes or by means of prescribed surface values for temperature and humidity.
If large_scale_forcing = .T., the input file LSF_DATA is required. This file has to contain two kinds of information: time-dependent surface values and time-dependent profile information which can be provided by measurements or larger scale models. In case large-scale forcing shall be used without nudging (nudging = .F.) initial profiles of potential temperature, humidity, and horizontal wind components have to be provided by means of pt_surface, pt_vertical_gradient, pt_vertical_gradient_level and so forth. |
large_scale_subsidence ¶ | L | .F. |
Parameter to enable large-scale subsidence/ascent for atmospheric simulations. With large_scale_subsidence = .T., an additional tendency term, tend_subs, is calculated for the scalar quantities, e.g. for potential temperature it is tend_subs(k,j,i) = - w_subs(k)* dpt(k,j,i) / dz.
The profile for the subsidence velocity w_subs can either be set via subs_vertical_gradient and subs_vertical_gradient_level or by reading it from the large-scale forcing data set LSF_DATA. If use_subsidence_tendencies is set to .T., the subsidence velocity w_subs is not used. Instead, subsidence tendencies for temperature and humidity are read in from the large-scale forcing data set LSF_DATA and applied to the prognostic variables in the subroutine ls_advec.
large_scale_subsidence is not implemented for ocean runs.
Attention: |
lsf_exception ¶ | L | .F. |
Parameter to explicitly allow large-scale forcing in case of topography /= 'flat' . So far, large_scale_forcing is not implemented to be used together with topography. However, in case of simulating moderately tall buildings on otherwise flat terrain, the user might choose to nevertheless apply large_scale_forcing. This can be done by setting lsf_exception = .T..
Attention: |
neutral ¶ | L | .F. | Parameter to switch off calculation of temperature equation.
For simulating flows with pure neutral stratification, solving the temperature equation can be switched off with neutral = .T. in order to save CPU time. Additionally, this will also switch off the calculation of all buoyancy related terms. |
nudging ¶ | L | .F. |
Parameter to choose nudging. Nudging is a relaxation technique which adjusts the large-eddy simulation to a given, larger scale flow situation. It can, for example, be used to simulate an observed situation. Further information can be found here.
With nudging = .T., additional tendencies are calculated for the prognostic variable u, v, pt, and q. It requires humidity = .T. as well as large_scale forcing = .T.. So far, it is not implemented for ocean runs and non-cyclic lateral boundary conditions. An example can be found here. Additionally, if nudging is set to .T., the input file NUDGING_DATA. This file contains profile information at several time steps about the relaxation time scale tau and the prognostic variables u, v, w, pt, q which must be provided by a larger scale model or by measurements. |
ocean ¶ | L | .F. |
Parameter to switch on ocean runs.
Relevant parameters to be exclusively used for steering ocean runs are bc_sa_t, bottom_salinityflux, sa_surface, sa_vertical_gradient, sa_vertical_gradient_level, and top_salinityflux. |
passive_scalar ¶ | L | .F. |
Parameter to switch on the prognostic equation for a passive scalar. |
pt_reference ¶ | R | value of pt_surface |
Reference temperature to be used in the buoyancy term (in K). |
random_heatflux ¶ | L | .F. |
Parameter to impose random perturbations on the internal two-dimensional near surface heat flux field shf. |
reference_state ¶ | C*20 | 'initial_profile' | This parameter defines what is used as reference state in the buoyancy term. There are three options:
'initial_profile'
'horizontal_average'
'single_value'
|
subs_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Gradient(s) of the profile for the large-scale subsidence/ascent velocity (in (m/s) / 100 m).
That defines the subsidence/ascent profile to be linear up to z = 1000.0 m with a surface value of 0 m/s. Due to the gradient of -0.002 (m/s) / 100 m the subsidence velocity has a value of -0.02 m/s in z = 1000.0 m. For z > 1000.0 m up to the top boundary the gradient is 0.0 (m/s) / 100 m (it is assumed that the assigned height levels correspond with uv levels). This results in a subsidence velocity of -0.02 m/s at the top boundary. |
subs_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the gradient for the subsidence/ascent velocity defined by subs_vertical_gradient is effective (in m). |
u_bulk ¶ | R | 0.0 |
u-component of the predefined bulk velocity (in m/s). |
use_subsidence_tendencies ¶ | L | .F. | This control parameter determines how the large-scale subsidence is computed for runs with large-scale forcing. If it is set to .F., the large-scale subsidence velocity w_subs is used to advect the prognostic variables (subroutine subsidence). If it is set to .T., the subroutine subsidence is not called and the subsidence tendencies from LSF_DATA are applied to the prognostic variables in the new subroutine ls_advec. The usage of use_subsidence_tendencies requires large_scale_forcing = .T. as well as large_scale_subsidence = .T.. |
use_ug_for_galilei_tr ¶ | L | .T. |
Switch to determine the translation velocity in case that a Galilean transformation is used. |
v_bulk ¶ | R | 0.0 |
v-component of the predefined bulk velocity (in m/s). |
Grid: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
dx ¶ | R | 1.0 |
Horizontal grid spacing along the x-direction (in m). |
dy ¶ | R | 1.0 |
Horizontal grid spacing along the y-direction (in m). |
dz ¶ | R |
Vertical grid spacing (in m).
The w-levels lie half between them:
| |
dz_max ¶ | R | 9999999.9 |
Allowed maximum vertical grid spacing (in m). |
dz_stretch_factor ¶ | R | 1.08 |
Stretch factor for a vertically stretched grid (see dz_stretch_level). |
dz_stretch_level ¶ | R | 100000.0 |
Height level above/below which the grid is to be stretched vertically (in m).
and used as spacings for the scalar levels (zu). The w-levels are then defined as:
For ocean = .T., dz_stretch_level is the height level (in m, negative) below which the grid is to be stretched vertically. The vertical grid spacings dz below this level are calculated correspondingly as
Attention: |
nx ¶ | I |
Number of grid points in x-direction. | |
ny ¶ | I |
Number of grid points in y-direction. | |
nz ¶ | I |
Number of grid points in z-direction. |
Numerics: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
call_psolver_at_all_substeps ¶ | L | .T. |
Switch to steer the call of the pressure solver. |
cfl_factor ¶ | R | 0.1, 0.8 or 0.9 (see right) |
Time step limiting factor. |
collective_wait ¶ | L | see right |
Set barriers in front of collective MPI operations. |
cycle_mg ¶ | C*1 | 'w' |
Type of cycle to be used with the multigrid method. |
fft_method ¶ | C*20 | 'system-specific' |
FFT-method to be used. |
loop_optimization ¶ | C*16 | see right |
Method used to optimize loops for solving the prognostic equations. |
masking_method ¶ | L | .F. |
Switch for topography boundary conditions in 'multigrid_noopt' solver. Warning: In case of complex topography and masking_method = .FALSE., the wind velocity may possibly blow up at certain grid points. Hence, so far it is recommended to use masking_method = .TRUE. in case psolver = 'multigrid_noopt'. |
mg_cycles ¶ | I | -1 |
Number of cycles to be used with the multigrid scheme. |
mg_switch_to_pe0_level ¶ | I | -1 |
Grid level at which data shall be gathered on PE0. |
momentum_advec ¶ | C*10 | 'ws-scheme' |
Advection scheme to be used for the momentum equations.
Note: Due to the larger stencil of this scheme vertical grid stretching should be handled with care. The computation of turbulent fluxes takes place inside the advection routines to get a statistical evaluation consistent to the numerical solution.
Important: The number of ghost layers for 2d and 3d arrays changed. This affects also the user interface. Please adapt the allocation of 2d and 3d arrays in your user interface like here. Furthermore, the exchange of ghost layers for 3d variables changed, so calls of exchange_horiz in the user interface have to be modified. Here an example for the u-component of the velocity: CALL exchange_horiz( u , nbgp ).
|
ngsrb ¶ | I | 2 |
Number of Gauss-Seidel iterations to be carried out on each grid level of the multigrid Poisson solver. |
nsor ¶ | I | 20 |
Number of iterations to be used with the SOR-scheme. |
nsor_ini ¶ | I | 100 |
Initial number of iterations with the SOR algorithm. |
omega_sor ¶ | R | 1.8 |
Convergence factor to be used with the SOR-scheme. |
psolver ¶ | C*10 | 'poisfft' |
Scheme to be used to solve the Poisson equation for the perturbation pressure.
'multigrid'
'multigrid_noopt'
'sor'
|
pt_damping_factor ¶ | R | 0.0 |
Factor for damping the potential temperature. This method effectively damps gravity waves at the inflow boundary in case of non-cyclic lateral boundary conditions (see bc_lr or bc_ns). If the damping factor is too low, gravity waves can develop within the damping domain and if the damping factor is too high, gravity waves can develop in front of the damping domain. Detailed information about the damping can be found in the documentation of the non-cyclic lateral boundary conditions. |
pt_damping_width ¶ | R | 0.0 |
Width of the damping domain of the potential temperature (in m). Detailed information about the damping can be found in the documentation of the non-cyclic lateral boundary conditions. |
random_generator ¶ | C*20 |
'numerical |
Random number generator to be used for creating uniformly distributed random numbers. |
rayleigh_damping_factor ¶ | R | 0.0 or 0.01 |
Factor for Rayleigh damping. |
rayleigh_damping_height ¶ | R |
2/3*zu(nz) |
Height above (ocean: below) which the Rayleigh damping starts (in m). |
residual_limit ¶ | R | 1.0E-4 |
Largest residual permitted for the multigrid scheme (in s-2m-3). |
scalar_advec ¶ | C*10 | 'ws-scheme' |
Advection scheme to be used for the scalar quantities.
Note: Due to the larger stencil of this scheme vertical grid stretching should be handled with care.
The computation of turbulent fluxes takes place inside the advection routines to get a statistical evaluation consistent to the numerical solution.
'pw-scheme'
'bc-scheme'
A differing advection scheme can be chosen for the subgrid-scale TKE using parameter use_upstream_for_tke. |
scalar_rayleigh_damping ¶ | L | .T. |
Application of Rayleigh damping to scalars. |
timestep_scheme ¶ | C*20 |
'runge |
Time step scheme to be used for the integration of the prognostic variables.
'runge-kutta-2'
'euler'
A differing time step scheme can be chosen for the subgrid-scale TKE using parameter use_upstream_for_tke. |
transpose_compute_overlap ¶ | L | .F. |
Parameter to switch on parallel execution of fft and transpositions (with MPI_ALLTOALL). |
use_upstream_for_tke ¶ | L | .F. |
Parameter to choose the advection/time step scheme to be used for the subgrid-scale TKE. |
Physics: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
omega ¶ | R | 7.29212E-5 |
Angular velocity of the rotating system (in rad/s).
|
phi ¶ | R | 55.0 |
Geographical latitude (in degrees). |
prandtl_number ¶ | R | 1.0 |
Ratio of the eddy diffusivities for momentum and heat (Km/Kh). |
Boundary conditions: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
bc_e_b ¶ | C*20 | 'neumann' |
Bottom boundary condition of the TKE. |
bc_lr ¶ | C*20 | 'cyclic' |
Boundary condition along x (for all quantities). Detailed information can be found in the documentation of the non-cyclic lateral boundary conditions. |
bc_ns ¶ | C*20 | 'cyclic' |
Boundary condition along y (for all quantities). |
bc_p_b ¶ | C*20 | 'neumann' |
Bottom boundary condition of the perturbation pressure. |
bc_p_t ¶ | C*20 | 'dirichlet' |
Top boundary condition of the perturbation pressure. |
bc_pt_b ¶ | C*20 | 'dirichlet' |
Bottom boundary condition of the potential temperature. |
bc_pt_t ¶ | C*20 | 'initial_gradient' |
Top boundary condition of the potential temperature.
(up to k=nz the prognostic equation for the temperature is solved).
When a constant sensible heat flux is used at the top boundary (top_heatflux), bc_pt_t = 'neumann' must be used, because otherwise the resolved scale may contribute to the top flux so that a constant value cannot be guaranteed. |
bc_q_b ¶ | C*20 | 'dirichlet' |
Bottom boundary condition of the specific humidity / total water content. |
bc_q_t ¶ | C*20 | 'neumann' |
Top boundary condition of the specific humidity / total water content.
(up tp k=nz the prognostic equation for q is solved). |
bc_s_b ¶ | C*20 | 'dirichlet' |
Bottom boundary condition of the scalar concentration. |
bc_s_t ¶ | C*20 | 'initial_gradient' |
Top boundary condition of the scalar concentration.
(up to k=nz the prognostic equation for the scalar concentration is solved). When a constant scalar flux is used at the top boundary (top_scalarflux), bc_s_t = 'neumann' must be used, because otherwise the resolved scale may contribute to the top flux so that a constant value cannot be guaranteed. |
bc_sa_t ¶ | C*20 | 'neumann' |
Top boundary condition of the salinity. |
bc_uv_b ¶ | C*20 | 'dirichlet' |
Bottom boundary condition of the horizontal velocity components u and v. |
bc_uv_t ¶ | C*20 | 'dirichlet' |
Top boundary condition of the horizontal velocity components u and v.
In the coupled ocean executable, bc_uv_t is internally set ('neumann') and does not need to be prescribed. |
bottom_salinityflux ¶ | R | 0.0 |
Kinematic salinity flux near the surface (in psu m/s). |
constant_flux_layer ¶ | L | .T. |
Parameter to switch on a constant flux layer at the bottom boundary. |
inflow_damping_height ¶ | R | from precursor run |
Height below which the turbulence signal is used for turbulence recycling (in m). |
inflow_damping_width ¶ | R |
0.1 * inflow_damping |
Transition range within which the turbulence signal is damped to zero (in m). |
inflow_disturbance_begin ¶ | I |
Lower limit of the horizontal range for which random perturbations are to be imposed on the horizontal velocity field (grid points). | |
inflow_disturbance_end ¶ | I |
Upper limit of the horizontal range for which random perturbations are to be imposed on the horizontal velocity field (grid points). | |
most_method ¶ | C*8 | 'lookup' |
Parameter that defines how the Obukhov length is calculated when a constant_flux_layer is switched on. Available methods are:
|
recycling_width ¶ | R |
Distance of the recycling plane from the inflow boundary (in m). | |
recycling_yshift ¶ | L | .F. |
Parameter to switch on a y-shift for the recycled inflow turbulence. Note that recycling_yshift = .T. requires turbulent_inflow = .T.. |
roughness_length ¶ | R | 0.1 |
Roughness length (in m). |
sa_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Salinity gradient(s) of the initial salinity profile (in psu / 100 m).
That defines the salinity to be constant down to z = -500.0 m with a salinity given by sa_surface. For -500.0 m < z <= -1000.0 m the salinity gradient is 1.0 psu / 100 m and for z < -1000.0 m down to the bottom boundary it is 0.5 psu / 100 m (it is assumed that the assigned height levels correspond with uv levels). |
sa_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the salinity gradient defined by sa_vertical_gradient is effective (in m). |
surface_heatflux ¶ | R |
no prescribed |
Kinematic sensible heat flux at the bottom surface (in K m/s). |
surface_scalarflux ¶ | R |
no prescribed |
Scalar flux at the surface (in kg/(m2 s)). |
surface_waterflux ¶ | R |
no prescribed |
Kinematic water flux near the surface (in kg/kg m/s). |
top_heatflux ¶ | R |
no prescribed |
Kinematic sensible heat flux at the top boundary (in K m/s). |
top_momentumflux_u ¶ | R |
no prescribed |
Momentum flux along x at the top boundary (in m2/s2). |
top_momentumflux_v ¶ | R |
no prescribed |
Momentum flux along y at the top boundary (in m2/s2). |
top_salinityflux ¶ | R |
no prescribed |
Kinematic salinity flux at the top boundary, i.e. the sea surface (in psu m/s). |
top_scalarflux ¶ | R |
no prescribed |
Scalar flux at the top boundary (in kg/kg m/s). |
turbulent_inflow ¶ | L | .F. |
Generates a turbulent inflow at side boundaries using a turbulence recycling method. |
use_cmax ¶ | L | .T. | Parameter to choose the calculation method of the phase velocity at the outflow boundary in case of non-cyclic lateral boundary conditions. In case of non-cyclic lateral boundary conditions (see bc_lr and bc_ns), radiation boundary conditions are used for the velocity components at the outflow boundary. If use_cmax = .T., the phase velocity is set to the maximum value that ensures numerical stability (CFL-condition). With this method, the radiation boundary conditions are simplified, as phase velocity must not be calculated. Setting use_cmax = .F., the phase velocity is calculated after every time step, using the approach of Orlanski (1976). Additionally, local phase velocities are averaged along the outflow boundary in each height level. Detailed information can be found in the documentation of the non-cyclic lateral boundary conditions. |
use_surface_fluxes ¶ | L | .F. |
Parameter to steer the treatment of the subgrid-scale vertical fluxes within the diffusion terms at k=1 (bottom boundary). |
use_top_fluxes ¶ | L | .F. |
Parameter to steer the treatment of the subgrid-scale vertical fluxes within the diffusion terms at k=nz (top boundary). |
wall_adjustment ¶ | L | .T. |
Parameter to restrict the mixing length in the vicinity of the bottom boundary (and near vertical walls of a non-flat topography). |
z0h_factor ¶ | R | 1.0 |
Factor for calculating the roughness length for scalars.
This parameter is effective only in case that a constant flux layer is switched on at the bottom boundary (see constant_flux_layer). |
zeta_max ¶ | R | 20.0 |
Upper limit of the stability parameter [zeta = z_mo/L, with z_mo being the height of the constant flux layer, and L being the Obukhov length. |
zeta_min ¶ | R | -9990.0 |
Lower limit of the stability parameter [zeta = z_mo/L, with z_mo being the height of the constant flux layer, and L being the Obukhov length. |
Initialization: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
damp_level_1d ¶ | R | zu(nz+1) |
Height where the damping layer begins in the 1d-model (in m). |
dissipation_1d ¶ | C*20 | 'detering' |
Calculation method for the energy dissipation term in the TKE equation of the 1d-model. |
dt ¶ | R | variable |
Time step for the 3d-model (in s).
the simulation will be aborted. Such situations usually arise in case of any numerical problem / instability which causes a non-realistic increase of the wind speed. |
dt_pr_1d ¶ | R | 9999999.9 |
Temporal interval of vertical profile output of the 1d-model (in s). |
dt_run_control_1d ¶ | R | 60.0 |
Temporal interval of runtime control output of the 1d-model (in s). |
end_time_1d ¶ | R | 864000.0 |
Time to be simulated for the 1d-model (in s). |
ensemble_member_nr ¶ | I | 0 |
By setting the initialization parameter ensemble_member_nr to an integer between 1 and 2000, palm will produce statistically independent members of a simulation. |
initializing_actions ¶ | C*100 |
Initialization actions to be carried out.
Instead of using the geostrophic wind for constructing the initial u,v-profiles, these profiles can also be directly set using parameters u_profile, v_profile, and uv_heights, e.g. if observed profiles shall be used as initial values. In runs with non-cyclic horizontal boundary conditions these profiles are also used as fixed mean inflow profiles.
'by_user'
'initialize_vortex'
'initialize_ptanom'
'cyclic_fill'
Values may be combined, e.g. initializing_actions = 'set_constant_profiles initialize_vortex' , but the values of 'set_constant_profiles' , 'set_1d-model_profiles' , and 'by_user' must not be given at the same time. | |
mixing_length_1d ¶ | C*20 | 'blackadar' |
Mixing length used in the 1d-model. |
pt_surface ¶ | R | 300.0 |
Surface potential temperature (in K). |
pt_surface_initial_change ¶ | R | 0.0 |
Change in surface temperature to be made at the beginning of the 3d run (in K). |
pt_vertical_gradient ¶ | R(10) | 10*0.0 |
Temperature gradient(s) of the initial temperature profile (in K / 100 m).
That defines the temperature profile to be neutrally stratified up to z = 500.0 m with a temperature given by pt_surface. For 500.0 m < z <= 1000.0 m the temperature gradient is 1.0 K / 100 m and for z > 1000.0 m up to the top boundary it is 0.5 K / 100 m (it is assumed that the assigned height levels correspond with uv levels). |
pt_vertical_gradient_level ¶ | R(10) | 10*0.0 |
Height level above which the temperature gradient defined by pt_vertical_gradient is effective (in m). |
q_surface ¶ | R | 0.0 |
Surface specific humidity / total water content (kg/kg). |
q_surface_initial_change ¶ | R | 0.0 |
Change in surface specific humidity / total water content to be made at the beginning of the 3d run (kg/kg). |
q_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Humidity gradient(s) of the initial humidity profile (in 1/100 m).
That defines the humidity to be constant with height up to z = 500.0 m with a value given by q_surface. For 500.0 m < z <= 1000.0 m the humidity gradient is 0.001 / 100 m and for z > 1000.0 m up to the top boundary it is 0.0005 / 100 m (it is assumed that the assigned height levels correspond with uv levels). |
q_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the humidity gradient defined by q_vertical_gradient is effective (in m). |
sa_surface ¶ | R | 35.0 |
Surface salinity (in psu). |
surface_pressure ¶ | R | 1013.25 |
Atmospheric pressure at the surface (in hPa). |
s_surface ¶ | R | 0.0 |
Surface value of the passive scalar (in kg/m3). |
s_surface_initial_change ¶ | R | 0.0 |
Change in surface scalar concentration to be made at the beginning of the 3d run (in kg/m3). |
s_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Scalar concentration gradient(s) of the initial scalar concentration profile (in kg/m3 / 100 m).
That defines the scalar concentration to be constant with height up to z = 500.0 m with a value given by. For 500.0 m < z <= 1000.0 m the scalar gradient is 0.1 kg/m3 / 100 m and for z > 1000.0 m up to the top boundary it is 0.05 kg/m3 / 100 m (it is assumed that the assigned height levels correspond with uv levels). |
s_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the scalar gradient defined by s_vertical_gradient is effective (in m). |
u_profile ¶ | R(100) | 100 * 9999999.9 |
Values of u-velocity component to be used as initial profile (in m/s). |
ug_surface ¶ | R | 0.0 |
u-component of the geostrophic wind at the surface (in m/s). |
ug_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Gradient(s) of the initial profile of the u-component of the geostrophic wind (in 1/100s). |
ug_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the gradient defined by ug_vertical_gradient is effective (in m). |
uv_heights ¶ | R(100) | 100 * 9999999.9 | Height levels in ascending order (in m), for which prescribed u,v-velocities are given (see u_profile, v_profile. The first height level must always be zero, i.e. uv_heights(1) = 0.0. |
v_profile ¶ | R(100) | 100 * 9999999.9 |
Values of v-velocity component to be used as initial profile (in m/s). |
vg_surface ¶ | R | 0.0 |
v-component of the geostrophic wind at the surface (in m/s). |
vg_vertical_gradient ¶ | R(10) | 10 * 0.0 |
Gradient(s) of the initial profile of the v-component of the geostrophic wind (in 1/100s). |
vg_vertical_gradient_level ¶ | R(10) | 10 * 0.0 |
Height level from which on the gradient defined by vg_vertical_gradient is effective (in m). |
Topography: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
building_height ¶ | R | 50.0 |
Height of a single building in m. |
building_length_x ¶ | R | 50.0 |
Width of a single building in m. |
building_length_y ¶ | R | 50.0 |
Depth of a single building in m. |
building_wall_left ¶ | R | building centered in x-direction |
x-coordinate of the left building wall (distance between the left building wall and the left border of the model domain) in m. |
building_wall_south ¶ | R | building centered in y-direction |
y-coordinate of the south building wall (distance between the south building wall and the south border of the model domain) in m. |
canyon_height ¶ | R | 50.0 |
Street canyon height in m. |
canyon_width_x ¶ | R | 9999999.9 |
Street canyon width in x-direction in m. |
canyon_width_y ¶ | R | 9999999.9 |
Street canyon width in y-direction in m. |
canyon_wall_left ¶ | R | canyon centered in x-direction |
x-coordinate of the left canyon wall (distance between the left canyon wall and the left border of the model domain) in m. |
canyon_wall_south ¶ | R | canyon centered in y-direction |
y-coordinate of the south canyon wall (distance between the south canyon wall and the south border of the model domain) in m. |
topography ¶ | C*40 | 'flat' |
Topography mode.
'single_building'
'single_street_canyon'
'read_from_file'
Alternatively, the user may add code to the user interface subroutine user_init_grid to allow further topography modes. These require to explicitly set the topography_grid_convention to either 'cell_edge' or 'cell_center' .
Note: In case there are holes in the topography that are resolved by only one grid point, the topography array in filtered so that such holes are filled up to the minimum topography height of the directly adjoining grid points in the x- and the y-direction. This is necessary, because for such chimney-like features resolved by one grid point, the continuity equation is not fulfilled on a discrete grid, as the only degree of freedom for the pressure solver is the vertical. Such holes are suspected to lead to unrealistic velocity blow-ups, hence, they are filled up. Note that an inclined model domain requires the use of topography = 'flat' and a nonzero alpha_surface. |
topography_grid_convention ¶ | C*11 | default depends on value of topography; see text for details |
Convention for defining the topography grid.
'cell_center'
The example files example_topo_file and example_building in trunk/EXAMPLES/ illustrate the difference between both approaches. Both examples simulate a single building and yield the same results. The former uses a rastered topography input file with 'cell_center' convention, the latter applies a generic topography with 'cell_edge' convention.
This means that
|
wall_heatflux ¶ | R(5) | 5 * 0.0 |
Prescribed kinematic sensible heat flux in K m/s at the five topography faces: |
wall_humidityflux ¶ | R(5) | 5 * 0.0 |
Prescribed kinematic humidity flux in m/s at the five topography faces: |
wall_scalarflux ¶ | R(5) | 5 * 0.0 |
Prescribed scalar flux in kg/(m2 s) at the five topography faces: |
Cloud physics: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
call_microphysics_at_all_substeps ¶ | L | .F. | Parameter to control how often 2-moment cloud microphysics (cloud_scheme = 'seifert_beheng') are computed during a model time step. Using the default, cloud microphysics are computed once before the time step. Using call_microphysics_at_all_substeps = .T., cloud microphysics are computed before every substep of the applied time step scheme, which is, however, not necessary to gain acceptable results. Note that advection and diffusion of rainwater content (qr) and rain drop concentration (nr) are not affected by this parameter (these processes are computed as any other scalar). |
c_sedimentation ¶ | R | 2.0 | Courant number for sedimentation process. A Courant number that is too big inhibits microphysical interactions of the sedimented quantity. There is no need to use the limiter (limiter_sedimentation) if c_sedimentation <= 1.0. This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used (cloud_scheme = 'seifert_beheng'). |
cloud_water_sedimentation ¶ | L | .F. | Parameter to consider sedimentation of cloud water according to Ackermann et al. (2009, MWR). This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) (cloud_scheme = 'seifert_beheng') or by Kessler (1969) (cloud_scheme = 'kessler') is used. |
limiter_sedimentation ¶ | L | .T. | Slope limiter in sedimentation process according to Stevens and Seifert (2008). This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used (cloud_scheme = 'seifert_beheng'). If c_sedimentation <= 1.0 there is no need to use the limiter. |
nc_const ¶ | R | 70.0E6 | Fixed cloud droplet number density (in 1/m3). The default value is applicable for marine conditions. This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used (cloud_scheme = 'seifert_beheng'). |
collision_turbulence ¶ | L | .F. | Turbulence effects on the collision process, namely the autoconversion and accretion according to Seifert, Nuijens and Stevens (2010). This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used (cloud_scheme = 'seifert_beheng'). |
ventilation_effect ¶ | L | .T. | Parameter to consider the ventilation effect on evaporation of raindrops according to Seifert (2008). This parameter only comes into effect if the microphysical cloud scheme according to Seifert and Beheng (2006) is used (cloud_scheme = 'seifert_beheng'). |
Others: ¶
Parameter Name | FORTRAN Type | Default Value | Explanation | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
alpha_surface ¶ | R | 0.0 |
Inclination of the model domain with respect to the horizontal (in degrees). | ||||||||||||||||||||
netcdf_precision ¶ | C*20 (10) | single precision for all output quantities |
Defines the accuracy of the netCDF output.
| ||||||||||||||||||||
statistic_regions ¶ | I | 0 |
Number of additional user-defined subdomains for which statistical analysis and corresponding output (profiles, time series) shall be made. |
Attachments (1)
-
y_shift_pic.png
(20.4 KB) -
added by sward 7 years ago.
picture for description of y_shift feature
Download all attachments as: .zip