source: palm/trunk/EXAMPLES/agents/corners/INPUT/corners_p3d @ 3159

Last change on this file since 3159 was 3159, checked in by sward, 6 years ago

Added multi agent system

File size: 1.9 KB
RevLine 
[3159]1&initialization_parameters
2   !-- grid setup
3      nx = 19,
4      ny = 19,
5      nz = 30,
6
7      dx = 1.0,
8      dy = 1.0,
9      dz = 1.0,
10
11   !-- pressure solver
12      fft_method = 'temperton-algorithm',
13    loop_optimization    = 'cache',
14
15   !-- initialization
16      initializing_actions = 'set_constant_profiles',  ! constant vertical profiles are used,
17      pt_surface = 300.,                               ! based on given "*_surface" values
18      ug_surface = 1.0,
19      vg_surface = 0.0,
20
21   !-- boundary conditions
22      bc_uv_t = 'neumann',                    ! free-slip boundary condition
23      bc_pt_b = 'dirichlet',                  ! surface temperature is calculated by e-balance solver in USM 
24      bc_pt_t = 'neumann',     
25      roughness_length = 0.01,                 ! applies to all surfaces
26
27   !-- topography   
28      topography = 'read_from_file',                ! file: generic_canyon_topo
29     
30   !-- other
31    most_method          = 'newton',
32      /                                       ! end of inipar-namelist
33
34
35 &runtime_parameters 
36   !-- simulation time
37      end_time                = 150.0,
38
39   !-- others
40      create_disturbances = .T.,
41
42      netcdf_data_format = 5,
43      dt_dots            = 9999999.,
44                   
45      /                                        ! end of canopy_par-namelist
46
47
48 &agents_par
49    dt_arel                = 12.,
50    dt_write_agent_data    = .05,
51    number_of_agent_groups = 4,
52    adx                    =   .9,   .9,   4.,   4.,
53    ady                    =   4.,   4.,   .9,   .9,
54    asl                    =   8.,   8.,  1.5,  18.,
55    asr                    =  12.,  12.,   2., 18.5,
56    ass                    =  1.5,  18.,   8.,   8.,
57    asn                    =   2., 18.5,  12.,  12.,
58    at_x                   =  10.,  10.,  16.,   4.,
59    at_y                   =  16.,   4.,  10.,  10.,
60
61    /
Note: See TracBrowser for help on using the repository browser.