Last change
on this file since 2799 was
1171,
checked in by raasch, 11 years ago
|
New:
---
use_reference-case activated in accelerator version. (buoyancy, diffusion_e)
new option -e which defines the execution command to be used to run PALM,
compiler options for pgi/openacc added (palm_simple_run)
parameter sets for openACC benchmarks added (trunk/EXAMPLES/benchmark_acc)
Changed:
split of prognostic_equations deactivated (time_integration)
Errors:
bugfix: diss array is allocated with full size if accelerator boards are used (init_3d_model)
|
File size:
654 bytes
|
Line | |
---|
1 | &inipar nx = 511, ny = 511, nz = 64, |
---|
2 | dx = 1.0, dy = 1.0, dz = 1.0, |
---|
3 | dz_stretch_level = 1200.0, |
---|
4 | |
---|
5 | background_communication = .FALSE., |
---|
6 | |
---|
7 | fft_method = 'system-specific', |
---|
8 | loop_optimization = 'acc', |
---|
9 | |
---|
10 | initializing_actions = 'set_constant_profiles', |
---|
11 | ug_surface = 0.0, vg_surface = 0.0, |
---|
12 | pt_vertical_gradient = 0.0, 1.0, |
---|
13 | pt_vertical_gradient_level = 0.0, 800.0, |
---|
14 | |
---|
15 | |
---|
16 | surface_heatflux = 0.1, bc_pt_b = 'neumann' |
---|
17 | |
---|
18 | / |
---|
19 | |
---|
20 | &d3par end_time = 65.0, |
---|
21 | |
---|
22 | create_disturbances = .T., |
---|
23 | dt_disturb = 150.0, disturbance_energy_limit = 0.01, |
---|
24 | |
---|
25 | dt_run_control = 0.0, |
---|
26 | |
---|
27 | / |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.