Changes between Version 16 and Version 17 of doc/app/iofiles/inifor
- Timestamp:
- Feb 12, 2020 1:24:52 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/inifor
v16 v17 151 151 == Namelist parameters == 152 152 153 INIFOR mirrors a subset of the PALM-4U's Fortran namelists `ini par` and `d3par` and supports the following parameters:154 155 === ini par===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 === 156 156 157 157 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| … … 166 166 167 167 168 === d3par===168 === runtime_parameters === 169 169 170 170 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| … … 175 175 176 176 {{{ 177 &ini parnx = 4679, ny = 3939, nz = 360177 &initialization_parameters 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 & d3parend_time = 86400.0183 &runtime_parameters end_time = 86400.0 184 184 / 185 185 }}} … … 204 204 ||='''Option''' =||='''Default value''' =||='''Description''' =|| 205 205 || -l, --hhl-file <netCDF file> || <scenario path>/hhl.nc || Location of the netCDF file containing the vertical COSMO-DE grid levels, specifically the heights of half levels (hhl, i.e. vertical cell faces). || 206 || -n, --namelist <namelist file> || ./namelist || Location of the PALM-4U namelist file. INIFOR expects the file to contain two namelists, ini par and d3par, from which it will read grid parameters and the simulation time. ||206 || -n, --namelist <namelist file> || ./namelist || Location of the PALM-4U namelist file. INIFOR expects the file to contain two namelists, initialization_parameters and runtime_parameters, from which it will read grid parameters and the simulation time. || 207 207 || -o, --output <output file> || ./palm-4u-input.nc || Name of the INIFOR output file, i.e. the PALM-4U dynamic driver. || 208 208 || -p, --path <scenario path> || ./ || Scenario path, i.e. the path of the meteorological input data. ||