Changes between Version 159 and Version 160 of doc/app/runtime_parameters
- Timestamp:
- Sep 16, 2010 8:02:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/runtime_parameters
v159 v160 164 164 '''data_output_masks(1,:)''' = '' 'u', 'v', 'u_av', 'v_av' ''\\ 165 165 '''data_output_masks(2,:)''' = '' 'w', 'w_av' ''\\ 166 '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\ 166 '''data_output_masks(3,:)''' = '' 'pt', 'u', 'v', 'w' ''\\\\ 167 167 This example will create the following output:\\ 168 168 '''Location 1''': Instantaneous data of u- and v-velocity component (by default on file DATA_MAKS_01_NETCDF) and temporally averaged data of u- and v-velocity … … 174 174 The time interval of the output times is determined via dt_domask.\\ 175 175 Individual time interval for output of temporally averaged data can be assigned using parameter [#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval].\\\\ 176 The parameter [#skip_time_domask |skip_time_domask] can be used to shift data output activities for a given time interval.176 The parameter [#skip_time_domask skip_time_domask] can be used to shift data output activities for a given time interval. 177 177 }}} 178 178 |----------------