Changes between Version 73 and Version 74 of doc/app/iofiles
- Timestamp:
- Oct 31, 2013 2:09:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles
v73 v74 793 793 }}} 794 794 {{{#!td 795 description follows 795 The 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.\\\\ 796 In 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\\ 802 Example:\\ 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) 796 807 }}} 808 }}} 797 809 |---------------- 798 810 {{{#!td style="vertical-align:top; width: 50px" … … 809 821 }}} 810 822 {{{#!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.\\\\823 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.\\\\ 812 824 In 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:\\ 813 825 * the file can begin with an arbitrary number of lines beginning with a # where for example header information can be stored