Changeset 4183 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Aug 23, 2019 7:33:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4182 r4183 25 25 ! ----------------- 26 26 ! $Id$ 27 ! removed recycle_absolute_quantities and raq 28 ! added recycling_method_for_thermodynamic_quantities 29 ! 30 ! 4182 2019-08-22 15:20:23Z scharf 27 31 ! Corrected "Former revisions" section 28 32 ! … … 496 500 CHARACTER (LEN=20) :: mixing_length_1d = 'blackadar' !< namelist parameter 497 501 CHARACTER (LEN=20) :: random_generator = 'random-parallel' !< namelist parameter 502 CHARACTER (LEN=20) :: recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation' !< namelist parameter 498 503 CHARACTER (LEN=20) :: reference_state = 'initial_profile' !< namelist parameter 499 504 CHARACTER (LEN=20) :: timestep_scheme = 'runge-kutta-3' !< namelist parameter … … 527 532 CHARACTER (LEN=varnamelength), DIMENSION(0:1,500) :: do3d = ' ' !< label array for 3d output quantities 528 533 529 CHARACTER (LEN=varnamelength), DIMENSION(7) :: recycle_absolute_quantities = ' ' !< namelist parameter530 531 534 INTEGER(iwp), PARAMETER :: fl_max = 500 !< maximum number of virtual-flight measurements 532 535 INTEGER(iwp), PARAMETER :: var_fl_max = 20 !< maximum number of different sampling variables in virtual flight measurements … … 764 767 765 768 LOGICAL, DIMENSION(max_masks) :: mask_surface = .FALSE. !< flag for surface-following masked output 766 767 LOGICAL, DIMENSION(7) :: raq = .FALSE. !< recycle absolute quantities (u,v,w,theta,e,q,s) in inflow_turbulence 768 769 769 770 REAL(wp) :: advected_distance_x = 0.0_wp !< advected distance of model domain along x 770 771 !< (galilei transformation)
Note: See TracChangeset
for help on using the changeset viewer.