Changes between Version 7 and Version 8 of doc/app/virtual_flight_parameters


Ignore:
Timestamp:
Jul 6, 2016 2:34:02 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/virtual_flight_parameters

    v7 v8  
    66With 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).
    77
    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).
     8All 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.
    911
    1012NAMELIST group name: [=#flight_par '''flight_par''']\\
     
    141143End-position of the flight leg along x in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'.
    142144In 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'.
     145Moreover, [#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'.'''
    144147}}}
    145148|----------------
     
    155158}}}
    156159{{{#!td
    157 Start-position of the flight leg along x in meter.
     160Start-position of the flight leg along x in meter. \\
     161'''Please note, this parameter is always mandatory.'''
    158162}}}
    159163|----------------
     
    171175End-position of the flight leg along y in meter. Please note, this parameter has only an effect if [#leg_mode leg_mode]='return'.
    172176In 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'.
     177Moreover, [#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'.'''
    174179}}}
    175180|----------------
     
    185190}}}
    186191{{{#!td
    187 Start-position of the flight leg along y in meter.
     192Start-position of the flight leg along y in meter. \\
     193'''Please note, this parameter is always mandatory.'''
    188194}}}