Changes between Version 23 and Version 24 of doc/app/iofiles/inifor
- Timestamp:
- Sep 29, 2020 10:53:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/inifor
v23 v24 207 207 == Namelist parameters == 208 208 209 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.209 INIFOR mirrors a subset of the PALM'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. 210 210 211 211 === `inipar` === 212 212 213 213 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| 214 || nx, ny, nz || None || Number of PALM -4Ugrid points in x, y, and z direction ||215 || dx, dy, dz(10) || None || PALM -4Ugrid spacings in x, y, and z direction [m] ||214 || nx, ny, nz || None || Number of PALM grid points in x, y, and z direction || 215 || dx, dy, dz(10) || None || PALM grid spacings in x, y, and z direction [m] || 216 216 || dz_stretch_level || -9999999.9 || Height above which the grid will be stretched [m] || 217 217 || dz_stretch_factor || 1.08 || Factor by which the grid will be stretched || … … 219 219 || dz_stretch_level_start(9) || -9999999.9 || Array of height levels above which the grid is to be stretched vertically [m] || 220 220 || dz_stretch_level_end(9) || 9999999.9 || Array of height levels until which the grid is to be stretched vertically [m] || 221 || longitude, latitude || 0.0 || Geographical coordinates of the PALM -4Uorigin [deg]. Both will be ignored if the command-line option --static-driver is used (see below). ||221 || longitude, latitude || 0.0 || Geographical coordinates of the PALM origin [deg]. Both will be ignored if the command-line option --static-driver is used (see below). || 222 222 223 223 … … 225 225 226 226 ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| 227 || end_time || 0.0 || PALM -4Usimulation time. INIFOR will produce hourly forcing data from the start date (see -d command-line option) to end_time seconds thereafter. [s] ||227 || end_time || 0.0 || PALM simulation time. INIFOR will produce hourly forcing data from the start date (see -d command-line option) to end_time seconds thereafter. [s] || 228 228 229 229 … … 251 251 || -a, --averaging-angle <angle> || 2.0 || Width of the averaging box in longitudal and latitudal direction in the source coordinate system (COSMO rotated-pole) [deg]. || 252 252 || -d, --date <date> || 20130721 || Start date of the simulation in the form YYYYMMDD or YYYYMMDDHH. If no hours (HH) are given, INIFOR assumes that the simulation starts at O UTC on that day. || 253 || -i, --init-mode <mode> || profile || Set the PALM-4U initialization mode. INIFOR can provide initial conditions as either profiles or three-dimensional fields. The corresponding modes are 'profile' and 'volume'. || 254 || -r, --surface-pressure <pressure> || 1e5 || Manually set the pressure at z=0 in the PALM-4U domain [Pa]. If not given, the surface pressure is computed from the COSMO pressure field. || 253 || -i, --init-mode <mode> || profile || Set the PALM initialization mode. INIFOR can provide initial conditions as either profiles or three-dimensional fields. The corresponding modes are 'profile' and 'volume'. || 254 || -i, --forcing-mode <mode> || hetero || Set the PALM forcing mode. INIFOR can supply heterogeneous boundary conditions spatially interpolated from the mesoscale model ('hetero') or homogenous boundary conditions horizontally averaged over the PALM domain ('homo'). || 255 || -i, --soil-init-mode <mode> || volume || Set the PALM soil initialization mode. INIFOR can provide initial soil data as either profiles or three-dimensional fields. The corresponding modes are 'profile' and 'volume'. || 256 || -r, --surface-pressure <pressure> || 1e5 || Manually set the pressure at z=0 in the PALM domain [Pa]. If not given, the surface pressure is computed from the COSMO pressure field. || 255 257 || -u, --geostrophic-u <velocity> || 0 || Manually specify the geostrophic wind in x direction [m/s]. If not given, the geostrophic wind is computed from the COSMO pressure field. || 256 258 || -v, --geostrophic-v <velocity> || 0 || Manually specify the geostrophic wind in y direction [m/s]. If not given, the geostrophic wind is computed from the COSMO pressure field. || 257 || -z, --elevation <height> || 35 || Specifies the elevation of the PALM -4Udomain above sea level [m]. ||259 || -z, --elevation <height> || 35 || Specifies the elevation of the PALM domain above sea level [m]. || 258 260 || --precipitation || -- || Turn on surface precipitation output, requires COSMO precipitation output (*-precip.nc files) || 259 261 … … 261 263 ||='''Option''' =||='''Default value''' =||='''Description''' =|| 262 264 || -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). || 263 || -n, --namelist <namelist file> || ./namelist || Location of the PALM -4Unamelist 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. ||264 || -o, --output <output file> || ./palm-4u-input.nc || Name of the INIFOR output file, i.e. the PALM -4Udynamic driver. ||265 || -n, --namelist <namelist file> || ./namelist || Location of the PALM 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. || 266 || -o, --output <output file> || ./palm-4u-input.nc || Name of the INIFOR output file, i.e. the PALM dynamic driver. || 265 267 || -p, --path <scenario path> || ./ || Scenario path, i.e. the path of the meteorological input data. || 266 268 || -s, --soil-file <netCDF file> || <scenario path>/soil.nc || Location of the netCDF file containing the COSMO-DE soil type map. || 267 || -t, --static-driver <netCDF file> || None || Location of the netCDF file containing the static driver file for the case to be simulated with PALM -4U. If given, INIFOR will ignore the namelist parameters `longitude` and `latitude` and will instead read the geographical coordinates for PALM's origin from the static driver attributes `origin_lon`, `origin_lat`, and `origin_z`.269 || -t, --static-driver <netCDF file> || None || Location of the netCDF file containing the static driver file for the case to be simulated with PALM. If given, INIFOR will ignore the namelist parameters `longitude` and `latitude` and will instead read the geographical coordinates for PALM's origin from the static driver attributes `origin_lon`, `origin_lat`, and `origin_z`. 268 270 269 271 === File prefixes ===