Changes between Version 62 and Version 63 of doc/app/maskedoutput
- Timestamp:
- Sep 29, 2010 1:24:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/maskedoutput
v62 v63 24 24 The time intervals of the output times for each mask are determined with dt_domask. Individual time interval for output of temporally averaged data can be assigned using the parameter [../d3par#dt_data_output_av dt_data_output_av]. The length of the averaging interval is controlled with [../d3par#averaging_interval averaging_interval]. No particular parameters are existent for steering the time averaged output of each separate mask. 25 25 \\\\\\ 26 So far 20different masks can be defined. Each mask is output to one local file:26 An umlimited amount of different masks can be defined. Each mask is output to one local file: 27 27 Instantaneous data of '''mask 1''' are output to file [../iofiles#DATA_MASK_01_NETCDF DATA_MASK_01_NETCDF], time averaged data to file 28 28 [../iofiles#DATA_MASK_01_AV_NETCDF DATA_MASK_01_AV_NETCDF].\\ … … 32 32 [../iofiles#DATA_MASK_02_AV_NETCDF DATA_MASK_03_AV_NETCDF].\\ 33 33 ...\\ 34 Instantaneous data of '''mask 20''' are output to file [../iofiles#DATA_MASK_20_NETCDF DATA_MASK_20_NETCDF], time averaged data to file 35 [../iofiles#DATA_MASK_20_AV_NETCDF DATA_MASK_20_AV_NETCDF]. 36 \\ 34 By default 50 different masks can be assigned. The amount of masks is steered with '''max_masks''' (=50 by default), which can only be changed in {{{modules.f90}}}. If more than 50 masks are desired, '''max_masks''' has to be changed to the corresponding value. 35 \\\\ 37 36 == Further assignments == 38 37 Besides assigning the parameters listed [#list above], the required output files have to be comment out in the '''mrun'''-[../configexample configuration file]: … … 48 47 #DATA_MASK_03_AV_NETCDF out:loc ma#:maf $output_data _m03_av nc 49 48 ... 50 #DATA_MASK_20_NETCDF out:loc ma#:maf $output_data _m20 nc51 #DATA_MASK_20_AV_NETCDF out:loc ma#:maf $output_data _m20_av nc52 49 }}} 53 Here output of '''masks 1''' and '''2''' is done. '''Masks 3''' to '''20'''will not be output even if the parameters are assigned.\\\\\\50 Here output of '''masks 1''' and '''2''' is done. '''Masks 3''' will not be output even if the parameters are assigned.\\\\\\ 54 51 Within the '''mrun''' call ''ma#'' has to be added to the '''mrun'''-option -r: 55 52 {{{