Changes between Version 35 and Version 36 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 13, 2010 2:59:43 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v35 v36  
    9090The user is allowed to extend the above list of quantities by defining his own output quantities (see the user-parameter [[../userpar#data_output_user|data_output_user]]).\\\\
    9191The time interval of the output times is determined via [[dt_data_output]]. This is valid for all types of output quantities by default. Individual time intervals for instantaneous(!) 3d and section data can be declared using [[dt_do3d]], [[dt_do2d_xy]], [[dt_do2d_xz]], and [[dt_do2d_yz]].\\\\
    92 Also, an individual time interval for output of temporally averaged data can be assigned using parameter dt_data_output_av. This applies to both 3d volume and cross section data. The length of the averaging interval is controlled via parameter [#averaging_interval].\\\\
     92Also, an individual time interval for output of temporally averaged data can be assigned using parameter [dt_data_output_av]. This applies to both 3d volume and cross section data. The length of the averaging interval is controlled via parameter [#averaging_interval averaging_interval].\\\\
     93The parameter [[skip_time_data_output]] can be used to shift data output activities for a given time interval. Individual intervals can be set using [[skip_time_do3d]], [[skip_time_do2d_xy]], [[skip_time_do2d_xz]], [[skip_time_do2d_yz]], and [[skip_time_data_output_av]].\\\\
     94With the parameter [[nz_do3d]]  the output can be limited in the vertical direction up to a certain grid point.\\\\
     95Cross sections extend through the total model domain. In the two horizontal directions all grid points with 0 <= i <= [[nx]]+1 and 0 <= j <= [[ny]]+1 are output so that in case of cyclic boundary conditions the complete total domain is represented. The location(s) of the cross sections can be defined with parameters [[section_xy]], [[section_xz]], and [[section_yz]]. Assigning '''section_..''' = ''-1'' causes the output data to be averaged along the direction normal to the respective section.\\\\
     96'''Output of user defined quantities:'''\\\\
     97Beside the standard quantities from the above list, the user can output any other quantities. These have to be defined and calculated within the user-defined code (see [[LINK]]). They can be selected for output with the user-parameter [[../userpar#data_output_user|data_output_user]] for which the same rules apply as for '''data_output'''. Output of the user defined quantities (time interval, averaging, selection of cross sections, etc.) is controlled with the parameters listed above and data are written to the same file(s) as the standard quantities.\\\\
     98'''Output on parallel machines:'''\\\\
    9399}}}
    94100|----------------