Changes between Version 99 and Version 100 of doc/app/userint/output


Ignore:
Timestamp:
Apr 28, 2021 8:33:32 AM (4 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/output

    v99 v100  
    356356This example shows the output of two user-defined quantities for the absolute values of the horizontal velocities u and v captured by virtual flight measurements. The given quantities will be captured for each leg. \\\\
    357357
    358    1. At first, the number of user-defined quantities has to be given in [../int#user_init_flight user_init_flight] by
     358   1. At first, the number of user-defined quantities has to be given in the subroutine [../int#user_init_flight user_init_flight] by
    359359
    360360   {{{num_var_fl_user = num_var_fl_user + 2}}}
     361
     362     The subrotuine is defined in user_init_flight_mod.f90.
    361363   
    362    2. In the following, for each user-defined quantity you have to give a label and a unit (subroutine [../int#user_init_flight user_init_flight]), which will be used for the netCDF file. They must not contain more than '''13''' characters.
     364   2. In the following, for each user-defined quantity you have to give a label and a unit ( again in the subroutine [../int#user_init_flight user_init_flight]), which will be used for the netCDF file. They must not contain more than '''13''' characters.
    363365
    364366    {{{CASE ( 1 )}}}