Changes between Version 13 and Version 14 of doc/app/maskedoutput
- Timestamp:
- Sep 16, 2010 11:44:07 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/maskedoutput
v13 v14 2 2 === General === 3 3 From 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: 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 === Output steering === 6 Different [../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]: 6 7 [../d3par#dt_domask dt_domask]\\ 7 8 [../d3par#mask_scale_x mask_scale_x]\\ … … 34 35 #DATA_MASK_20_AV_NETCDF out:loc ma#:maf $output_data _m20_av nc 35 36 }}} 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 theoption -r:37 Here output of masks 1 and 2 is done. Masks 3 to 20 will not be output even if the parameters are assigned.\\\\ 38 Within the '''mrun''' call ''ma#'' has to be added to the '''mrun'''-option -r: 38 39 {{{ 39 40 mrun -d example_cbl -h... -r "d3# ma#" 40 41 }}} 41 42 \\ 42 43 === Examples ===