Changes between Version 73 and Version 74 of doc/app/iofiles


Ignore:
Timestamp:
Oct 31, 2013 2:09:34 PM (11 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v73 v74  
    793793}}}
    794794{{{#!td
    795 description follows
     795The file contains column-separated surface variables shf, qsws, pt_surface, q_surface, surface_pressure and profiles of ug, vg and w_subs at different time steps. The data is usually provided by measurements or larger scale models.\\\\
     796In case of [../inipar#large_scale_forcing large_scale_forcing] = ''.T.'' the subroutine {{{init_ls_forcing}}} which is called in {{{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* the file has to begin with '''exactly''' three lines beginning with a # where for example header information can be stored
     798* then surface data follow column separated in the following sequence: time, shf, qsws, pt_surface, q_surface, surface_pressure
     799* two blank lines after the surface data indicate that the profile data start
     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\\
     802Example:\\
     803{{{
     804# Data obtained from COSMO
     805#          time        shf           qsws  pt_surface  q_surface  surface_pressure
     806#           (s)    (K m/s)    (m/s kg/kg)         (K)    (kg/kg)             (hPa)
    796807}}}
     808}}}
    797809|----------------
    798810{{{#!td style="vertical-align:top; width: 50px"
     
    809821}}}
    810822{{{#!td
    811 File contains column-separted 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.\\\\
     823The 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.\\\\
    812824In case of  [../inipar#nudging nudging] = ''.T.'' the subroutine {{{init_nudge}}} which is called in {{{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:\\
    813825* the file can begin with an arbitrary number of lines beginning with a # where for example header information can be stored