Ignore:
Timestamp:
Jul 15, 2019 3:20:48 PM (5 years ago)
Author:
Giersch
Message:

Tutorial cases updated for getting physically meaningful results (only gfortran with 4 cores is tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/dispersion_eulerian_and_lpm_extended/INPUT/dispersion_eulerian_and_lpm_extended_p3d

    r4002 r4098  
    4949
    5050!-- simulation time
    51     end_time                = 1800.0,
    52     termination_time_needed =  900.0,
     51    end_time                = 10800.0,
     52    termination_time_needed =   900.0,
    5353
    5454!-- others
     
    5757!-- global output settings
    5858    skip_time_data_output =    0.0,
    59     dt_data_output        = 1800.0,
     59    dt_data_output        = 3600.0,
    6060
    61     averaging_interval    = 1800.0,
     61    averaging_interval    = 3600.0,
    6262    dt_averaging_input    =    6.0,
    6363
     
    6868!-- profiles
    6969    skip_time_dopr        =    0.0,
    70     dt_dopr               = 1800.0,
    71     averaging_interval_pr = 1800.0,
     70    dt_dopr               = 3600.0,
     71    averaging_interval_pr = 3600.0,
    7272    dt_averaging_input_pr =    6.0,
    7373
     
    7575    do2d_at_begin         = .TRUE.,
    7676
    77     dt_do2d_xy            = 1800.0,
    78     dt_do2d_xz            = 1800.0,
     77    dt_do2d_xy            = 3600.0,
     78    dt_do2d_xz            = 3600.0,
    7979
    8080    data_output_pr = '#u', 'u*2', 'wu', 'w*u*', 'w"u"',
    8181                     '#v', 'v*2', 'wv', 'w*v*', 'w"v"',
    82                      'w*2',
     82                     'w', 'w*2',
    8383                     'e', 'e*',
    8484                     '#km',
     
    120120
    121121!-- Time steps after array are deallocated
    122     step_dealloc = 100,
     122    step_dealloc = 50,
    123123
    124124!-- Particles per point (default = 1)
Note: See TracChangeset for help on using the changeset viewer.