Changes between Version 27 and Version 28 of doc/app/runtime_parameters
- Timestamp:
- Sep 13, 2010 2:17:30 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v27 v28 53 53 PALM allows the output of instantaneous data as well as of temporally averaged data which is steered by the strings assigned to this parameter (see below).\\\\ 54 54 By default, cross section data are output (depending on the selected cross sections(s), see below) to local files [[DATA_2D_XY_NETCDF]], [[DATA_2D_XZ_NETCDF]] and/or [[DATA_2D_YZ_NETCDF]]. Volume data are output to file [[DATA_3D_NETCDF]]. If the user has switched on the output of temporally averaged data, these are written seperately to local files [[DATA_2D_XY_AV_NETCDF]], [[DATA_2D_XZ_AV_NETCDF]], [[DATA_2D_YZ_AV_NETCDF]], and [[DATA_3D_AV_NETCDF]], respectively.\\\\ 55 The filenames already suggest that all files have NetCDF format. Informations about the file content (kind of quantities, array dimensions and grid coordinates) are part of the self describing NetCDF format and can be extracted from the NetCDF files using the command "ncdump -c <filename>". ''See chapter 4.5.1 about processing the PALM NetCDF data.[../iofiles]'' 55 The filenames already suggest that all files have netCDF format. Informations about the file content (kind of quantities, array dimensions and grid coordinates) are part of the self describing netCDF format and can be extracted from the netCDF files using the command "ncdump -c <filename>". See ''[[../iofiles|netCDF data]]'' about processing the PALM netCDF data.\\\\ 56 The following quantities are available for output by default (quantity names ending with '*' are only allowed for the output of horizontal cross sections 57 <insert explanation> 58 ||='''quantity name''' =||='''meaning''' =||='''unit''' =||='''remarks''' =|| 59 ||e ||SGS || m^2^/s^2^ || 60 ||lwp* ||liquid water path ||m ||only horizontal cross section is allowed, [[requires cloud_physics]] = ''.T.'' || 61 <insert explanation> 56 62 57 63 }}}