Changes between Version 12 and Version 13 of doc/app/virtual_flight_parameters
- Timestamp:
- Mar 26, 2018 4:19:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/virtual_flight_parameters
v12 v13 6 6 With revision r1957 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 {{{virtual_flight_parameters}}} 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 9 10 10 Flight measurements capture data of the three wind-velocity components (u, v, w). … … 15 15 '''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. 16 16 17 NAMELIST group name: [=#flight_par ''' flight_par''']\\17 NAMELIST group name: [=#flight_par '''virtual_flight_parameters''']\\ 18 18 ---- 19 19