Changes between Version 78 and Version 79 of doc/app/iofiles
- Timestamp:
- Apr 23, 2014 12:21:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles
v78 v79 793 793 }}} 794 794 {{{#!td 795 The file contains column-separated surface variables shf, qsws, pt_surface, q_surface, surface_pressure and profiles of ug, vg and w_subsat different time steps. The data is usually provided by measurements or larger scale models.\\\\795 The file contains column-separated surface variables shf, qsws, pt_surface, q_surface, surface_pressure and profiles of ug, vg, w_subs, lpt_lsa, q_lsa (large scale advection tendencies), lpt_subs and q_subs (large scale subsidence tendencies) at different time steps. The data is usually provided by measurements or larger scale models.\\\\ 796 796 In case of [../inipar#large_scale_forcing large_scale_forcing] = ''.T.'' the subroutine [source:palm/trunk/SOURCE/ls_forcing.f90 init_ls_forcing] which is called in [source:palm/trunk/SOURCE/palm.f90 palm] reads the surface and profile information in a free floating point format. The hash character (#) is used as a special steering character. The data in the file has to be organized in the following way:\\ 797 797 * The file has to begin with '''exactly''' three lines beginning with a # where for example header information can be stored. … … 799 799 * At least one blank line after the surface data must follow to indicate the end of the surface data. 800 800 * A line beginning with ''# time'' indicates the beginning of a profile data set at time step ''time''. 801 * Profile data following ''# time'' has to be column separated and in the following sequence: height information z, ug, vg, w_subs \\801 * Profile data following ''# time'' has to be column separated and in the following sequence: height information z, ug, vg, w_subs, lpt_lsa, q_lsa, lpt_subs, q_subs\\ 802 802 Example:\\ 803 803 {{{