Ignore:
Timestamp:
Sep 11, 2019 11:50:57 AM (5 years ago)
Author:
Giersch
Message:

EXAMPLES folder revised: Examples of the agent model, biometeorology module, and mountain setup revised so that these setups run with the newest version, template for describing examples translated into english, all other examples (building, topo_file, street_canyon, constant_flux_layer) deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/mountain/example_mountain_p3d

    r886 r4228  
    55         fft_method = 'temperton-algorithm',
    66
    7          momentum_advec = 'pw-scheme',         ! topography does not work with
    8          scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
     7         momentum_advec = 'pw-scheme',       
     8         scalar_advec   = 'pw-scheme',         
    99
    1010         initializing_actions = 'set_1d-model_profiles',
     
    1919
    2020         topography = 'read_from_file',                   !Gaussian shaped mountain
    21                                                                !height: 1km, base diameter: 2km
     21                                                          !height: 1km, base diameter: 2km
    2222         wall_heatflux(0) = 0.05,
    2323         
    24         surface_heatflux = 0.05, bc_pt_b = 'neumann', /
     24        surface_heatflux = 0.05, bc_pt_b = 'neumann', /
    2525
    2626 &d3par  end_time = 7200.0,
     
    4444                       'v_xy','v_xz', 'v_yz', 'v_xy_av',
    4545                       'w_xy','w_xz', 'w_yz', 'w_xy_av',
    46                        'pt_xy','pt_xz', 'pt_yz', 'pt_xy_av',
     46                       'theta_xy','theta_xz', 'theta_yz', 'theta_xy_av',
    4747                           
    4848
     
    5050         averaging_interval_pr = 600.0,
    5151         dt_averaging_input_pr = 10.0,
    52          data_output_pr = '#pt','#u', '#v', 'w',
    53                           'wpt', 'w*pt*', 'w"pt"',
     52         data_output_pr = '#theta','#u', '#v', 'w',
     53                          'wtheta', 'w*theta*', 'w"theta"',
    5454                          'wu', 'w*u*', 'w"u"',
    5555                          'u*2', 'v*2', 'w*2',
Note: See TracChangeset for help on using the changeset viewer.