Changes between Version 139 and Version 140 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 15, 2010 1:36:29 PM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v139 v140  
    125125Multiple values can be assigned to '''data_output_format''', i.e. if the user wants to have both the "old" data format as well as cross section data in netCDF format, then '''data_output_format''' = '' 'avs', 'netcdf' '' has to be assigned.\\\\
    126126'''Warning:''' There is no guarantee that the "old" formats will be available in future PALM versions (beyond 3.0)!
     127}}}
     128|----------------
     129{{{#!td style="vertical-align:top"
     130[=#data_output_mask '''data_output_mask''']
     131}}}
     132{{{#!td style="vertical-align:top"
     133C *10 (20,100)
     134}}}
     135{{{#!td style="vertical-align:top"
     13620*100 * ' '
     137}}}
     138{{{#!td
     139Quantities for which masked data are to be output.
    127140}}}
    128141|----------------
     
    351364|----------------
    352365{{{#!td style="vertical-align:top"
     366[=#dt_domask '''dt_domask''']
     367}}}
     368{{{#!td style="vertical-align:top"
     369R(20)
     370}}}
     371{{{#!td style="vertical-align:top"
     37220*9999999.9
     373}}}
     374{{{#!td
     375temporal interval at which instantaneous masked data shall be output (in s)
     376}}}
     377|----------------
     378{{{#!td style="vertical-align:top"
    353379[=#dt_dopr '''dt_dopr''']
    354380}}}
     
    531557|----------------
    532558{{{#!td style="vertical-align:top"
     559[=#mask_scale_x '''mask_scale_x''']
     560}}}
     561{{{#!td style="vertical-align:top"
     562R
     563}}}
     564{{{#!td style="vertical-align:top"
     5651.0
     566}}}
     567{{{#!td
     568scaling length for masked data output in x-direction
     569}}}
     570|----------------
     571{{{#!td style="vertical-align:top"
     572[=#mask_scale_y '''mask_scale_y''']
     573}}}
     574{{{#!td style="vertical-align:top"
     575R
     576}}}
     577{{{#!td style="vertical-align:top"
     5781.0
     579}}}
     580{{{#!td
     581scaling length for masked data output in y-direction
     582}}}
     583|----------------
     584{{{#!td style="vertical-align:top"
     585[=#mask_scale_z '''mask_scale_z''']
     586}}}
     587{{{#!td style="vertical-align:top"
     588R
     589}}}
     590{{{#!td style="vertical-align:top"
     5911.0
     592}}}
     593{{{#!td
     594scaling length for masked data output in z-direction
     595}}}
     596|----------------
     597{{{#!td style="vertical-align:top"
     598[=#mask_x '''mask_x''']
     599}}}
     600{{{#!td style="vertical-align:top"
     601R(20,100)
     602}}}
     603{{{#!td style="vertical-align:top"
     60420*100* -1.0
     605}}}
     606{{{#!td
     607all x-coordinates of mask locations (in m)
     608}}}
     609|----------------
     610{{{#!td style="vertical-align:top"
     611[=#mask_y '''mask_y''']
     612}}}
     613{{{#!td style="vertical-align:top"
     614R(20,100)
     615}}}
     616{{{#!td style="vertical-align:top"
     61720*100* -1.0
     618}}}
     619{{{#!td
     620all y-coordinates of mask locations (in m)
     621}}}
     622|----------------
     623{{{#!td style="vertical-align:top"
     624[=#mask_z '''mask_z''']
     625}}}
     626{{{#!td style="vertical-align:top"
     627R(20,100)
     628}}}
     629{{{#!td style="vertical-align:top"
     63020*100* -1.0
     631}}}
     632{{{#!td
     633all z-coordinates of mask locations (in m)
     634}}}
     635|----------------
     636{{{#!td style="vertical-align:top"
     637[=#mask_x_loop '''mask_x_loop''']
     638}}}
     639{{{#!td style="vertical-align:top"
     640R(20,3)
     641}}}
     642{{{#!td style="vertical-align:top"
     64320*(/-1.0,-1.0,0.0/)
     644}}}
     645{{{#!td
     646loop begin, end and stride for x-coordinates of
     647mask locations for masks (in multiples of mask scale).
     648The default results in output at every grid point along
     649the respective dimension, i.e. from 0 to nx.
     650Note: if mask_x is also specified,
     651mask_x_loop will be ignored!
     652}}}
     653|----------------
     654{{{#!td style="vertical-align:top"
     655[=#mask_y_loop '''mask_y_loop''']
     656}}}
     657{{{#!td style="vertical-align:top"
     658R(20,3)
     659}}}
     660{{{#!td style="vertical-align:top"
     66120*(/-1.0,-1.0,0.0/)
     662}}}
     663{{{#!td
     664loop begin, end and stride for y-coordinates of
     665mask locations for masks (in multiples of mask scale).
     666The default results in output at every grid point along
     667the respective dimension, i.e. from 0 to ny.
     668Note: if mask_y is also specified,
     669mask_y_loop will be ignored!
     670}}}
     671|----------------
     672{{{#!td style="vertical-align:top"
     673[=#mask_z_loop '''mask_z_loop''']
     674}}}
     675{{{#!td style="vertical-align:top"
     676R(20,3)
     677}}}
     678{{{#!td style="vertical-align:top"
     67920*(/-1.0,-1.0,0.0/)
     680}}}
     681{{{#!td
     682loop begin, end and stride for z-coordinates of
     683mask locations for masks (in multiples of mask scale).
     684The default results in output at every grid point along
     685the respective dimension, i.e. from 0 to nz.
     686Note: if mask_z is also specified,
     687mask_z_loop will be ignored!
     688}}}
     689|----------------
     690{{{#!td style="vertical-align:top"
    533691[=#netcdf_data_format '''netcdf_data_format''']
    534692}}}
     
    684842'''Example:'''\\
    685843If the user has set [#dt_data_output_av dt_data_output_av] = ''3600.0'' and '''skip_time_data_output_av''' = ''1800.0'', then the first output will be done at t = 5400 s.
     844}}}
     845|----------------
     846{{{#!td style="vertical-align:top"
     847[=#skip_time_domask '''skip_time_domask''']
     848}}}
     849{{{#!td style="vertical-align:top"
     850R(20)
     851}}}
     852{{{#!td style="vertical-align:top"
     85320*0.0
     854}}}
     855{{{#!td
     856no output of masked data
     857before this interval has passed (in s)
    686858}}}
    687859|----------------