Ignore:
Timestamp:
Sep 21, 2018 1:45:37 PM (5 years ago)
Author:
sward
Message:

Fix in pointer assignment in MAS and MAS-Examples updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/agents/canyon/INPUT/canyon_p3d

    r3159 r3268  
    3535 &runtime_parameters
    3636   !-- simulation time
    37       end_time                = 200.0,
     37      end_time                = 10800.0,
    3838
    3939   !-- others
     
    4646
    4747
    48  &agents_par
    49     dt_arel                = 3.1,
    50     dt_write_agent_data    = .1,
    51     dt_agent = 0.02,
    52     number_of_agent_groups = 2,
    53     adx                    = 1.8,1.8,
    54     ady                    = 1.,1.,
    55     asl                    = 13.,13.,
    56     asr                    = 27.,27.,
    57     ass                    = .5,38.,
    58     asn                    = 2.,39.5,
    59     at_x                   = 20.,20.,
    60     at_y                   = 999.,-999.,  ! chosen far out of domain so that agents walk nearly parallel
     48 &agent_parameters
     49    multi_agent_system_start = 10500.,
     50    dt_arel                  = 3.1,
     51    dt_write_agent_data      = .04,
     52    number_of_agent_groups   = 2,
     53    adx                      = 1.8,1.8,
     54    ady                      = 1.,1.,
     55    asl                      = 13.,13.,
     56    asr                      = 27.,27.,
     57    ass                      = .5,38.,
     58    asn                      = 2.,39.5,
     59    at_x                     = 20.,20.,
     60    at_y                     = 999.,-999.,  ! chosen far out of domain so that agents walk nearly parallel
    6161
    6262
     
    6666
    6767 &prepro_par
    68       tolerance_dp  = 1.41, 1.41,
     68      tolerance_dp  = .71,
    6969
    7070    /
Note: See TracChangeset for help on using the changeset viewer.