Changes between Version 2 and Version 3 of doc/tut/palm


Ignore:
Timestamp:
Jan 30, 2018 6:07:17 PM (7 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tut/palm

    v2 v3  
    55----
    66
    7 This tutorial is designed to teach you how...
    8 - PALM is designed.
    9 - to carry out runs with PALM for different meteorological scenarios.
    10 - to use specific parts of the model, such as the embedded particle model or topography.
    11 - to understand and to analyze the PALM output data.
    12 - to add user-defined code to the model.
    13 - to debug errors.
     7This tutorial teaches you about the design of PALM, and how to ...
     8- carry out runs with PALM for different meteorological scenarios.
     9- use specific parts of the model, such as the embedded particle model or topography.
     10- understand and analyze the PALM output data.
     11- add user-defined code to the model.
     12- debug errors.
    1413
    15 PALM seminar once a year. Last one at...
     14At least once a year, we are hosting the 5-day seminar ''An Introduction to the Large-Eddy Simulation Model PALM'', which covers all the above-mentioned topics.
    1615
     16[[NoteBox(tip,The next PALM seminar will be held '''Sept XX-XX 2018''' at Institute of Meteorology and Climatology\, Leibniz Universität Hannover\, Germany. The official announcement will follow in April via the PALM mailing list\, which users are automatically added to after registration.)]]
     17
     18If you cannot make it to the seminar, you could self-study the contents by following the time schedule of last years' PALM seminar (Fig. 1). The respective PDF presentations are available as attachments below ([#normal normal] and [#handout handout] version). At the time of the PALM seminar 2017, the PALM respository was roughly at r2500. The PALM code is currently under heavy development (see lecture "Current developments"). To view the code changes since then, feel free to [//trac/browser browse] the repository.
     19
     20{{{
     21#!div style="align:'left'; width: 550px; border: 0px solid"
     22[[Image(seminar_schedule_2017.png, 550px, right, margin-right=2, margin-top=0, margin-bottom=5, border=2, nolink)]]
     23Fig 1: Time schedule of the PALM seminar 2017, held Sept 25-29 at Institute of Meteorology and Climatology, Leibniz Universität Hannover, Germany.
     24}}}
     25
     26== Lecture presentations ==
     27||'''Lecture'''                   ||[=#normal '''normal version''']              ||[=#handout '''handout version'''] ||
     28||Seminar introduction            ||[attachment:] ||[attachment:] ||
     29||Fundamentals of LES             ||[attachment:] ||[attachment:] ||
     30||LES for beginners               ||[attachment:] ||[attachment:] ||
     31||PALM overview                   ||[attachment:] ||[attachment:] ||
     32||PALM steering                   ||[attachment:] ||[attachment:] ||
     33||Data visualization              ||[attachment:] ||[attachment:] ||
     34||Numerics & boundary conditions  ||[attachment:] ||[attachment:] ||
     35||Code parallelization            ||[attachment:] ||[attachment:] ||
     36||Code structure & features       ||[attachment:] ||[attachment:] ||
     37||Large-scale forcing & nudging   ||[attachment:] ||[attachment:] ||
     38||Topography                      ||[attachment:] ||[attachment:] ||
     39||Non-cyclic boundary conditions  ||[attachment:] ||[attachment:] ||
     40||Restart runs                    ||[attachment:] ||[attachment:] ||
     41||User-defined code               ||[attachment:] ||[attachment:] ||
     42||Debugging                       ||[attachment:] ||[attachment:] ||
     43||Land surface model              ||[attachment:] ||[attachment:] ||
     44||Radiation model                 ||[attachment:] ||[attachment:] ||
     45||Current developments            ||[attachment:] ||[attachment:] ||
     46||Grid nesting                    ||[attachment:] ||[attachment:] ||
     47||Lagrangian particle model       ||[attachment:] ||[attachment:] ||
     48||Final remarks                   ||[attachment:] ||[attachment:] ||
     49
     50
     51== Exercise presentations ==
     52||'''Exercise'''                                 ||[=#normal '''normal version''']              ||[=#handout '''handout version'''] ||
     53||E0: Installation                               ||[attachment:] ||[attachment:] ||
     54||E1: Convective boundary layer                  ||[attachment:] ||[attachment:] ||
     55||E2: Neutral boundary layer                     ||[attachment:] ||[attachment:] ||
     56||E3: Flow around building                       ||[attachment:] ||[attachment:] ||
     57||E4: Land surface model                         ||[attachment:] ||[attachment:] ||
     58||E5: Lagrangian & Eulerian dispersion modeling  ||[attachment:] ||[attachment:] ||
     59\\\\
     60
     61[[NoteBox(tip,'''Feedback wanted'''! Click on the '''New Ticket''' button at the top of the page (logged-in users) to share your thoughts with us.)]]
     62
     63In case of any question or problem, please check our [wiki:help Getting Help] page.
     64
     65
     66