Changes between Version 17 and Version 18 of doc/app/iofiles/inifor


Ignore:
Timestamp:
Jun 10, 2020 11:53:08 AM (4 years ago)
Author:
eckhard
Comment:

Correct INIFOR namelist descriptors

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/inifor

    v17 v18  
    151151== Namelist parameters ==
    152152
    153 INIFOR mirrors a subset of the PALM-4U's Fortran namelists `initialization_parameters` and `runtime_parameters` and supports the following parameters:
    154 
    155 === initialization_parameters ===
     153INIFOR mirrors a subset of the PALM-4U's Fortran namelists `initialization_parameters` and `runtime_parameters` and supports the following parameters. Note that, at the moment, INIFOR uses the old namelist descriptors `inipar` and `d3par` instead, which are the descriptors used in previous versions of PALM.
     154
     155=== `inipar` ===
    156156
    157157||='''Parameter name''' =||='''Default value''' =||='''Description''' =||
     
    166166
    167167
    168 === runtime_parameters ===
     168=== `d3par` ===
    169169
    170170||='''Parameter name''' =||='''Default value''' =||='''Description''' =||
     
    175175
    176176{{{
    177 &initialization_parameters nx = 4679, ny = 3939, nz = 360
     177&inipar nx = 4679, ny = 3939, nz = 360
    178178        dx = 10., dy = 10., dz = 10.
    179179        dz_stretch_level = 2500.0, dz_stretch_factor = 1.08, dz_max = 100.0
     
    181181/
    182182
    183 &runtime_parameters  end_time = 86400.0
     183&d3par  end_time = 86400.0
    184184/
    185185}}}