Version 81 (modified by boeske, 11 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 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 build off 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 mrun 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 mrun 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 mrun-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. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
30 |
PLOT3D_DATA | O | Binary |
This file contains the data of the three-dimensional arrays (see data_output) written by the model in a format readable for the visualization software AVS. Beyond that AVS needs coordinate information, which are output into the local file PLOT3D_COOR, as well as the local files PLOT3D_FLD and PLOT3D_FLD_COOR, which describe the structure of the files PLOT3D_DATA and PLOT3D_COOR in the so-called AVS-FLD-format. Due to the fact that AVS expects these information in only one (so-called FLD -) file, the content of the file PLOT3D_FLD_COOR must be appended to the file PLOT3D_FLD by the user after the end of the model run (e.g. with an appropriate OUTPUT - command in the mrun-configuration file: "cat PLOT3D_FLD_COOR >> PLOT3D_FLD"). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
31 | PLOT3D_COOR | O | Binary |
Coordinate information concerning the three-dimensional arrays (see PLOT3D_DATA) needed by the visualization software AVS. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
32 | PLOT3D_FLD | O |
ASCII/ |
AVS-Fld-file describing the three-dimensional array data, saved by the model into the local file PLOT3D_DATA, needed by the visualization software AVS. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33 | PLOT3D_FLD_COOR | O |
ASCII/ |
File for the description of the coordinate information output by the model into the local file PLOT3D_COOR, which is needed for the visualization of three-dimensional array data by visualization-software AVS. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80 |
PARTICLE_INFOS/ | O | ASCII | This file is created in case of particle transport (see the particles package). It contains statistical informations about the number of particles used and about the number of particles exchanged between each single PE. These informations are 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). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 informations (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.
Example: # Data obtained from COSMO # time shf qsws pt_surface q_surface surface_pressure # (s) (K m/s) (m/s kg/kg) (K) (kg/kg) (hPa) 0.00 -0.02953 0.000003365 281.0424 0.006624 1010.7562 10800.00 -0.02741 0.000000607 279.3969 0.006183 1010.3909 21600.00 -0.03095 -0.000000656 280.8543 0.006454 1010.8400 . . . . . . . . . . . . . . . . . . # zu (m) ug (m/s) vg (m/s) w_subs (m/s) td_lsa_lpt (K/s) td_lsa_q (kg/kgs) td_sub_lpt (K/s) td_sub_q(kg/kgs) # 0.00 9.8906 6.441715 -2.099266 -0.008704 0.0000693241 -0.0000000147 0.0000000 0.0000000000 35.3366 6.441715 -2.099266 -0.013360 0.0001180980 -0.0000000229 0.0003111 -0.0000000483 72.2661 5.678916 -1.755013 -0.018756 0.0001567394 -0.0000000305 0.0003786 -0.0000000559 121.0410 5.037062 -1.487232 -0.021603 0.0001484921 -0.0000000326 0.0003169 -0.0000000346 181.9751 4.667458 -1.339214 -0.021536 0.0001008381 -0.0000000159 0.0001893 -0.0000000021 255.4211 4.731476 -1.435774 -0.020790 0.0000102011 0.0000000073 0.0001088 0.0000000059 . . . . . . . . . . . . . . . . . . . . . . . . 6198.2264 11.618130 -1.892858 0.029629 -0.0000169449 -0.0000000101 -0.0001136 0.0000000071 6675.3837 12.029495 -2.657277 0.039843 0.0001625069 -0.0000000335 -0.0001442 0.0000000069 . . . . . . . . . . . . . . . . . . . . . . . . # 10800.00 9.8817 5.836480 1.158923 -0.009105 0.0001449157 -0.0000000023 0.0000000 0.0000000000 35.3367 5.836480 1.158923 -0.012195 0.0002184804 -0.0000000068 0.0003015 0.0000000009 72.2849 5.364954 1.316924 -0.015417 0.0002766681 -0.0000000094 0.0003547 -0.0000000101 121.0912 4.954470 1.329285 -0.016791 0.0003039821 -0.0000000075 0.0003195 -0.0000000183 182.0743 4.912201 1.173969 -0.016310 0.0002466171 -0.0000000065 0.0002286 -0.0000000217 255.5636 5.034163 0.855334 -0.013272 0.0001094706 -0.0000000097 0.0001245 -0.0000000177 . . . . . . . . . . . . . . . . . . . . . . . . 6198.1674 10.311617 -1.928234 0.033672 0.0001719507 -0.0000000277 -0.0001618 0.0000000109 6675.1031 10.844920 -3.064031 0.040428 0.0000447591 0.0000000440 -0.0001186 -0.0000000023 . . . . . . . . . . . . . . . . . . . . . . . .
The height information does not have to match PALM's grid. A linear, vertical interpolation to the zu-grid of PALM is conducted in init_ls_forcing. A linear, temporal interpolation of the surface and profile data is conducted in the subroutines ls_forcing_surf, ls_forcing_vert and ls_advec. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | NUDGING_DATA | I | ASCII |
The file contains column-separated profiles of the prognostic variable u, v, w, pt, 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.
Example: # Data obtained from COSMO # z (m) tnudge (s) u (m/s) v (m/s) w (m/s) pt (K) q (kg/kg) # 0.00 9.8844 21600.0 2.2118 0.1688 0.000 286.3325 0.005271 35.2711 21600.0 2.4369 0.2226 0.000 286.0304 0.005201 72.1238 21600.0 2.5549 0.2719 0.000 285.8892 0.005164 120.7819 21600.0 2.6379 0.3241 0.000 285.8019 0.005136 181.6059 21600.0 2.7060 0.3851 0.000 285.7365 0.005109 254.9213 21600.0 2.7650 0.4584 0.000 285.6823 0.005080 . . . . . . . . . . . . . . . . . . . . . 6194.9898 21600.0 -9.6495 0.3877 0.000 311.6852 0.000103 6671.3776 21600.0 -12.5609 1.7406 0.000 312.6170 0.000107 . . . . . . . . . . . . . . . . . . . . . # 10800.00 9.8859 21600.0 3.0259 -1.1333 0.000 289.7468 0.005160 35.2744 21600.0 3.3745 -1.2195 0.000 289.3092 0.005070 72.1311 21600.0 3.5435 -1.2326 0.000 289.0995 0.005022 120.8095 21600.0 3.6502 -1.2147 0.000 288.9696 0.004989 181.6530 21600.0 3.7260 -1.1731 0.000 288.8749 0.004960 254.9995 21600.0 3.7789 -1.1068 0.000 288.7994 0.004932 . . . . . . . . . . . . . . . . . . . . . 6194.6294 21600.0 -9.6936 4.9989 0.000 311.7915 0.000099 6670.9940 21600.0 -11.2617 4.8598 0.000 312.6782 0.000146 . . . . . . . . . . . . . . . . . . . . .
The height information does not have to match PALM's grid. A linear, vertical interpolation to the zu-grid of PALM is conducted in init_nudge. A linear, temporal interpolation of the profile data is conducted in the subroutine nudge. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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/. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 timeseries (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 timeseries 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). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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