source: palm/trunk/UTIL/uv_obstruction_preprocessor/uv_parin @ 4871

Last change on this file since 4871 was 4871, checked in by suehring, 3 years ago

UV-obstruction: namelist file commented

File size: 349 bytes
RevLine 
[4870]1&uv_parin
2
[4871]3dx = 1.0, ! grid spacing in x
4dy = 1.0, ! grid spacing in y
5dz = 1.0  ! grid spacing in z (within the building layer)
[4870]6
[4871]7nx = 256, ! number of grid points in x (note, this is nx+1)
8ny = 256, ! number of grid points in y (note, this is ny+1)
9
10input_file = "path to static input file",
11path_to_expo_files = "patch to the exposition data"
12
[4870]13 /
Note: See TracBrowser for help on using the repository browser.