Last change
on this file since 3880 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:
697 bytes
|
Rev | Line | |
---|
[1171] | 1 | &inipar nx = 39, ny = 39, nz = 40, |
---|
| 2 | dx = 50.0, dy = 50.0, dz = 50.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 | pt_reference = 300.0, |
---|
| 12 | ug_surface = 0.0, vg_surface = 0.0, |
---|
| 13 | pt_vertical_gradient = 0.0, 1.0, |
---|
| 14 | pt_vertical_gradient_level = 0.0, 800.0, |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | surface_heatflux = 0.1, bc_pt_b = 'neumann', / |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | &d3par end_time = 600.0, |
---|
| 21 | |
---|
| 22 | create_disturbances = .T., |
---|
| 23 | dt_disturb = 7200.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.