Changes between Version 17 and Version 18 of doc/app/iofiles/inifor
- Timestamp:
- Jun 10, 2020 11:53:08 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/inifor
v17 v18 151 151 == Namelist parameters == 152 152 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===153 INIFOR 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` === 156 156 157 157 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| … … 166 166 167 167 168 === runtime_parameters===168 === `d3par` === 169 169 170 170 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| … … 175 175 176 176 {{{ 177 &ini tialization_parametersnx = 4679, ny = 3939, nz = 360177 &inipar nx = 4679, ny = 3939, nz = 360 178 178 dx = 10., dy = 10., dz = 10. 179 179 dz_stretch_level = 2500.0, dz_stretch_factor = 1.08, dz_max = 100.0 … … 181 181 / 182 182 183 & runtime_parametersend_time = 86400.0183 &d3par end_time = 86400.0 184 184 / 185 185 }}}