Changeset 3162 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jul 23, 2018 2:22:59 PM (6 years ago)
Author:
Giersch
Message:

Default value of dz_max has changed to a more uncommon value of 999. This value can not be a part of dz values when using new strechting procedure

File:
1 edited

Legend:

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

    r3159 r3162  
    2525! -----------------
    2626! $Id$
     27! Default value of dz_max has changed to a more uncommon value of 999 (value
     28! of dz_max can not be part of dz values when using new stretching procedure)
     29!
     30! 3159 2018-07-20 11:20:01Z sward
    2731! Added multi agent system
    2832!
     
    14441448    REAL(wp) ::  dt_write_agent_data = 9999999.9_wp            !< namelist parameter
    14451449    REAL(wp) ::  dt_3d = 0.01_wp                               !< time step
    1446     REAL(wp) ::  dz_max = 1000.0_wp                            !< namelist parameter
     1450    REAL(wp) ::  dz_max = 999.0_wp                             !< namelist parameter
    14471451    REAL(wp) ::  dz_stretch_factor = 1.08_wp                   !< namelist parameter
    14481452    REAL(wp) ::  dz_stretch_level = -9999999.9_wp              !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.