Changes between Version 10 and Version 11 of internal/testing
- Timestamp:
- Apr 12, 2018 2:53:22 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
internal/testing
v10 v11 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 Since the release of PALM 5.0, PALM-4U enables the use of NetCDF input files, the so-called [wiki:data 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, thegeneric_* 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:13 Since the release of PALM 5.0, PALM-4U enables the use of NetCDF input files, the so-called [wiki:data static and dynamic drivers], as input data for the PALM model system. The drivers are based on the PALM Input Data Standard (PIDS). The former 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 {{{#!table align=left style="border: none; text-align:left" 15 15 {{{#!tr 16 16 {{{#!td style="border: none; width:40%" 17 * Domain: 20 x 20 x 30 m³17 * Domain: 40 x 40 x 120 m³ 18 18 * Grid size: 2m 19 19 * Moderate wind from west 20 20 * Cyclic lateral boundary conditions 21 21 * 4 differently high buildings 22 * Orography (terrain elevation) 23 * 2 street types 22 24 * 2 trees 23 25 * Land surface model (LSM) … … 37 39 * {{{test_urban_p3d}}} (parameter file) 38 40 * {{{test_urban_static}}} (static driver) 39 as well as the MONITORING and OUTPUT files, and a README file with the setup documentation. 41 as well as the MONITORING and OUTPUT files, an NCL script for creation of the static driver, and a README file with the setup documentation. 42 The previous test_urban setup that worked with PALM r2770 is also still available ([attachment:test_urban_r2770.zip test_urban_r2770.zip]) 40 43 \\\\ 41 44