Ignore:
Timestamp:
Aug 15, 2018 9:23:10 AM (6 years ago)
Author:
sward
Message:

Added MAS end time, used time_since_reference_point, corrected tolerance_dp in nav_mesh

File:
1 edited

Legend:

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

    r3183 r3198  
    2525! -----------------
    2626! $Id$
     27! Added multi_agent_system_end and multi_agent_system_start
     28!
     29! 3183 2018-07-27 14:25:55Z suehring
    2730! Rename offline nesting variables:
    2831! -inflow_l, inflow_n, inflow_r, inflow_s,
     
    14701473    REAL(wp) ::  maximum_cpu_time_allowed = 0.0_wp             !< given wall time for run
    14711474    REAL(wp) ::  molecular_viscosity = 1.461E-5_wp             !< molecular viscosity (used in lsm and lpm)
     1475    REAL(wp) ::  multi_agent_system_end   = 9999999.9_wp       !< namelist parameter (see documentation)
     1476    REAL(wp) ::  multi_agent_system_start = 0.0_wp             !< namelist parameter (see documentation)
    14721477    REAL(wp) ::  old_dt = 1.0E-10_wp                           !< length of previous timestep
    14731478    REAL(wp) ::  omega = 7.29212E-5_wp                         !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.