Changes between Version 6 and Version 7 of internal/testing
- Timestamp:
- Jan 3, 2018 4:04:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
internal/testing
v6 v7 11 11 == Simulation setups for category 1 == 12 12 Category 1 includes checks of the PALM-4U source code for compliance to the general FORTRAN coding standard, as well as to the specific PALM formatting rules. Further, the code is tested for run-time errors as well as compiler-dependent functionality issues, and simulation results are checked for elementary plausibility. For this purpose ('''S''')mall setups are sufficient, suitable to run on desktop PCs (2-4 processor cores) within a time frame of O(1-10min).\\\\ 13 Three setups with different generic building topographies and tree distributions are available (see Fig. 2), making use of the urban surface model (USM), clear-sky radiation model, and plant canopy model (PCM). To summarize some of the setup features:\\ 13 Since the release of PALM 5.0, PALM-4U enables the use of NetCDF input files, the so-called [static and dynamic drivers], as input data for the PALM model system. The drivers are based on the PALM Input Data Standard ([PIDS]). In their current form, the generic_* setups don't work anymore. Instead, we created a new street-crossing setup (see Fig. 2), which contains all so far available PALM-4U components, and is driven by a static driver. To summarize the setup: 14 14 * Domain: 20 x 20 x 20 m³ 15 15 * Grid size: 2m 16 16 * Moderate wind from west 17 * Clear-sky conditions, dry atmosphere (USM does not yet consider latent heat fluxes in surface energy balance)18 17 * Cyclic lateral boundary conditions 18 * 4 differently high buildings 19 * 2 trees 20 * Land surface model (LSM) 21 * Urban surface model (USM) 22 * Plant canopy model (PCM) 23 * Clear-sky radiation model 24 * (Chemistry model) 19 25 20 26 {{{ 21 27 #!div style="align:'left'; width: 700px; border: 0px solid" 22 [[Image( generic_setups_small.png, 700px, right, margin-right=2, margin-top=0, margin-bottom=5, border=2, nolink)]]23 Fig 2: ('''S''')mall s etups with different generic building topographies and tree distributions.\\28 [[Image(sketch_test_urban.png, 200px, right, margin-right=2, margin-top=0, margin-bottom=5, border=2, nolink)]] 29 Fig 2: ('''S''')mall street-crossing setup with two trees.\\ 24 30 }}} 25 31 26 For each of the three setups, a .zip archive can be downloaded, containing INPUT, MONITORING, OUTPUT files and a README file with the setup documentation: 27 * [attachment:generic_cube.zip generic_cube] 28 * [attachment:generic_canyon.zip generic_canyon] 29 * [attachment:generic_crossing.zip generic_crossing]\\\\ 32 The [attachment:test_urban.zip test_urban.zip] archive (will be attached soon) contains the required INPUT files 33 * test_urban_p3d (parameter file; test_urban_chem_p3d is for simulation with chemistry model, which requires to add the pre-processor directive -D__chem to the %cpp_options in your.palm.config.*) 34 * test_urban_static (static driver) 35 as well as the MONITORING and OUTPUT files, and a README file with the setup documentation. 36 \\\\ 30 37 31 38 '''NOTE:''' Additional and more feature-specific setups can be created on an as-needed basis.