Changes between Version 13 and Version 14 of doc/app/maskedoutput


Ignore:
Timestamp:
Sep 16, 2010 11:44:07 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/maskedoutput

    v13 v14  
    22=== General ===
    33From release 3.7a (r483) output of masked data is implemented in PALM. This feature allows to output quantities at different mask locations and can already use netCDF4 file format.\\
    4 Default quantities (instantaneous and time averaged) are available and can be declared with the parameter [../d3par#data_output_masks data_output_masks], user-defined quantities can be output with [../userpar#data_output_masks_user data_output_masks_user].\\\\ 
    5 Different [../d3par runtime parameters] defines the masks and steers the output:
     4Default quantities (instantaneous and time averaged) are available and can be declared with the parameter [../d3par#data_output_masks data_output_masks], user-defined quantities can be output with [../userpar#data_output_masks_user data_output_masks_user].\\\\
     5=== Output steering ===
     6Different [../d3par runtime parameters] defines the masks and steers the output of the quantities assigned with [../d3par#data_output_masks data_output_masks] and/or [../userpar#data_output_masks_user data_output_masks_user]:
    67   [../d3par#dt_domask dt_domask]\\
    78   [../d3par#mask_scale_x mask_scale_x]\\
     
    3435#DATA_MASK_20_AV_NETCDF    out:loc      ma#:maf         $output_data      _m20_av  nc
    3536}}}
    36 Here output of masks 1 and 2 is done. Masks 3 to 20 will not be output even if the parameters are assigned.\\
    37 Within the mrun call ''_ma'' has to be added to the option -r:
     37Here output of masks 1 and 2 is done. Masks 3 to 20 will not be output even if the parameters are assigned.\\\\
     38Within the '''mrun''' call ''ma#'' has to be added to the '''mrun'''-option -r:
    3839{{{
    3940mrun -d example_cbl -h... -r "d3# ma#"
    4041}}}
    41 
     42\\
    4243=== Examples ===