Version 129 (modified by suehring, 3 years ago) (diff) |
---|
Input and output files
The model works with a set of files, which are all located in the temporary working directory and which are either expected at the beginning of the run (the so-called input files) or which are produced during the run and/or at the end of the simulation (output files). The following table lists all default files addressed by the model. They are arranged according to the associated FORTRAN unit (unit number). The unit 90 is used for different files, which are opened only briefly and uniquely in the model and closed directly afterwards. Unit numbers 101 - 109, 111 - 113, 116, 118 and 121-160 refer to data files which have netCDF format. These are not opened by a FORTRAN-OPEN-statement but by a corresponding netCDF call (NF90_CREATE or NF90_OPEN). These files are only created on machines where a netCDF library is available.
The file names described in the list correspond to the names indicated in the respective OPEN instruction, i.e. the files are expected and saved under these names in the temporary working directory of the model. By default, file names are always written in capital letters. The third column indicates whether it is an input or output file (I and/or O). The netCDF files can be both input and output files (I/O). If restart jobs shall append data to an existing netCDF file (created by a previous job of the job chain), the respective file has to be given as an input file (see more details about the PALM-netCDF-output).
On parallel computers, many of the files are read and/or written by the central processing element 0 (PE0) only. These files have processor-independent content (and therefore they can be read or written by other PEs just as well). However, certain files have processor-dependent content. For the binary output of data for restart runs (local file BINOUT), for example, each PE outputs only the data of its subdomain. So each processing element writes into its own file with its own file name. These files lie in a subdirectory of the temporary working directory. Their names are built from the underline ("_") and the four digit processor ID. The data written for restart runs would be e.g. on the files BINOUT/_0000 (PE0), BINOUT/_0001 (PE1), BINOUT/_0002 (PE2) etc. Such files, which have processor-dependent content on parallel computers, are marked in the following list by the fact, that to the file name a line ("/") is attached. If appropriate output files are to be copied through palmrun to permanent files, and/or files with processor-dependent content are supposed to be copied as input files into the temporary working directory of the model, you have to indicate a special file attribute in the appropriate file connection statement (see arpe?, flpe? in the palmrun description). Then the permanent file name will be interpreted as a directory name, in which the input files are expected and/or to which output files are written. The file names in these directories are always named _0000, _0001, _0002 etc.
For internal use, the model may open a set of further files, which are not defined by the user but contain no usable information and therefore are not included in this list.
Depending on the configuration of the underlying file-system (e.g. Lustre) and the capacity of the I/O-hardware, simultaneous output to a larger number of files, i.e. if a larger number of PEs is used (>1000), may lead to severe problems as job aborts or even to a complete crash of the whole system. In order to circumvent this problem, the maximum number of parallel I/O streams (i.e. the number of files which are simultaneously written), can be limited by using the palmrun-option -w <max # of streams>, where <max # of streams> should be smaller or equal 256 (on the SGI-ICE of HLRN-II). The (parallel) output is then done in a sequential order for blocks of 256 PEs.
In case of coupled atmosphere-ocean runs, both the atmosphere and the ocean executable use the same temporary working directory. However, each executable requires its own, unique set of files for I/O. In order to distinguish between atmosphere and ocean files, coupled atmosphere-ocean runs use the following filename convention. The atmosphere executable uses the set of normal filenames given in the table below. The ocean executable uses a set of modified filenames that have the string '_O' added to their normal name. The coupled ocean filenames are given in brackets in the table below where applicable. The string '_O' is simply appended to most filenames; exceptions are highlighted in bold face. (Note: uncoupled ocean runs use the normal set of filenames without '_O'.)
Unit | Name | I/O | Format | Explanation / File content | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11 |
PARIN | I |
ASCII/ | Parameter for model steering. This file is needed by the model in each case. A simple example shows a parameter set for the CBL. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 |
BININ/ | I | Binary |
Binary data, which are read in by the model at the beginning of a restart run. The appropriate file must have been written by the preceding job of the job chain (see BINOUT). This file contains the initial parameters of the job chain, arrays of the prognostic and diagnostic variables as well as those parameters and variables for plots of horizontally averaged vertical profiles (see data_output_pr), which have been determined by the job chain so far. Concerning runs on several processors it has to be noted that each processing element reads its own file and the file content is processor-dependent. The number of processors which can be used must not be changed during a job chain and/or if a job chain is continued. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
14 |
BINOUT/ | O | Binary |
Binary data, which are written by the model at the end of the run and possibly needed by restart runs for the initialization. This output file is then read in as file BININ. It contains the initial parameters of the model run, arrays of the prognostic and diagnostic variables as well as those parameters determined so far during a job chain and variables for plots of horizontally averaged vertical profiles (see data_output_pr). With runs on several processors it has to be noted that each processing element writes its own file and the file content is processor-dependent. A specification of the file format can be found in the description of the file BININ. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
15 |
RUN_CONTROL | O | ASCII |
This file contains the so-called time step control output of the model. At certain temporal intervals, which are described by the run parameter dt_run_control, a line with the values of certain control parameters is written into this file. Additionally, such a control line is always written, whenever the time step of the model changes. All data and quantities always refer to the entire model domain.
The individual columns of the 3D - time step control output have the following meaning (listed by the respective heading of the appropriate column in the file):
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
16 |
LIST_PROFIL | O | ASCII |
This file contains horizontally (and possibly temporally) averaged vertical profiles of some model variables. The quantities saved are set model-internally and can not be determined by the user. At each output time (see dt_dopr_listing) two tables are written to the file consecutively. The first contains variables which are defined on the scalar / u-v-grid-levels, the second table contains variables which are defined on the w-grid-levels. If subdomains were defined with the initialization parameter statistic_regions for additional statistic evaluation, then the tables described above are written for each individual subdomain. The name of the respective subdomain (see region) appears in the header of the respective table.
On the w-level the following columns are written:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
17 |
LIST_PROFIL_1D | O | ASCII |
This file contains the vertical profiles calculated by the 1D-model within initial runs. The quantities saved are set model-internally and cannot be determined by the user. At the respective output times (see dt_pr_1d) a table with the following information is written to the file: The table header contains some basic information of the respective run (model version, run identifier consisting of basic file name and number of the job in the job chain (this number should always be 00, because the 1D-model is only switched on at initial runs), executing computer, date, time of the beginning of the run, output time). Afterwards, the following columns appear:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
18 |
CPU_MEASURES | O | ASCII |
Time measurements are accomplished through the subroutine cpu_log.f90. The file CPU_MEASURES contains a header with some basic information of the respective run (model version, run identifier consisting of basic file name and number of the job in the job chain, executing computer, date, time of the beginning of the run) and afterwards two tables with data of CPU times which have been consumed by certain model parts. The model parts analyzed in the first table do not overlap and the CPU times needed for them therefore approximately add up to the “total” value given in the first line of this table. In the second table (heading: special measures) overlaps (in particular with the parts described in the first table) are possible. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
19 |
HEADER | O | ASCII |
Information about the selected model parameters (physical and numerical values) as well as general information about the run. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
21 |
PLOT2D_XY | O | Binary |
This file contains data of the two-dimensional horizontal cross sections written by the model (see data_output). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
22 |
PLOT2D_XZ | O | Binary |
This file contains the data of the xz cross sections written by the model. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23 |
PLOT2D_YZ | O | Binary |
This file contains the data of the yz cross sections written by the model. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
24 | STG_PROFILES | I | ASCII | This file contains column-separated vertical profiles needed as input for the synthetic turbulence generator. The first line consists of a header which is ignored by PALM. The profiles contained in the file are:
See STG_PROFILES for an example input file. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 | SURFACE_DATA_BIN | = | Binary | These files contain unstructured surface output data at pre-defined output timesteps. These data need to be further processed in order to convert into Paraview-readable ASCII files. A suitable tool to do this will be provided soon. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 | SURFACE_DATA_AV_BIN | = | Binary | These files contain unstructured surface output data (time-averaged) at pre-defined output timesteps. These data need to be further processed in order to convert into Paraview-readable ASCII files. A suitable tool to do this will be provided soon. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
30 |
PLOT3D_DATA | O | Binary |
This file contains the data of the three-dimensional arrays (see data_output) in netCDF format. The specific netCDF format (e.g. classic, 64-bit offset, netcdf4, etc.) depends on the setting of d3par-parameter netcdf_data_format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80 |
PARTICLE_INFOS/ | O | ASCII | This file is created in case of particle transport (see the particles package). It contains statistical information about the number of particles used and about the number of particles exchanged between each single PE. This information is output after every timestep if switched on by parameter write_particle_statistics. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
85 |
PARTICLE_DATA/ | O | Binary |
This file is created if particle transport is switched on (see the particles package) and contains all particle data for one or several output times (see dt_write_particle_data). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SPINOUT/ | O | Binary | Binary data for storing spinup surface data. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SPININ/ | I | Binary | Binary data for storing spinup surface data. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
88 |
SVFIN/ | I | Binary | Binary data for storing surface view factors needed by the RTM. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
89 |
SVFOUT/ | I | Binary | Binary data for storing surface view factors needed by the RTM. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 |
PARTICLE_RESTART | I | Binary |
Binary data, which are read in by the model at the beginning of a restart run). The appropriate file must have been written by the preceding job of the job chain (see PARTICLE_RESTART_DATA_OUT). This file is needed if particle transport is switched on (see the particles package) and contains all particle information (particle positions, velocities, etc.) from the end of the preceding run. Concerning runs on several processors it has to be noted that each processing element reads its own file and that the file content is processor-dependent. The number of processors which can be used must not be changed during a job chain and/or if a job chain is continued. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 |
PARTICLE_RESTART | O | Binary | Binary data, which are output at the end of the run and possibly needed by restart runs) for the initialization. This output file is then read as file PARTICLE_RESTART_DATA_IN. The file is only written if particle transport is switched on (see the particles package). For a more detailed description of the file structure see PARTICLE_RESTART_DATA_IN. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | LSF_DATA | I | ASCII |
The file contains column-separated surface variables shf, qsws, pt_surface, q_surface, surface_pressure and profiles of ug, vg, w_subs, td_lsa_lpt, td_lsa_q (large scale advection tendencies), td_sub_lpt, td_sub_q (large scale subsidence tendencies) at different time steps. The data is usually provided by measurements or larger scale models.
A sketch of the layout of LSF_DATA is attached. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | NUDGING_DATA | I | ASCII |
The file contains column-separated profiles of the prognostic variable u, v, w, lpt, q originating from measurements or larger scale models which are to be used for nudging. Additionally, height information and the nudging time scale tnudge have to be provided.
A sketch of the layout of NUDGING_DATA is attached. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | TOPOGRAPHY_DATA | I | ASCII |
Two-dimensional rastered topography height information (in m above ground).
Layout sketch: N (0,ny) (1,ny) (2,ny) ... (nx,ny) top of file (0,ny-1) (1,ny-1) (2,ny-1) ... (nx,ny-1) W (0,ny-2) (1,ny-2) (2,ny-2) ... (nx,ny-2) E : : (0,0) (1,0) (2,0) ... (nx,0) bottom of file S
Example for a 50m tall building surrounded by a 12.5m tall podium on flat ground: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 0 0 0 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 50 50 50 50 50 50 12.5 12.5 0 0 0 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 0 0 0 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 12.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
These data must exactly match the horizontal grid. Due to the staggered grid, the topography may be displaced by -0.5 dx in x-direction and -0.5 dy in y-direction depending on the parameter topography_grid_convention. See also the example in trunk/EXAMPLES/topo_file/. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PIDS_STATIC | I | netCDF | Static input file following PALM-input-data-standard. The static input file contains all static information, such as topography, geographical latitude and longitude, surface property and vegetation information. More detailed information on individual input variables is provided here. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PIDS_DYNAMIC | I | netCDF | Dynamic input file following PALM-input-data-standard. The dynamic input file contains dynamic information on the initial state of the atmosphere or time-dependent boundary conditions. More detailed information on individual input variables is provided here. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PIDS_RAD | I | netCDF | Radiation input file following PALM-input-data-standard. The radiation input file contains static and dynamic information on radiation properties such as trace gas profiles or sky-view factors. More detailed information on individual input variables is provided here. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PIDS_CHEM | I | netCDF | Chemistry input file following PALM-input-data-standard. The radiation input file contains static and dynamic information on chemical species and emissions. More detailed information on individual input variables is provided here. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
PIDS_VM | I | netCDF | Input file to setup virtual measurement locataions. The input file contains the coordiate information of a measurment, its type, the sampled variables, as well as further attributes. The radiation input file contains static and dynamic information on chemical species and emissions. More detailed information on individual input variables is provided here. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | WTM_DATA | I | ASCII | This file includes input data for the wind turbine model. The tabulated data is from the publicly available NREL 5 MW reference turbine (see Jonkman et al. 2009: Technical Report NREL/TP-500-38060, doi:10.2172/947422). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
101 |
DATA_2D_XY_NETCDF | I/O |
Binary/ |
This file contains data of the two-dimensional horizontal cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
102 |
DATA_2D_XZ_NETCDF | I/O |
Binary/ |
This file contains data of the two-dimensional vertical (xz) cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
103 |
DATA_2D_YZ_NETCDF | I/O |
Binary/ |
This file contains data of the two-dimensional vertical (yz) cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
104 |
DATA_1D_PR_NETCDF | I/O |
Binary/ |
This file contains data of the horizontally averaged vertical profiles (see data_output_pr) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
105 |
DATA_1D_TS_NETCDF | I/O |
Binary/ |
This file contains data of the time series (see dt_dots) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
106 |
DATA_3D_NETCDF | I/O |
Binary/ |
This file contains data of the 3d-volume data (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
107 |
DATA_1D_SP_NETCDF | I/O |
Binary/ |
This file contains data of the horizontal spectra (see data_output_sp) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
108 |
DATA_PRT_NETCDF/ | I/O |
Binary/ |
This file contains data of the particle data (see dt_prel) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
109 |
DATA_1D_PTS_NETCDF | I/O |
Binary/ |
This file contains data of the time series of particle quantities (see dt_prel) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). For a list of available output quantities see dt_dopts. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
111 |
DATA_2D_XY_AV_NETCDF | I/O |
Binary/ |
This file contains data of the temporally averaged two-dimensional horizontal cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
112 |
DATA_2D_XZ_AV_NETCDF | I/O |
Binary/ |
This file contains data of the temporally averaged two-dimensional vertical (xz) cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
113 |
DATA_2D_YZ_AV_NETCDF | I/O |
Binary/ |
This file contains data of the temporally averaged two-dimensional vertical (yz) cross sections (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
116 |
DATA_3D_AV_NETCDF | I/O |
Binary/ |
This file contains data of the temporally averaged 3d-volume data (see data_output) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
118 | DATA_AGT_NETCDF | O | NetCDF |
This file contains all output data from the Multi Agent System (MAS) in NetCDF format.
Very important: Due to agent data structure, agents may not always be sorted in the same succession. E.g. ag_id( time=i, agent_number= j) is not guaranteed to be the same as ag_id( time=i+1, agent_number= j). Thus, if individual agent data is needed, sorting by ag_id in postprocessing is required. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
119 | NAVIGATION_DATA | I | Binary |
This file contains the navigation data from the Agent Preprocessing Tool in Fortran binary format. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
199 | DATA_1D_FL_NETCDF | I/O |
Binary/ |
This file contains data of the space-time series obtained from virtual flight measurements (see virtual_flight_parameters) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
201 |
DATA_MASK_01_NETCDF | I/O |
Binary/ |
This file contains the masked data of location 1 (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
202 |
DATA_MASK_02_NETCDF | I/O |
Binary/ |
This file contains the masked data of location 2 (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... | ... | I/O |
Binary/ |
This file contains the masked data of location ... (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
201 + 2 * max_masks (max_masks=50 by default) |
DATA_MASK_01_AV_NETCDF | I/O |
Binary/ |
This file contains the temporally averaged masked data of location 1 (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
202 + 2 * max_masks (max_masks=50 by default) |
DATA_MASK_02_AV_NETCDF | I/O |
Binary/ |
This file contains the temporally averaged masked data of location 2 (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... | ... | I/O |
Binary/ |
This file contains the temporally averaged masked data of location ... (see data_output_masks) in netCDF format. The data in this file can be visualized by any graphic software which provides a netCDF interface (e.g. NCL, ferret or ncview). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
401 | TURBINE_PARAMETERS01 | O | ASCII |
This file contains control data for the first wind turbine for every model time step:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
402 | TURBINE_PARAMETERS02 | O | ASCII | This file contains control data for the second wind turbine for every model time step | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... | ... | O | ASCII | This file contains control data for the ... wind turbine for every model time step | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attachments (3)
-
LSF_DATA
(4.1 KB) -
added by heinze 11 years ago.
LSF_DATA
-
NUDGING_DATA
(2.3 KB) -
added by heinze 11 years ago.
NUDGING_DATA
-
STG_PROFILES
(12.6 KB) -
added by gronemeier 7 years ago.
Example input file containing vertical profiles for synthetic turbulence generator
Download all attachments as: .zip