Changeset 4871


Ignore:
Timestamp:
Feb 8, 2021 6:12:56 PM (3 years ago)
Author:
suehring
Message:

UV-obstruction: namelist file commented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/uv_obstruction_preprocessor/uv_parin

    r4870 r4871  
    11&uv_parin
    22
    3 dx = 1.0
    4 dy = 1.0,
    5 dz = 1.0
    6 nx = 256,
    7 ny = 256,
    8 input_file = "/home/matthias/palm/current_version/JOBS/ER_Platz/INPUT/ER_Platz_static",
    9 path_to_expo_files = "/home/matthias//UNI/MOSAIK/UV/test/Expo_input_txts/"
     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)
     6
     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"
    1012
    1113 /
Note: See TracChangeset for help on using the changeset viewer.