| | 458 | }}} |
| | 459 | |---------------- |
| | 460 | {{{#!td style="vertical-align:top" |
| | 461 | [=#nx '''nx'''] |
| | 462 | }}} |
| | 463 | {{{#!td style="vertical-align:top" |
| | 464 | I |
| | 465 | }}} |
| | 466 | {{{#!td style="vertical-align:top" |
| | 467 | |
| | 468 | }}} |
| | 469 | {{{#!td |
| | 470 | Number of grid points in x-direction.\\\\ |
| | 471 | A value for this parameter must be assigned. Since the lower array bound in PALM starts with i = 0, the actual number of grid points is equal to '''nx+1'''. In case of cyclic boundary conditions along x, the domain size is ('''nx+1''')* [#dx dx].\\\\ |
| | 472 | For parallel runs, in case of [#grid_matching grid_matching] = '' 'strict','' '''nx+1''' must be an integral multiple of the processor numbers (see [#npex npex] and [#npey npey]) along x- as well as along y-direction (due to data transposition restrictions).\\\\ |
| | 473 | For coupled runs this parameter must be equal in both parameter files [#../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]. |
| | 474 | }}} |
| | 475 | |---------------- |
| | 476 | {{{#!td style="vertical-align:top" |
| | 477 | [=#ny '''ny'''] |
| | 478 | }}} |
| | 479 | {{{#!td style="vertical-align:top" |
| | 480 | I |
| | 481 | }}} |
| | 482 | {{{#!td style="vertical-align:top" |
| | 483 | |
| | 484 | }}} |
| | 485 | {{{#!td |
| | 486 | Number of grid points in y-direction.\\\\ |
| | 487 | A value for this parameter must be assigned. Since the lower array bound in PALM starts with j = 0, the actual number of grid points is equal to '''ny+1'''. In case of cyclic boundary conditions along y, the domain size is ('''ny+1''') * [#dy dy].\\\\ |
| | 488 | For parallel runs, in case of [#grid_matching grid_matching] = '' 'strict','' '''ny+1''' must be an integral multiple of the processor numbers (see [#npex npex] and [#npey npey]) along y- as well as along x-direction (due to data transposition restrictions).\\\\ |
| | 489 | For coupled runs this parameter must be equal in both parameter files [#../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]. |
| | 490 | }}} |
| | 491 | |---------------- |
| | 492 | {{{#!td style="vertical-align:top" |
| | 493 | [=#nz '''nz'''] |
| | 494 | }}} |
| | 495 | {{{#!td style="vertical-align:top" |
| | 496 | I |
| | 497 | }}} |
| | 498 | {{{#!td style="vertical-align:top" |
| | 499 | |
| | 500 | }}} |
| | 501 | {{{#!td |
| | 502 | Number of grid points in z-direction.\\\\ |
| | 503 | A value for this parameter must be assigned. Since the lower array bound in PALM starts with k = 0 and since one additional grid point is added at the top boundary (k = '''nz+1'''), the actual number of grid points is '''nz+2'''. However, the prognostic equations are only solved up to '''nz''' (u, v) or up to '''nz-1''' (w, scalar quantities). The top boundary for u and v is at k = '''nz+1''' (u, v) while at k = '''nz''' for all other quantities.\\\\ |
| | 504 | For parallel runs, in case of [#grid_matching grid_matching] = '' 'strict','' '''nz''' must be an integral multiple of the number of processors in x-direction (due to data transposition restrictions). |
| | 505 | }}} |
| | 506 | |---------------- |
| | 507 | {{{#!td style="vertical-align:top" |
| | 508 | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
| | 509 | }}} |
| | 510 | {{{#!td style="vertical-align:top" |
| | 511 | <insert type> |
| | 512 | }}} |
| | 513 | {{{#!td style="vertical-align:top" |
| | 514 | <insert value> |
| | 515 | }}} |
| | 516 | {{{#!td |
| | 517 | <insert explanation> |
| | 518 | }}} |
| | 519 | |---------------- |
| | 520 | {{{#!td style="vertical-align:top" |
| | 521 | [=#<insert_parameter_name> '''<insert_parameter_name>'''] |
| | 522 | }}} |
| | 523 | {{{#!td style="vertical-align:top" |
| | 524 | <insert type> |
| | 525 | }}} |
| | 526 | {{{#!td style="vertical-align:top" |
| | 527 | <insert value> |
| | 528 | }}} |
| | 529 | {{{#!td |
| | 530 | <insert explanation> |