Changes between Version 112 and Version 113 of doc/app/iofiles
- Timestamp:
- Jan 8, 2019 3:52:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles
v112 v113 836 836 }}} 837 837 {{{#!td 838 The file contains column-separated profiles of the prognostic variable u, v, w, pt, q originating from measurements or larger scale models which are to be used for nudging. Additionally, height information and the nudging time scale tnudge have to be provided.\\\\838 The file contains column-separated profiles of the prognostic variable u, v, w, lpt, q originating from measurements or larger scale models which are to be used for nudging. Additionally, height information and the nudging time scale tnudge have to be provided.\\\\ 839 839 In case of [../inipar#nudging nudging] = ''.T.'' the subroutine [source:palm/trunk/SOURCE/nudging.f90 init_nudge] which is called in [source:palm/trunk/SOURCE/palm.f90 palm] reads the 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:\\ 840 840 * The file can begin with an arbitrary number of lines beginning with a # where for example header information can be stored. 841 841 * A line beginning with ''# time'' indicates the beginning of a profile data set at time step ''time''. 842 * Profile data following ''# time'' has to be column separated and in the following sequence: height information z, nudging time scale tnudge, prognostic variables u, v, w, pt, q.\\842 * Profile data following ''# time'' has to be column separated and in the following sequence: height information z, nudging time scale tnudge, prognostic variables u, v, w, lpt, q.\\ 843 843 A sketch of the layout of [[attachment:NUDGING_DATA|NUDGING_DATA]] is attached.\\ 844 844 \\