Changes between Version 112 and Version 113 of doc/app/iofiles


Ignore:
Timestamp:
Jan 8, 2019 3:52:53 PM (6 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v112 v113  
    836836}}}
    837837{{{#!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.\\\\
     838The 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.\\\\
    839839In 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:\\
    840840* The file can begin with an arbitrary number of lines beginning with a # where for example header information can be stored.
    841841* 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.\\
    843843A sketch of the layout of [[attachment:NUDGING_DATA|NUDGING_DATA]] is attached.\\
    844844\\