Changeset 4184 for palm/trunk/SOURCE
- Timestamp:
- Aug 23, 2019 8:07:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4183 r4184 25 25 ! ----------------- 26 26 ! $Id$ 27 ! changed allocated length of recycling_method_for_thermodynamic_quantities 28 ! from 20 to 80 characters 29 ! 30 ! 4183 2019-08-23 07:33:16Z oliver.maas 27 31 ! removed recycle_absolute_quantities and raq 28 32 ! added recycling_method_for_thermodynamic_quantities … … 500 504 CHARACTER (LEN=20) :: mixing_length_1d = 'blackadar' !< namelist parameter 501 505 CHARACTER (LEN=20) :: random_generator = 'random-parallel' !< namelist parameter 502 CHARACTER (LEN= 20) :: recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation' !< namelist parameter506 CHARACTER (LEN=80) :: recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation' !< namelist parameter 503 507 CHARACTER (LEN=20) :: reference_state = 'initial_profile' !< namelist parameter 504 508 CHARACTER (LEN=20) :: timestep_scheme = 'runge-kutta-3' !< namelist parameter
Note: See TracChangeset
for help on using the changeset viewer.