Changeset 3456 for palm/trunk/UTIL/inifor/README
- Timestamp:
- Oct 30, 2018 2:29:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/inifor/README
r3395 r3456 1 # INIFOR - Mesoscale Interface for Initializing and Forcing PALM-4U (v1.4. 0)1 # INIFOR - Mesoscale Interface for Initializing and Forcing PALM-4U (v1.4.1) 2 2 3 3 INIFOR provides the meteorological fields required to initialize and drive the … … 64 64 65 65 66 ### AVAILABLENAMELIST PARAMETERS66 ### NAMELIST PARAMETERS 67 67 68 68 INIFOR mirrors a subset of the PALM-4U's Fortran namelists `inipar` and `d3par` … … 103 103 104 104 105 ### AVAILABLE COMMAND-LINE PARAMETERS 105 ### COMMAND-LINE PARAMETERS 106 107 #### INIFOR configuration 108 106 109 --averaging-mode <mode>: 107 110 Selects how averaged quantities (large-scale forcing terms) are computed. … … 114 117 115 118 -d, --date, -date <date>: 116 Start date of the simulation in the form YYYYMMDD o fYYYYMMDDHH. If no119 Start date of the simulation in the form YYYYMMDD or YYYYMMDDHH. If no 117 120 hours (HH) are given, INIFOR assumes that the simulation starts at O UTC 118 121 on that day. Default: 20130721 … … 122 125 as either profiles or three-dimensional fields. The corresponding modes 123 126 are 'profile' and 'volume'. Default: volume 127 128 -r, --surface-pressure, -p0 <pressure>: 129 Manually set the pressure at z=0 in the PALM-4U domain [Pa]. If not 130 given, the surface pressure is computed from the COSMO pressure field. 131 132 -u, --geostrophic-u, -ug <velocity>: 133 Manually specify the geostrophic wind in x direction [m/s]. If not 134 given, the geostrophic wind is computed from the COSMO pressure field. 135 136 -v, --geostrophic-v, -vg <velocity>: 137 Manually specify the geostrophic wind in y direction [m/s]. If not 138 given, the geostrophic wind is computed from the COSMO pressure field. 139 140 -z, --elevation, -z0 <height>: Specifies the elevation of the PALM-4U domain 141 above sea level [m]. Default: 35 142 143 #### I/O 124 144 125 145 -l, --hhl-file, -hhl <netCDF file>: … … 140 160 Scenario path, i.e. the path of the meteorological input data. Default: ./ 141 161 142 -r, --surface-pressure, -p0 <pressure>:143 Manually set the pressure at z=0 in the PALM-4U domain [Pa]. If not144 given, the surface pressure is computed from the COSMO pressure field.145 146 162 -s, --soil-file, -soil <netCDF file>: 147 163 Location of the netCDF file containing the COSMO soil type map. … … 152 168 to be simulated with PALM-4U. Optional parameter. Default: None 153 169 154 -u, --geostrophic-u, -ug <velocity>:155 Manually specify the geostrophic wind in x direction [m/s]. If not156 given, the geostrophic wind is computed from the COSMO pressure field.157 158 -v, --geostrophic-v, -vg <velocity>:159 Manually specify the geostrophic wind in y direction [m/s]. If not160 given, the geostrophic wind is computed from the COSMO pressure field.161 162 -z, --elevation, -z0 <height>: Specifies the elevation of the PALM-4U domain163 above sea level [m]. Default: 35164 170 165 171 166 #### ADDITIONAL COMMAND-LINE OPTIONS172 #### FILE PREFIXES 167 173 168 174 --input-prefix <prefix>: … … 182 188 Set the file prefix of soil moisture input files. Default: laf 183 189 190 #### Non-parameter options 191 184 192 --debug: 185 Enable debugging messages.193 Enable additional terminal messages and netCDF output for debugging. 186 194 187 195 --version:
Note: See TracChangeset
for help on using the changeset viewer.