21 | | {{{ |
22 | | nx, ny, nz - number of PALM-4U grid points in x, y, and z direction |
23 | | dx, dy, dz(10) - PALM-4U grid spacings in x, y, and z direction [m] |
24 | | dz_stretch_level - height above which the grid will be stretched [m] |
25 | | dz_stretch_factor - factor by which the grid will be stretched |
26 | | dz_max - maximum vertical grid spacing [m] |
27 | | dz_stretch_level_start(9) - array of height levels above which the grid is |
28 | | to be stretched vertically [m] |
29 | | dz_stretch_level_end(9) - array of height levels until which the grid is to |
30 | | be stretched vertically [m] |
31 | | longitude, latitude - geographical coordinates of the PALM-4U origin [deg] |
32 | | }}} |
| 21 | ||='''Parameter name''' =||='''Default value''' =||='''Description''' =|| |
| 22 | || nx, ny, nz || None || Number of PALM-4U grid points in x, y, and z direction || |
| 23 | || dx, dy, dz(10) || None || PALM-4U grid spacings in x, y, and z direction [m] || |
| 24 | || dz_stretch_level || -9999999.9 || Height above which the grid will be stretched [m] || |
| 25 | || dz_stretch_factor || 1.08 || Factor by which the grid will be stretched || |
| 26 | || dz_max || 1000.0 || Maximum vertical grid spacing [m] || |
| 27 | || dz_stretch_level_start(9) || -9999999.9 || Array of height levels above which the grid is to be stretched vertically [m] || |
| 28 | || dz_stretch_level_end(9) || 9999999.9 || Array of height levels until which the grid is to be stretched vertically [m] || |
| 29 | || longitude, latitude || 0.0 || Geographical coordinates of the PALM-4U origin [deg] || |
| 30 | |
58 | | {{{ |
59 | | -d, --date, -date <date>: |
60 | | Start date of the simulation in the form YYYYMMDD of YYYYMMDDHH. If no |
61 | | hours (HH) are given, INIFOR assumes that the simulation starts at O UTC |
62 | | on that day. Default: 20130721 |
63 | | |
64 | | -i, --init-mode, -mode <mode>: |
65 | | Set the PALM-4U initialization mode. INIFOR can provide initial conditions |
66 | | as either profiles or three-dimensional fields. The corresponding modes |
67 | | are 'profile' and 'volume'. Default: volume |
68 | | |
69 | | -l, --hhl-file, -hhl <netCDF file>: |
70 | | Location of the netCDF file containing the vertical COSMO-DE grid levels, |
71 | | specifically the heights of half levels (hhl, i.e. vertical cell faces). |
72 | | Default: <scenario path>/hhl.nc |
73 | | |
74 | | -n, --namelist <namelist file>: |
75 | | Location of the PALM-4U namelist file. INIFOR expects the file to contain |
76 | | two namelists, inipar and d3par, from which it will read grid parameters |
77 | | and the simulation time. Default: ./namelist |
78 | | |
79 | | -o, --output <output file>: |
80 | | Name of the INIFOR output file, i.e. the PALM-4U dynamic driver. |
81 | | Default: ./palm-4u-input.nc |
82 | | |
83 | | -p, --path, -path <scenario path>: |
84 | | Scenario path, i.e. the path of the meteorological input data. Default: ./ |
85 | | |
86 | | -r, --surface-pressure, -p0 <pressure>: |
87 | | Surface pressure at z=0 in the PALM-4U domain [Pa]. |
88 | | Default: 1e5 |
89 | | |
90 | | -s, --soil-file, -soil <netCDF file>: |
91 | | Location of the netCDF file containing the COSMO-DE soil type map. |
92 | | Default: <scenario path>/soil.nc |
93 | | |
94 | | -t, --static-driver, -static <netCDF file>: |
95 | | Location of the netCDF file containing the static driver file for the case |
96 | | to be simulated with PALM-4U. Optional parameter. Default: None |
97 | | |
98 | | -u, --geostrophic-u, -ug <velocity>: |
99 | | Specifies the geostrophic wind in x direction [m/s]. Default: 0 |
100 | | |
101 | | -v, --geostrophic-v, -vg <velocity>: |
102 | | Specifies the geostrophic wind in y direction [m/s]. Default: 0 |
103 | | |
104 | | --version: |
105 | | Output version number and exit. |
106 | | |
107 | | -z, --elevation, -z0 <height>: Specifies the elevation of the PALM-4U domain |
108 | | above sea level [m]. Default: 35 |
109 | | }}} |
| 54 | ||='''Option''' =||='''Default value''' =||='''Description''' =|| |
| 55 | |----------- |
| 56 | ||-a ||" " ||activation string list || |
| 57 | ||-d, --date <date> || 20130721 || Start date of the simulation in the form YYYYMMDD of YYYYMMDDHH. If no hours (HH) are given, INIFOR assumes that the simulation starts at O UTC on that day. || |
| 58 | ||-i, --init-mode <mode> || volume || 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'. || |
| 59 | || -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). || |
| 60 | || -n, --namelist <namelist file> || ./namelist || Location of the PALM-4U namelist file. INIFOR expects the file to contain two namelists, inipar and d3par, from which it will read grid parameters and the simulation time. || |
| 61 | || -o, --output <output file> || ./palm-4u-input.nc || Name of the INIFOR output file, i.e. the PALM-4U dynamic driver. || |
| 62 | || -p, --path <scenario path> || ./ || Scenario path, i.e. the path of the meteorological input data. || |
| 63 | || -r, --surface-pressure <pressure> || 1e5 || Surface pressure at z=0 in the PALM-4U domain [Pa]. || |
| 64 | || -s, --soil-file <netCDF file> || <scenario path>/soil.nc || Location of the netCDF file containing the COSMO-DE soil type map. || |
| 65 | || -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. Optional parameter. || |
| 66 | || -u, --geostrophic-u <velocity> || 0 || Specifies the geostrophic wind in x direction [m/s]. || |
| 67 | || -v, --geostrophic-v <velocity> || 0 || Specifies the geostrophic wind in y direction [m/s]. || |
| 68 | || --version || N/A || Output version number and exit. || |
| 69 | || -z, --elevation <height> || 35 || Specifies the elevation of the PALM-4U domain above sea level [m]. || |