Changes between Version 7 and Version 8 of doc/app/virtual_flight_parameters
- Timestamp:
- Jul 6, 2016 2:34:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/virtual_flight_parameters
v7 v8 6 6 With revision ??? an interface for virtual flight measurements is available in PALM. Virtual flights are performed according to the methods described in Schröter et al. (2000) and Sühring and Raasch (2013). 7 7 8 All parts of the related code are modularized in module virtual_flight_mod. In this context, a new Fortran NAMELIST flight_par was added, containing all related steering parameters. The flight module is automatically activated if a flight_par is set in the parameter file (_p3d). 8 All parts of the related code are modularized in module virtual_flight_mod. In this context, a new Fortran NAMELIST {{{flight_par}}} was added, containing all related steering parameters. The flight module is automatically activated if a flight_par is set in the parameter file ({{{_p3d}}}). 9 10 '''Please note:''' Data output for virtual flights has 4 unlimited dimensions - time, x-, y-, and z-position. Unfortunately, assignment of more than one unlimited dimension per NC file is only possible with NetCDF4 / HDF5. For this reason [../d3par/#netcdf_data_format netcdf_data_format] must be > 2. 9 11 10 12 NAMELIST group name: [=#flight_par '''flight_par''']\\ … … 141 143 End-position of the flight leg along x in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'. 142 144 In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain. 143 Moreover, [#x_end x_end] must be >= [#x_start x_start] in case of [#leg_mode leg_mode]='return'. 145 Moreover, [#x_end x_end] must be >= [#x_start x_start] in case of [#leg_mode leg_mode]='return'. \\ 146 '''Please note, this parameter is mandatory in case [#leg_mode leg_mode] = 'return'.''' 144 147 }}} 145 148 |---------------- … … 155 158 }}} 156 159 {{{#!td 157 Start-position of the flight leg along x in meter. 160 Start-position of the flight leg along x in meter. \\ 161 '''Please note, this parameter is always mandatory.''' 158 162 }}} 159 163 |---------------- … … 171 175 End-position of the flight leg along y in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'. 172 176 In case [#leg_mode leg_mode]='cyclic', the aircraft moves cyclically through the model domain. 173 Moreover, [#y_end y_end] must be >= [#y_start y_start] in case of [#leg_mode leg_mode]='return'. 177 Moreover, [#y_end y_end] must be >= [#y_start y_start] in case of [#leg_mode leg_mode]='return'. \\ 178 '''Please note, this parameter is mandatory in case [#leg_mode leg_mode] = 'return'.''' 174 179 }}} 175 180 |---------------- … … 185 190 }}} 186 191 {{{#!td 187 Start-position of the flight leg along y in meter. 192 Start-position of the flight leg along y in meter. \\ 193 '''Please note, this parameter is always mandatory.''' 188 194 }}}