Changes between Version 1 and Version 2 of doc/tut/examples/2013_heinze_BOMEX


Ignore:
Timestamp:
Feb 25, 2013 1:57:40 PM (12 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tut/examples/2013_heinze_BOMEX

    v1 v2  
    1010* '''Heinze, R., S. Raasch and D. Mironov, 2012: Budgets of scalar fluxes for cloudy boundary layers'''\\ 20th Symposium on Boundary Layers and Turbulence, Boston, MA, USA (talk) [https://ams.confex.com/ams/20BLT18AirSea/webprogram/Manuscript/Paper209161/heinze_ams20blt.pdf extended abstract]\\\\
    1111* ''' ''Riechelmann, T.'', Y. Noh and S. Raasch, 2012:''' A new method for large-eddy simulations of clouds with Lagrangian droplets including the effects of turbulent collision. ''New J. Phys.'', '''14''', 065008, doi:[http://dx.doi.org/10.1088/1367-2630/14/6/065008 10.1088/1367-2630/14/6/065008]\\
     12
     13=== PALM version ===
     14[[CRev(0,995)]]
     15
     16=== Required user code ===
     17Please find the user code [[attachment:user_code.tar|attached]]. Small adjustments are required in `init_3d_model.f90` and `prandtl_fluxes.f90` for the BOMEX case in addition to the user routines. They can also be found in the attachment and have to be placed in the same directory as the user routines.
     18
     19=== Parameter files ===
     20Please find the parameter file [[attachment:bomex_p3d|attached]].
     21
     22=== Model run ===
     23The basic command is\\\\
     24{{{mrun -d bomex -r "d3# ts# pr# xy# 3d#" -X 32 -T 8 -t 1800}}}\\\\
     25Please set other options, such as {{{-h}}}, {{{-K}}}, and {{{-q}}}  according to your needs. Note that this example will require 8 processors for at least 10 minutes. If you want to carry out this job with less processors, please adjust the parameter file accordingly.