Changeset 712


Ignore:
Timestamp:
Mar 30, 2011 12:01:49 PM (13 years ago)
Author:
raasch
Message:

parameter adjustments for example parameter files due to changes in recent PALM revisions

Location:
palm/trunk/EXAMPLES
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/canyon/example_canyon_p3d

    r248 r712  
    33
    44         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
     5
     6         momentum_advec = 'pw-scheme',         ! topography does not work with
     7         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
    58
    69         omega = 0.0,                          ! no Coriolis force
     
    2528         npex = 2, npey = 1,
    2629         create_disturbances = .T.,
    27 
    28          netcdf_64bit = .F., netcdf_64bit_3d = .F.,
    2930
    3031         dt_run_control            =      6.0,
  • palm/trunk/EXAMPLES/constant_flux_layer/example_constant_flux_layer_p3d

    r256 r712  
    33
    44         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
     5
     6         momentum_advec = 'pw-scheme',         ! topography does not work with
     7         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
    58
    69         omega = 0.0,                          ! no Coriolis force
     
    3336         create_disturbances = .T.,
    3437
    35          netcdf_64bit = .F., netcdf_64bit_3d = .F.,
    36 
    3738         dt_run_control            =      6.0,
    3839         dt_dots                   =      6.0,
  • palm/trunk/EXAMPLES/mountain/example_mountain_p3d

    r245 r712  
    1  &inipar      nx = 159, ny = 79, nz = 40,
    2               dx = 50.0, dy = 50.0, dz = 50.0,
    3               dz_stretch_level = 1500.0,
     1 &inipar nx = 159, ny = 79, nz = 40,
     2         dx = 50.0, dy = 50.0, dz = 50.0,
     3         dz_stretch_level = 1500.0,
    44
    5               fft_method = 'temperton-algorithm',
     5         fft_method = 'temperton-algorithm',
    66
    7               initializing_actions = 'set_1d-model_profiles',
    8               dt_run_control_1d = 43200.0, dt_pr_1d = 43200.0,   
     7         momentum_advec = 'pw-scheme',         ! topography does not work with
     8         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
     9
     10         initializing_actions = 'set_1d-model_profiles',
     11         dt_run_control_1d = 43200.0, dt_pr_1d = 43200.0,   
    912 
    10               ug_surface = 5.5, vg_surface = -2.0,
     13         ug_surface = 5.5, vg_surface = -2.0,
    1114
    12               pt_vertical_gradient       = 0.0, 5.0,   0.5,
    13               pt_vertical_gradient_level = 0.0, 600.0, 700.0,  !Inversion below the mountain top
     15         pt_vertical_gradient       = 0.0, 5.0,   0.5,
     16         pt_vertical_gradient_level = 0.0, 600.0, 700.0,  !Inversion below the mountain top
    1417
    15               topography = 'read_from_file',                   !Gaussian shaped mountain
     18         topography = 'read_from_file',                   !Gaussian shaped mountain
    1619                                                               !height: 1km, base diameter: 2km
    17               wall_heatflux(0) = 0.05,
     20         wall_heatflux(0) = 0.05,
    1821         
    19               surface_heatflux = 0.05, bc_pt_b = 'neumann', /
     22         surface_heatflux = 0.05, bc_pt_b = 'neumann', /
    2023
    21  &d3par       end_time = 7200.0,
     24 &d3par  end_time = 7200.0,
    2225
    23               npex = 4,
    24               npey = 2,
     26         create_disturbances = .T.,
     27         dt_disturb = 150.0, disturbance_energy_limit = 0.01,
    2528
    26               create_disturbances = .T.,
    27               dt_disturb = 150.0, disturbance_energy_limit = 0.01,
     29         rayleigh_damping_factor = 0.01,
    2830
    29               rayleigh_damping_factor = 0.01,
     31         dt_run_control = 0.0,
     32         dt_dots = 0.0,
     33         
     34         dt_data_output = 1800.0,
     35         dt_data_output_av = 1800.0,
     36         averaging_interval = 900.0,
     37         dt_averaging_input = 10.0,
    3038
    31               dt_run_control = 0.0,
    32               dt_dots = 0.0,
    33          
    34               dt_data_output = 1800.0,
    35               dt_data_output_av = 1800.0,
    36               averaging_interval = 900.0,
    37               dt_averaging_input = 10.0,
     39         section_xy =  4, 8, 14, 20,
     40         section_xz = -1, 40,
     41         section_yz = 60,
    3842
    39               section_xy =  4, 8, 14, 20,
    40               section_xz = -1, 40,
    41               section_yz = 60,
    42 
    43               data_output = 'u_xy','u_xz', 'u_yz', 'u_xy_av',
    44                             'v_xy','v_xz', 'v_yz', 'v_xy_av',
    45                             'w_xy','w_xz', 'w_yz', 'w_xy_av',
    46                             'pt_xy','pt_xz', 'pt_yz', 'pt_xy_av',
     43         data_output = 'u_xy','u_xz', 'u_yz', 'u_xy_av',
     44                       'v_xy','v_xz', 'v_yz', 'v_xy_av',
     45                       'w_xy','w_xz', 'w_yz', 'w_xy_av',
     46                       'pt_xy','pt_xz', 'pt_yz', 'pt_xy_av',
    4747                           
    4848
    49               dt_dopr = 1800.0,
    50               averaging_interval_pr = 600.0,
    51               dt_averaging_input_pr = 10.0,
    52               data_output_pr = '#pt','#u', '#v', 'w',
    53                                'wpt', 'w*pt*', 'w"pt"',
    54                                'wu', 'w*u*', 'w"u"',
    55                                'u*2', 'v*2', 'w*2',
     49         dt_dopr = 1800.0,
     50         averaging_interval_pr = 600.0,
     51         dt_averaging_input_pr = 10.0,
     52         data_output_pr = '#pt','#u', '#v', 'w',
     53                          'wpt', 'w*pt*', 'w"pt"',
     54                          'wu', 'w*u*', 'w"u"',
     55                          'u*2', 'v*2', 'w*2',
    5656
    57               data_output_2d_on_each_pe = .F., /
     57         data_output_2d_on_each_pe = .F., /
  • palm/trunk/EXAMPLES/topo_file/example_topo_file_p3d

    r256 r712  
    33
    44         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
     5
     6         momentum_advec = 'pw-scheme',         ! topography does not work with
     7         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
    58
    69         omega = 0.0,                          ! no Coriolis force
     
    2528         create_disturbances = .T.,
    2629
    27          netcdf_64bit = .F., netcdf_64bit_3d = .F.,
    28 
    2930         dt_run_control            =      6.0,
    3031         dt_dots                   =      6.0,
Note: See TracChangeset for help on using the changeset viewer.