Changes between Version 150 and Version 151 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 15, 2010 3:53:24 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v150 v151  
    138138}}}
    139139{{{#!td
    140 Quantities for which masked data are to be output.
     140Quantities for which masked data are to be output.\\\\
     141PALM allows the output of instantaneous data as well as of temporally averaged masked data which is steered by the strings assigned to this parameter (see below). Up to 20 different locations for masked data can be defined. Each location can output different quantities. The locations are steered with the parameters [#mask_x mask_x], [#mask_y mask_y], [#mask_z mask_z], [#mask_x_loop mask_x_loop], [#mask_y_loop mask_y_loop] and [#mask_z_loop mask_z_loop].\\\\
     142By default, masked data are output to local files [[../iofiles#DATA_MASK_01_NETCDF|DATA_MASK_01_NETCDF]], [[../iofiles#DATA_MASK_02_NETCDF|DATA_MASK_02_NETCDF]], [[../iofiles#DATA_MASK_20_NETCDF|DATA_MASK_20_NETCDF]]. The file's format is netCDF. Further details about processing netCDF data are given in chapter [[4.5.1]].\\\\
     143The following quantities are available for output by default:\\\\
     144||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =||='''Remarks''' =||
     145||e  ||SGS || m^2^/s^2^ || ||
     146||p ||perturpation pressure ||N/m^2^, Pa || ||
     147||pc ||particle/droplet concentration ||#/gridbox || ||
     148||pr ||mean particle/droplet radius ||m || ||
     149||pt ||potential temperature ||K || ||
     150||q ||specific humidity (or total water content, if cloud physics is switched on) ||kg/kg ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
     151||ql ||liquid water content ||kg/kg ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' or [[../inipar#cloud_droplets|cloud_droplets]] = ''.T.'' ||
     152||ql_c ||change in liquid water content due to condensation/evaporation during last timestep ||kg/kg ||requires [[../inipar#cloud_droplets|cloud_droplets]] = ''.T.'' ||
     153||ql_v ||volume of liquid water ||m^3^/gridbox ||requires [[../inipar#cloud_droplets|cloud_droplets]] = ''.T.'' ||
     154||ql_vp ||weighting factor || ||requires [[../inipar#cloud_droplets|cloud_droplets]] = ''.T.'' ||
     155||qv ||water vapor content (specific humidity) ||kg/kg ||requires [[../inipar#cloud_physics|cloud_physics]] = ''.T.'' ||
     156||rho ||potential density ||kg/m^3^ ||requires [[../inipar#ocean|ocean]] = ''.T.'' ||
     157||s ||concentration of the scalar ||1/m^3^ ||requires [[../inipar#passive_scalar|passive_scalar]] = ''.T.'' ||
     158||sa ||salinity ||psu ||requires [[../inipar#ocean|ocean]] = ''.T.'' ||
     159||u ||u-component of the velocity ||m/s || ||
     160||v ||v-component of the velocity ||m/s || ||
     161||vpt ||virtual potential temperature ||K ||requires [[../inipar#humidity|humidity]] = ''.T.'' ||
     162||w ||w-component of the velocity ||m/s || ||
    141163}}}
    142164|----------------