source: palm/trunk/EXAMPLES/bio_meteorology/canyon/INPUT/canyon_p3d @ 4126

Last change on this file since 4126 was 4126, checked in by gronemeier, 5 years ago

renaming in biometeorology_mod, adding of example cases for biometeorolgy

File size: 3.3 KB
Line 
1
2&initialization_parameters
3!
4!-- grid parameters
5!-------------------------------------------------------------------------------
6    nx                         = 39, ! Number of gridboxes in x-direction (nx+1)
7    ny                         = 39, ! Number of gridboxes in y-direction (ny+1)
8    nz                         = 20, ! Number of gridboxes in z-direction (nz)
9
10    dx                         = 1.0, ! Size of single gridbox in x-direction
11    dy                         = 1.0, ! Size of single gridbox in y-direction
12    dz                         = 1.0, ! Size of single gridbox in z-direction
13
14!
15!-- initialization
16!-------------------------------------------------------------------------------
17    time_utc_init              = 43200.0 !UTC time at model start in seconds starting from midnight. default value 43200.0 (noon).
18    day_of_year_init           = 172
19    latitude                   = 41.9
20    longitude                  = 12.5
21
22    initializing_actions       = 'set_constant_profiles', ! initial conditions
23
24    ug_surface                 = 0.0, ! u-comp of geostrophic wind at surface
25    vg_surface                 = 0.0, ! v-comp of geostrophic wind at surface
26    pt_surface                 = 300.0, ! initial surface potential temp
27    pt_vertical_gradient       =   0.0,
28                                   1.0, ! piecewise temp gradients
29
30/ ! end of initialization parameter namelist
31
32
33&runtime_parameters
34!
35!-- run steering
36!-------------------------------------------------------------------------------
37    end_time                   = 3600.0, ! simulation time of the 3D model
38
39
40!
41!-- data output
42!-------------------------------------------------------------------------------
43    netcdf_data_format         = 2, ! use NetCDF3
44
45    dt_run_control             = 0.0,    ! output interval for run control
46    dt_data_output             = 60.0,   ! output interval for general data
47    dt_data_output_av          = 60.0,   ! output interval for averaged data
48     
49    data_output                = 'uvem_vitd3dose*_xy_av', 'uvem_vitd3*_xy'
50       
51    section_xy                 = 1,   ! grid index for 2D XY cross sections
52    averaging_interval         = 60.0, ! averaging interval general data
53    !dt_averaging_input         = 5.0,  ! averaging general data sampling rate
54
55
56
57!-------------------------------------------------------------------------------
58!-- Biometeorology PARAMETER NAMELIST
59!   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/biometpar
60!-------------------------------------------------------------------------------
61&biometeorology_parameters
62!
63!-- exposure model parameters
64!-------------------------------------------------------------------------------   
65    uv_exposure              = .TRUE.,   !< .T.=expo model on, .F.=expo model off
66    thermal_comfort          = .FALSE.
67    !consider_obstructions    = .FALSE.,  !< .T.=with obstructions, .F.=unobstructed,                                 
68    !clothing                 =   0,      !< 0=unclothed, 1=summer, 3=winter)
69    !orientation_angle        = 180.0,    !< orientation of front/face of human
70    !turn_to_sun              = .TRUE.,   !< .F.=as orient. angle, .T.=human to sun
71    !sun_in_south             = .FALSE.,  !< .F.=actual pos., .T.=sun in south
72
73/ ! end of biometeorology parameter namelist
Note: See TracBrowser for help on using the repository browser.