Changes between Version 86 and Version 87 of doc/app/iofiles


Ignore:
Timestamp:
Apr 25, 2014 6:50:11 AM (11 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v86 v87  
    741741* Profile data following ''# time'' has to be column separated and in the following sequence: height information z, ug, vg, w_subs, td_lsa_lpt, td_lsa_q, td_sub_lpt, td_sub_q\\
    742742An example is attached: [[attachment:LSF_DATA|LSF_DATA]]:\\
    743 {{{
    744 # Data obtained from ~/hdcp2/COSMO/042013_p0.nc, t=561-567h
    745 #          time        shf           qsws  pt_surface  q_surface  surface_pressure
    746 #           (s)    (K m/s)    (m/s kg/kg)         (K)    (kg/kg)             (hPa)
    747            0.00    0.03998    0.000014616    291.1135   0.007065         1011.1792
    748        10800.00    0.18522    0.000037693    296.3799   0.007050         1010.5699
    749        21600.00    0.16072    0.000043956    295.7625   0.007415         1009.1753
    750             .         .           .             .           .                .
    751             .         .           .             .           .                .
    752             .         .           .             .           .                .
    753 
    754 
    755 #     zu (m)    ug (m/s)    vg (m/s)    w_subs (m/s)  td_lsa_lpt (K/s)  td_lsa_q (kg/kgs)  td_sub_lpt (K/s)  td_sub_q (kg/kgs)
    756 # 0.00
    757       9.8874    2.317242    2.532310   -0.012626      0.0000485535      0.0000000021       0.0000000         0.0000000000
    758      35.2900    2.317242    2.532310   -0.015071      0.0000458420      0.0000000020      -0.0001100        -0.0000000241
    759      72.1618    2.739493    2.652984   -0.017274      0.0000426586      0.0000000015      -0.0000482        -0.0000000126
    760     120.8500    3.179652    2.856771   -0.017966      0.0000397725      0.0000000011      -0.0000271        -0.0000000087
    761     181.7068    3.856441    3.111020   -0.017831      0.0000374494      0.0000000010      -0.0000176        -0.0000000073
    762     255.0584    4.699064    3.438433   -0.017074      0.0000356241      0.0000000013      -0.0000120        -0.0000000070
    763        .           .            .           .              .                 .                 .                  .
    764        .           .            .           .              .                 .                 .                  .
    765        .           .            .           .              .                 .                 .                  .
    766    6195.9199   12.441278   -2.188596   -0.013782     -0.0001402120     -0.0000000303       0.0000536        -0.0000000109
    767    6673.4595   12.857915   -1.855247   -0.016264      0.0000284057     -0.0000000670       0.0000785        -0.0000000096
    768        .           .            .           .              .                 .                 .                  .
    769        .           .            .           .              .                 .                 .                  .
    770        .           .            .           .              .                 .                 .                  .
    771 
    772 
    773 # 10800.00
    774       9.8882    2.932734    0.453175   -0.014016      0.0000159810      0.0000000443       0.0000000         0.0000000000
    775      35.2749    2.932734    0.453175   -0.017078      0.0000123939      0.0000000508      -0.0001734        -0.0000000402
    776      72.1310    3.293148    0.409822   -0.020240      0.0000090166      0.0000000533      -0.0000818        -0.0000000196
    777     120.8031    3.548535    0.466816   -0.022120      0.0000057484      0.0000000544      -0.0000493        -0.0000000128
    778     181.6363    3.946456    0.530473   -0.023343      0.0000028124      0.0000000547      -0.0000348        -0.0000000101
    779     254.9711    4.402065    0.498268   -0.024055      0.0000001112      0.0000000540      -0.0000267        -0.0000000088
    780        .           .            .           .              .                 .                 .                  .
    781        .           .            .           .              .                 .                 .                  .
    782        .           .            .           .              .                 .                 .                  .
    783    6195.4304   10.566041   -2.318027    0.014784      0.0000591095     -0.0000000120      -0.0000498         0.0000000040
    784    6672.8375   12.129893   -2.050756   -0.001662     -0.0001437306      0.0000000326       0.0000084        -0.0000000010
    785        .           .            .           .              .                 .                 .                  .
    786        .           .            .           .              .                 .                 .                  .
    787        .           .            .           .              .                 .                 .                  .
    788 }}}
     743\\
    789744The height information does not have to match PALM's grid. A linear, vertical interpolation to the zu-grid of PALM is conducted in [source:palm/trunk/SOURCE/ls_forcing.f90 init_ls_forcing]. A linear, temporal interpolation of the surface and profile data is conducted in the subroutines [source:palm/trunk/SOURCE/ls_forcing.f90 ls_forcing_surf], [source:palm/trunk/SOURCE/ls_forcing.f90 ls_forcing_vert] and [source:palm/trunk/SOURCE/ls_forcing.f90 ls_advec].\\\\
    790745An example parameter file (p3d) with large scale forcing can be found [../examples/lsf here].
     
    809764* A line beginning with ''# time'' indicates the beginning of a profile data set at time step ''time''.
    810765* 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.\\
    811 Example:\\
    812 {{{
    813 # Data obtained from ~/hdcp2/COSMO/042013_p0.nc, t=561-567h
    814 #    zu (m)   tau (s)     u (m/s)     v (m/s)     w (m/s)      lpt (K)     q (kg/kg)
    815 # 0.00
    816      9.8874   21600.0    3.623120    1.888156    0.000000   287.692993   0.006222516
    817     35.2900   21600.0    4.259634    2.231079    0.000000   287.383728   0.006158236
    818     72.1618   21600.0    4.606365    2.421291    0.000000   287.238007   0.006122927
    819    120.8500   21600.0    4.876022    2.568060    0.000000   287.144562   0.006095806
    820    181.7068   21600.0    5.129545    2.700137    0.000000   287.072601   0.006069813
    821    255.0584   21600.0    5.402528    2.828126    0.000000   287.012238   0.006040839
    822       .           .            .         .       .          .          .
    823       .           .            .         .       .          .          .
    824       .           .            .         .       .          .          .
    825   6195.9199   21600.0   11.302397   -2.185184    0.000000   314.965851   0.000958589
    826   6673.4595   21600.0   10.486557   -2.779184    0.000000   317.305450   0.000541379
    827       .           .            .         .       .          .          .
    828       .           .            .         .       .          .          .
    829       .           .            .         .       .          .          .
     766An example is attached: [[attachment:NUDGING_DATA|NUDGING_DATA]]:\\
     767\\
    830768
    831 
    832 # 10800.00
    833      9.8882   21600.0    4.122205    2.008313    0.000000   291.437469   0.005792995
    834     35.2749   21600.0    4.786541    2.331582    0.000000   291.013519   0.005695062
    835     72.1310   21600.0    5.142901    2.507198    0.000000   290.804626   0.005646179
    836    120.8031   21600.0    5.404265    2.636267    0.000000   290.667511   0.005611916
    837    181.6363   21600.0    5.628885    2.745806    0.000000   290.560150   0.005582496
    838    254.9711   21600.0    5.841899    2.846067    0.000000   290.467194   0.005553886
    839       .           .            .         .       .          .          .
    840       .           .            .         .       .          .          .
    841       .           .            .         .       .          .          .
    842   6195.4304   21600.0   11.760574    0.330661    0.000000   314.826996   0.001249985
    843   6672.8375   21600.0   11.387577   -0.290878    0.000000   316.955536   0.000936071
    844       .           .            .         .       .          .          .
    845       .           .            .         .       .          .          .
    846       .           .            .         .       .          .          .
    847 }}}
    848769The height information does not have to match PALM's grid. A linear, vertical interpolation to the zu-grid of PALM is conducted in [source:palm/trunk/SOURCE/nudging.f90 init_nudge]. A linear, temporal interpolation of the profile data is conducted in the subroutine [source:palm/trunk/SOURCE/nudging.f90 nudge].\\\\
    849770An example parameter file (p3d) with nudging can be found [../examples/lsf here].