Changeset 4184


Ignore:
Timestamp:
Aug 23, 2019 8:07:40 AM (5 years ago)
Author:
oliver.maas
Message:

changed allocated length of recycling_method_for_thermodynamic_quantities from 20 to 80 characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r4183 r4184  
    2525! -----------------
    2626! $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
    2731! removed recycle_absolute_quantities and raq
    2832! added recycling_method_for_thermodynamic_quantities
     
    500504    CHARACTER (LEN=20)   ::  mixing_length_1d = 'blackadar'               !< namelist parameter
    501505    CHARACTER (LEN=20)   ::  random_generator = 'random-parallel'         !< namelist parameter
    502     CHARACTER (LEN=20)   ::  recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation'        !< namelist parameter
     506    CHARACTER (LEN=80)   ::  recycling_method_for_thermodynamic_quantities = 'turbulent_fluctuation'        !< namelist parameter
    503507    CHARACTER (LEN=20)   ::  reference_state = 'initial_profile'          !< namelist parameter 
    504508    CHARACTER (LEN=20)   ::  timestep_scheme = 'runge-kutta-3'            !< namelist parameter       
Note: See TracChangeset for help on using the changeset viewer.